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

Placing Husky filter on top

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.

https://best-charge.ru/product-category/brendy
I wonder how I can place husky filter mobile on top
For front builder I used this code

add_action('woocommerce_before_shop_loop', function () { if (!WOOF_REQUEST::isset('woof_before_shop_loop_done')) { echo do_shortcode('[woof_front_builder name="top filter"]'); } }, 2);
should I just include woof_mobile in array?

UPD:

add_action('woocommerce_before_shop_loop', function () {
if (!WOOF_REQUEST::isset('woof_before_shop_loop_done')) {
echodo_shortcode('[woof_front_builder name="top filter"]');
echodo_shortcode('[woof_mobile]');
}
}, 2);
I've used this code and it works almost fine except the fact it shows 2 mobile buttons instead of one

UPD2: Everything works fine, I've just forgot to delete another action :D

Hello

ok! Great!