• Resolved aaronbal

    (@aaronbal)


    Hi, good day!

    Im using Astra pro Theme which has an optional add to cart ajax function that also shows a modal cart (they call it Slide In cart) when a product is added. However, when using your plugin (and that option is on), the modal instead of being replaced, is being overlaped, which can cause confusion.

    I have also tried to switch off the theme ajax function to a normal add to cart (reload the page) behaviour but then the add to cart button simply doesnt work at all

    I like your plugin more, tis more complete, thats why I would like the add to cart modal to be replaced completely by yours. Is there any way to do that?

    Please help

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Giacomo

    (@jakjako)

    Hello, I don’t have a website with Astra theme.
    The better solution is to get rid of its modal via code but I can’t help without having Astra installed.

    With CSS you can just hide that:

    .astra-mobile-cart-overlay,
    #astra-mobile-cart-drawer
    {
    display:none !important;
    }

    Plugin Author Giacomo

    (@jakjako)

    Mark as resolved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin modal overlaping theme modal’ is closed to new replies.