• Resolved iBlood Heuer

    (@ibloodheuer)


    I don’t know why, but the product gallery is being shown duplicated on the single product page…

    What could be the issue?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter iBlood Heuer

    (@ibloodheuer)

    (now I’m using a quick and dirty fix, to hide the second gallery…)

    I’m with this CSS to accomplish:

    .single-product .electro-wc-product-gallery:last-child,
    .single-product .woocommerce-product-gallery:last-child,
    .woocommerce-product-gallery:last-child,
    .single-product .electro-wc-product-gallery:nth-child(2),
    .single-product .woocommerce-product-gallery:nth-child(2),
    .woocommerce-product-gallery:nth-child(2) {
     display:none !important;
    }

    This isn’t the best way to solve this, but for now, is all I have.

    Plugin Author Niloy

    (@im_niloy)

    Hello,
    we found it’s happened if thrid party themes are overridden by the default WooCommerce Hook.
    btw, you can easily remove the 2nd gallery by custom hook if you re familiar with PHP
    For plugin support, fill up this form https://codeixer.com/s

    – Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Working as expected BUT showing duplicated galleries in products’ is closed to new replies.