Home Forums WoodMart support forum woocomerce advance product label

woocomerce advance product label

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #279926

    Shoyu969
    Participant

    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

    #280124

    Artem Temos
    Keymaster

    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

    #280132

    Shoyu969
    Participant

    Hello
    Thank you for reply. where should i insert this code? theme settings global custom css?

    #280136

    Artem Temos
    Keymaster

    Try to put the code to the Custom JS section on the document ready in Theme Settings -> Custom JS.

    #280404

    Shoyu969
    Participant

    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.
    #280500

    Artem Temos
    Keymaster

    Please, provide us your admin access so we can log in and check this on your side.

    Thank you in advance.

    #280600

    Shoyu969
    Participant

    Thank you please, see private area

    #280607

    Artem Temos
    Keymaster

    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/

    #280920

    Shoyu969
    Participant

    Hi
    plugin developer gave a feedback please see private area if you can advice

    Thanks a lot

    #281126

    Artem Temos
    Keymaster

    Sorry, these events are from our 6.0.2 version. You need to update the theme first.

Viewing 10 posts - 1 through 10 (of 10 total)