woocomerce advance product label
-
Hi
I’m using woocomerce advance product labe. Having an issue when loading product with ajax filtering and infinite scroll. the plugin developer gave me a code but i’m not sure where i’m supposed to put it. please see private area
Hello,
Yes, you can use the following events to init tooltips after AJAX
jQuery(document).on('wdShopPageInit wdLoadMoreLoadProducts wdArrowsLoadProducts wdProductsTabsLoaded', function() {
if( typeof(berocket_regenerate_tooltip) !== 'undefined' ) {
berocket_regenerate_tooltip();
}
});
Kind Regards
Hello
Thank you for reply. where should i insert this code? theme settings global custom css?
Try to put the code to the Custom JS section on the document ready in Theme Settings -> Custom JS.
Hello
it’s not working yet. when i pasted the code, there is dropdown list appear. what should i select? please see attached picture.
thank you
Attachments:
You must be
logged in to view attached files.
Please, provide us your admin access so we can log in and check this on your side.
Thank you in advance.
Thank you please, see private area
As we can see, the code is added correctly. If it doesn’t work, you need to contact plugin’s developers for help.
As for the CSS generator, it is no longer needed with our 6.0 update. Please, read our guide here https://xtemos.com/docs/woodmart/faq-guides/woodmart-update-6-0-explained/
Hi
plugin developer gave a feedback please see private area if you can advice
Thanks a lot
Sorry, these events are from our 6.0.2 version. You need to update the theme first.