How can I turn off recently added item popup?

This topic has 8 replies, 2 voices, and was last updated 5 years, 8 months ago ago by Rose Tyler

  • Avatar: jasiek
    jasiek
    Participant
    July 19, 2018 at 11:19

    Hello

    In my store I would like to use another way for show popup with the recently added item after adding item to the cart (I use dedicate plugin for this). When I use this plugin, I see two popups – one of this plugin and the other of yours theme. How can I turn off display the popup with the recently added item in your theme after adding the item to the cart?
    Thanks very much.

    Regards
    Wojciech

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 19, 2018 at 12:49

    Hello,

    Thanks for the topic.
    Please provide us with your site URL.

    Regards

    Avatar: jasiek
    jasiek
    Participant
    July 19, 2018 at 15:09

    Hi Rose,

    I create my shop on a local machine without access from the outside and I plan to move it to the target server when it is ready. Does this change require access to the theme installation? It seems to me that you can easily check it on any other installation of the theme. I’m not a specialist but I think turn off this popup requires a change in some theme method or a change in the setting and is not related to anything else.
    Alternatively, if necessary, I could temporarily move this WordPress installation to some test server.

    Thanks
    Wojciech

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 19, 2018 at 15:17

    Hello,

    Please add this code in Theme Options > Styling > Custom css or in style.css file of your child theme:

    .cart-popup-container {
        display:  none;
    }

    If this is not what you are looking for, provide screenshots for better understanding, please.

    Regards

    Avatar: jasiek
    jasiek
    Participant
    July 19, 2018 at 16:10

    Hello

    This code works great when I add an item to the cart (popup isn’t displayed), but now there is the new problem, because when I move the cursor on the cart icon popup doesn’t appear.
    I want turn off show popup with recently added items only when I add item to cart – in another case I would like to this works as now.
    In private content I provide link to video, where I show where the problem is.

    Regards

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2018 at 09:49

    Hello,

    Please change the previous code to:

    .shopping-container.cart-show .cart-popup-container {
        display:  none;
    }

    Regards

    Avatar: jasiek
    jasiek
    Participant
    July 27, 2018 at 09:51

    Hello,

    This CSS code works exactly as I need it. Thank you very much for your help.
    Have a nice day!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 27, 2018 at 09:54

    Hello,

    You’re welcome!
    Would you mind to rate our product: https://prnt.sc/d256m6
 https://themeforest.net/downloads
    That would be much appreciated 🙂

    Regards

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.