This topic has 8 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
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
Hello,
Thanks for the topic.
Please provide us with your site URL.
Regards
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
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
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
Hello,
Please change the previous code to:
.shopping-container.cart-show .cart-popup-container {
display: none;
}
Regards
Hello,
This CSS code works exactly as I need it. Thank you very much for your help.
Have a nice day!
Regards
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
You must be logged in to reply to this topic.Log in/Sign up