Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1245456

    mattdmedia
    Participant

    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!

    #1245677

    Christian
    Moderator

    Hey Matt,

    Please try disabling Enable AJAX add to cart buttons on archives in WooCommerce > Settings > Products > Display

    Thanks.

    #1347645

    Denis Bolvinov
    Participant

    Hi,

    I’m using cart popup too.

    Is there any way to disable animation without disabling ajax?

    #1348167

    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Can you please provide the URL of your site so we can take a look?

    Thanks!

    #1348261

    Denis Bolvinov
    Participant
    This reply has been marked as private.
    #1348689

    Rue Nel
    Moderator

    Hello 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.

    #1349020

    Denis Bolvinov
    Participant

    For example, cart animation appears here: http://sanata-flowers.ru/product-category/k-prazdniku/14-fevralya/

    #1349318

    Rad
    Moderator

    Hi 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!

    #1349382

    Denis Bolvinov
    Participant

    It workes! Thank you!

    #1349447

    Christopher
    Moderator

    You’re welcome.