Tagged: x
-
AuthorPosts
-
November 5, 2016 at 8:12 pm #1245456
Hi,
I had trouble finding the answer to this on the forums – I’m using a pop up when people select “Add to Cart” and want to disable X-Theme’s animation.
Is there any solutions or an php snippet I can use for that?
Thanks so much!
November 6, 2016 at 3:24 am #1245677Hey Matt,
Please try disabling Enable AJAX add to cart buttons on archives in WooCommerce > Settings > Products > Display
Thanks.
January 27, 2017 at 6:09 am #1347645Hi,
I’m using cart popup too.
Is there any way to disable animation without disabling ajax?
January 27, 2017 at 2:09 pm #1348167Hi there,
Thanks for writing in! Can you please provide the URL of your site so we can take a look?
Thanks!
January 27, 2017 at 4:20 pm #1348261This reply has been marked as private.January 28, 2017 at 3:09 am #1348689Hello There,
Thanks for updating in! When I tested your shop, I did not see any add to cart animations. After clicking the add to cart button, the popup just appears. Could you please clarify what you are trying to do? Maybe explain a little further with some screenshots?
Thank you in advance.
January 28, 2017 at 2:06 pm #1349020For example, cart animation appears here: http://sanata-flowers.ru/product-category/k-prazdniku/14-fevralya/
January 28, 2017 at 11:56 pm #1349318Hi there,
Please add this code to your child theme’s functions.php
function x_woocommerce_navbar_cart_ajax_notification() { }
This should override the overlay animation.
Cheers!
January 29, 2017 at 2:16 am #1349382It workes! Thank you!
January 29, 2017 at 4:44 am #1349447You’re welcome.
-
AuthorPosts