Shop Product Photos Covered by Extra Images

Hi I’m using XTheme, Integrity Stack with WooCommerce for our shop.

When looking at individual shop products, the extra images are shown on the top right of the featured product image, obscuring the full image from view. See below:

It would be my preference to have extra product gallery images show below or to the left of the featured image, rather than on top of it. Are the gallery images showing on top of the featured image by default because of Xtheme? Can they be moved?

Hi Bill,

Thank you for reaching out to us, I have checked your product pages and you seem to be using the Photoswipe plugin which overrides the default X display. Try disabling the Photoswipe plugin and see if this resolves the issue.

I also noticed you’re Smush lazy loading feature, we’ve received reports related to Smush plugin conflicting with site images, disabling the Smush lazy loading feature could help too. If nothing works then try adding the following code in the Theme Options > CSS:

.flex-control-nav.flex-control-thumbs {
    top: auto !important;
    right: auto !important;
    width: 100%;
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.