PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

How to use the plugin in the category templates on oxygen builder

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Good morning, I use oxygen builder. I encountered the same problem as other users if I implement the category filter in the category template page. With ajax enabled the page is completely reloaded pointing to another template. I had the same problem with another filter plugin and solved it with this code.

if( ! function_exists( 'content_selector' ) ){

    function content_selector( $selector ){

        $selector = '#_dynamic_list-34-161';

        return $selector;

    }

Is there a similar function on husky that only reloads the selector and not the entire page?

    add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' );

} 

Hello

In the case of our filter, a third-party template must use standard hooks:  woocommerce_before_shop_loop  and woocommerce_after_shop_loop