Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1287461

    Hello, Sirs,

    We use Enfold theme and Woocommerce for shop. Have faced the following issue.

    When you switch to color variation other than default, main image and additional variation images are switching correctly. But when you zoom variation – first image displayed correctly on Lightbox but further ones are taken from default image and additional image. In our case red-black coloured dress is default one, black-grey is variation. Link in private content.

    We use Woocomerce 3.0 enabled in theme options in combination with Addition Variation Imagges by Woocommerce plugin and WooCommerce Product Variations Swatches Premium (deactivation of last one does not resolve the issue).

    Noticed that when we call Woo functiins using below snippet:

    add_theme_support( ‘wc-product-gallery-zoom’ );
    add_theme_support( ‘wc-product-gallery-lightbox’ );
    add_theme_support( ‘wc-product-gallery-slider’ );

    Everything works as expected but magnifying glass looks like empty square when looged out. Looks ok while logged in.

    Please to hear with your thoughts.

    Thanks and regards,

    Mikhail

    #1287969

    Hey ManolinelNoruego,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
        content: "";
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1288028

    Hello, Victoria,

    Works great, thank you! One small issue.
    While browsing the product which on Sale on mobile device, the Sale mark and Magnifying glass are both on right upper corner of product image, thus not really great looking.
    Is there any easy way to move the glass to left upper corner on mobile only or on all devices?

    Link in Private Content

    Thanks and have a nice Saturday!

    Mikhail

    #1288580

    Hi Mikhail,

    Best regards,
    Victoria

    #1288582

    Hello, Victoria,

    Sorry, yes, have managed to move using css in customizer…

    Thanks and regards, Mikhail

    #1288826

    Hi,

    Shall we close this topic?

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.