Comments 10Shelley started the conversationAugust 20, 2024 at 6:12pmCan we open on hover? (using the floating icon?) 1,222Dustin repliedAugust 21, 2024 at 7:18amHi Shelley,Yes, you can do that.For example, if you want to open when hovering over the element with the CSS class "hover-fly-cart", please add JS code like this: $(document).on('mouseover', '.hover-fly-cart', function() { woofc_show_cart(); });Best regards,Dustin 10Shelley repliedAugust 21, 2024 at 3:20pmThanks and what about your little floating icon? 1,222Dustin repliedAugust 22, 2024 at 2:56amPlease add the custom code below. (How to add custom code? ↗): add_action( 'wp_footer', function () { ?> <script type="text/javascript"> (function($) { $(document).on('mouseover', '.woofc-count', function() { woofc_show_cart(); }); })(jQuery); </script> <?php }, 99 );Best regards,Dustin 10Shelley repliedAugust 22, 2024 at 2:10pmThanks!1 Like 1,222Dustin repliedAugust 23, 2024 at 2:13amYou're welcome!If you are satisfied with our plugin and support, please reward it with a full five-star ★★★★★ rating.https://wordpress.org/support/plugin/woo-fly-cart/reviews/?filter=5Thank you in advance! ♥Best regards,Dustin Sign in to reply ...
Can we open on hover? (using the floating icon?)
Hi Shelley,
Yes, you can do that.
For example, if you want to open when hovering over the element with the CSS class "hover-fly-cart", please add JS code like this:
Best regards,
Dustin
Thanks and what about your little floating icon?
Please add the custom code below. (How to add custom code? ↗):
Best regards,
Dustin
Thanks!
You're welcome!
If you are satisfied with our plugin and support, please reward it with a full five-star ★★★★★ rating.
https://wordpress.org/support/plugin/woo-fly-cart/reviews/?filter=5
Thank you in advance! ♥
Best regards,
Dustin