• Hi,

    The popup that slides in from the right of the screen when a product is added to cart does not appear to be working for me on desktop or tablet.

    Oddly, it appears to be working on a iPad when it’s held in portrait mode but not in landscape. I’ve checked on screenfly and it appears to work on resolutions upto 959px. Once the resoltion hits 960px it stops working.

    Any ideas on how I can resolve this?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    Add the below code to the Customize > Custom CSS section to fix it –

    div#oceanwp-cart-sidebar-wrap {
        display: block;
    }

    Let me know if it doesn’t work.

    • This reply was modified 5 years, 6 months ago by Amit Singh.
    Thread Starter fudjshop

    (@fudjshop)

    Hi Amit,

    Thanks for this!

    It works great but just one small issue, when I click on the ‘x’, the popup disappears as it should but the screen is still left with a grey overlay. Once I click on the screen, this goes away too.

    Is there anyway of having the grey overlay not appear at all?

    Please go to Customize > Woocommerce > General section and disable ‘Display Cart When Product Added’ option.

    Thread Starter fudjshop

    (@fudjshop)

    Hi Amit,

    Thanks, I’ve just tried that but the popup stopped appearing altogether :/

    Ah…okay, can you try adding the below code to the customize > custom css section and check it works or not –

    .owp-cart-overlay {
        display: none !important;
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Off Canvas added to cart popup not working on desktop/tablet’ is closed to new replies.