Site logo

Archived topic

Couple Woocommerce Problems I can't fix

11 replies · Started by Dominic on November 21, 2022

Viewing posts 1–12 of 12

I have a couple problems or bugs and I'm not sure if these have to do with settings, if these are bugs or a plugin conflict.

1. Is it possible to change the size of the gallery images or the number of photos that are shown in the gallery?

2. I'm using the PayPal plugin "PayPal for Woocommcerce" by Angelleye and it is directly below the cart button and I can't change it in Elementor.

3. Everytime I click on the product tab, it automatically scrolls back to the top.

4. The search result page recently broke and I don't know when, how and why. There used to be a side bar, but for some reason the side bar disappeared. I would like to edit or change the appearance of the search result page, without using Elementors search results. (For some reason Elementor shows all pages in the search results, when they have that search term (i.e. pages like terms & conditions, About Us etc) and its not possible to filter them to show only products or blog posts.

Thank you.

Thanks for the reply.
Nope, it doesn't do anything. (I've checked that before) The image size stays the same, wheter I choose 10%, 50% or 100%.

I created the SPP with Elementor, but there is no option to edit the size or the number of images. The text in Elementor says the following:
"Der Stil dieses Widgets wird oft von Ihrem Design und den Plugins beeinflusst. Wenn Sie ein solches Problem feststellen, versuchen Sie, zu einem Standard-Theme zu wechseln und verwandte Plugins zu deaktivieren."

Which means something like: The style of this widget is influenced by your design. If you have a problem, try to change to a standard theme or deactivate related plugins.

P.S.: I would like to change the size and the number of the (smaller) gallery images, not the main image. I would like to have either 3 or 4 gallery images, instead of 5 like it is right now.

If you are using Elementor to create the single product page then GP wouldn't have any control over it unfortunately.

As for the number of images, this would be handled by WooCommerce itself so also not something GP can control.

Ok thanks.
I'm asking because I never know whether it is Elementor, the Theme, Woocommcerce or something else.

Thanks anyway. I'll try to find a solution for this problem.

No problem :)

As for the number of images, this would be handled by WooCommerce itself so also not something GP can control.

I deactivated the Woocommerce module and without it, there are 4 gallery images on the single product page under the main product image.

With the Woocommerce module being axctivated, there are 5 gallery images on the single product page und the main product image.

Since your answer is not entirely correct that GP has no control over the number of gallery images (on the single product page), is there a way to change the number of gallery images? (without keeping the Woocommerce module deactivated)

Ok,
I added all images for one listing and it looks like the GP Woocommerce module doesn't change the number of gallery images, but the size of the images.
I've tried a couple CSS commands, but I don't know enough about CSS to figure out the CSS.

When the Woocommerce module is deactivated, the gallery images are larger and take the full width under the main single product image. When the Woocommerce module is activated, there is a gap. (red circle in the screenshot)
I basically want the gallery images to take up the full width of the main image and to look like in the first screenshot.

P.S.: I can't deactivate all plugins because it would break the site. The single product page is built with Elementor, but I can't adjust there anything in regards to this.

Hi there,

try adding this CSS:


.woocommerce div.product div.images .flex-control-thumbs li {
    max-width: unset !importantl
}

Thank you, it worked.

I try to fix as many problems as I can on my own, but my knowledge is limited, when it comes to CSS.

Glad to be of help :)

This archived topic is closed to new replies.