• Resolved faberleen

    (@faberleen)


    Hi guys!

    I have an affiliate website with Woocommerce installed to showcase some products.

    Something new started happening a few months ago: when i go to the website (https://was-droger.nl) a lightbox overlay pops up and then immediately goes away… I have disabled it with .css right now, but it’s still visible in the source code on the page. It’s this:

    <div id="woocommerce-lightbox-cart-wrapper" class="woocommerce woocommerce-page">
    <div id="woocommerce-lightbox-cart">
    <a href="javascript:void(0)" id="woocommerce-cart-close"><i class="oic-x"></i></a>
    <div>
    <h3>YOUR SHOPPING BAG</h3>
    <div>
    <div class="widget_shopping_cart_content"></div>
    </div>
    </div>
    </div>

    How can i remove this?

    Thanks!

    • This topic was modified 7 years, 11 months ago by faberleen. Reason: Cleaning the code

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thomas Shellberg

    (@shellbeezy)

    Automattic Happiness Engineer

    Hey @faberleen – that’s a weird error, indeed. I just had a look at my local site’s source code and see no mention of woocommerce-lightbox-cart-wrapper. There’s no mention of that in the Github repository for WooCommerce, either; this is probably added by some plugin other than WooCommerce.

    @faberleen – This is actually looks to be part of the theme. Either due to age (not getting updated) or overwriting OLD WooCommerce templates as a quick search in developer tools revealed references to #woocommerce-lightbox-cart-wrapper within a theme JS file.

    Thread Starter faberleen

    (@faberleen)

    @mtruitt thanks for answering. Is there any way to remove it somehow? The theme support isn’t helping me…

    jessepearson

    (@jessepearson)

    Automattic Happiness Engineer

    @faberleen You would need to edit the theme files themselves. This would be the responsibility of the theme developer if it was a off-the-shelf theme. If it was a custom theme, you may want to look into investing in a new theme or hire a new developer that can help you with the changes.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Lightbox cart wrapper popup(?)’ is closed to new replies.