• Resolved lefaye

    (@lefaye)


    hello and good morning, I hope everything is going well

    I use the free version of WP Image Zoom, with theme dazzling as a child and woocommerce runs in catalog mode. On the product page (the first and only so far:-)) the zoom is only shown on the first image, which is created as a product image, the other images as product gallery images, are not zoomed and cannot be selected. The gallery pictures are on top of the main picture, not below, that could be the problem.

    In the product gallery picture section is no option for advanced css.

    I can’t find a solution and would be very grateful for your support.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Diana Burduja

    (@diana_burduja)

    Hello,

    if you add the following CSS to your website, then the thumbnails will show up below the main picture, so they can be selected:

    .woocommerce div.product div.images .flex-control-thumbs {
    	position: relative;
    	bottom: 0px;
    }

    After adding the aforementioned CSS rule the first two images will be zoomable. The third one will not show any zoom simply because the image is too small (165 x 165px). If you upload a larger image, at least 600px width, then the zoom will work alright.

    Thread Starter lefaye

    (@lefaye)

    That is the solution! The zoom now works perfectly.

    Spent two days trying to find a solution without success – i´m sooo happy!
    Great help!

    Because of the image size … of course, the zoom needs something to enlarge 😉

    Thanks a million and have a nice day!

    Plugin Author Diana Burduja

    (@diana_burduja)

    I’m glad that worked 😉

    If you have a moment, please consider rating the plugin, just to let others know your opinion about it.

    Thread Starter lefaye

    (@lefaye)

    Done! 😉
    Thank you again and wish a good time

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘woocommerce product image zoom – only zooms first image’ is closed to new replies.