Tagged: x
-
AuthorPosts
-
November 5, 2016 at 8:12 pm #1245456
mattdmediaParticipantHi,
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 #1245677
ChristianModeratorHey 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 #1347645
Denis BolvinovParticipantHi,
I’m using cart popup too.
Is there any way to disable animation without disabling ajax?
January 27, 2017 at 2:09 pm #1348167
Nabeel AModeratorHi 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 #1348261
Denis BolvinovParticipantThis reply has been marked as private.January 28, 2017 at 3:09 am #1348689
Rue NelModeratorHello 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 #1349020
Denis BolvinovParticipantFor example, cart animation appears here: http://sanata-flowers.ru/product-category/k-prazdniku/14-fevralya/
January 28, 2017 at 11:56 pm #1349318
RadModeratorHi 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 #1349382
Denis BolvinovParticipantIt workes! Thank you!
January 29, 2017 at 4:44 am #1349447
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1245456 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
