The Problem The CheckoutWC sidecart animation popout would trigger every time I updated / published the page when the Elementor editor was active. The
Upload a custom Loader icon animation Add the following code to your Theme’s functions.php file (hopefully you use a Child theme). Add a Filter to
1. Select your button to edit 2. Go to “Advanced” tab 3. Add a custom ID (i.e. go-back) 2. Add custom jQuery using HTML widget
/** * Disable the emoji’s */ function disable_emojis() { remove_action( ‘wp_head’, ‘print_emoji_detection_script’, 7 ); remove_action( ‘admin_print_scripts’, ‘print_emoji_detection_script’ ); remove_action( ‘wp_print_styles’, ‘print_emoji_styles’ ); remove_action( ‘admin_print_styles’, ‘print_emoji_styles’
remove_action( ‘shutdown’, ‘wp_ob_end_flush_all’, 1 ); add_action( ‘shutdown’, function() { while ( @ob_end_flush() ); } );
Add Grow CSS Animation to Element selector:hover { transition: all .2s ease-in-out; transform: scale(1.03); cursor: pointer; z-index: 1; } selector { transition: all .2s ease-in-out;