Multiple Shortcodes and Sidebar
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 pleaseIf 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.
Quote from foolsdoor on June 15, 2022, 09:41Hi guys,
Can you please check this video? https://www.veed.io/view/56929ac5-67f5-44ae-b74b-188d98a95aa9?sharingWidget=true
The client loved the UX but the speed of all the "easy-to-use" plugins is ridiculously slow... I thought it was due to a poor server but nope! it wasn't.
so I started trying other plugins and finally I got a spectacular speed with yours!!!! ;)I'm still trying to understand if I have a chance to achieve what i need, I really hope you have some useful tweaks/hooks.
-> The Sidebar is a JetPopup (crocoblock) but I can use a different method if needed
-> We only show GROUPED PRODUCTSThanks Fabio
Hi guys,
Can you please check this video? https://www.veed.io/view/56929ac5-67f5-44ae-b74b-188d98a95aa9?sharingWidget=true
The client loved the UX but the speed of all the"easy-to-use" plugins is ridiculously slow... I thought it was due to a poor server but nope! it wasn't.
so I started trying other plugins and finally I got a spectacular speed with yours!!!! ;)
I'm still trying to understand if I have a chance to achieve what i need, I really hope you have some useful tweaks/hooks.
-> The Sidebar is a JetPopup (crocoblock) but I can use a different method if needed
-> We only show GROUPED PRODUCTS
Thanks Fabio
Quote from Pablo Borysenco on June 15, 2022, 11:35Hello Fabio
Please drop meexact link to the page with my filter
- You can use shortcodes - https://wp-filter.com/document/using-search-shortcode/
- Try this hook - https://wp-filter.com/features/mdf_custom_shortcode_query_args/
Hello Fabio
Please drop meexact link to the page with my filter
- You can use shortcodes - https://wp-filter.com/document/using-search-shortcode/
- Try this hook - https://wp-filter.com/features/mdf_custom_shortcode_query_args/
Quote from foolsdoor on June 15, 2022, 11:54Hi Pablo,
the link is here https://sunshower4.poprebels.com/garden-lighting/
But it's quite useless at the moment cause I managed to add only one filter as you can see on the screen below.In your opinion I could achieve what you see on the video right?
Cheers
Hi Pablo,
the link is here https://sunshower4.poprebels.com/garden-lighting/
But it's quite useless at the moment cause I managed to add only one filter as you can see on the screen below.
In your opinion I could achieve what you see on the video right?
Cheers

Quote from Pablo Borysenco on June 15, 2022, 12:17Please watch this video - https://wp-filter.com/video-tutorials#video_1291 and https://wp-filter.com/video-tutorials#video_1293
Please watch this video - https://wp-filter.com/video-tutorials#video_1291 and https://wp-filter.com/video-tutorials#video_1293
Quote from foolsdoor on June 16, 2022, 09:01Hi Pablo,
I had a good session with your plugin but still I can't achieve these things:
The link is the same https://sunshower4.poprebels.com/garden-lighting
1. I managed to add shortcodes on toggles and the Sidebar (click on the orange button here snipboard.io/jKU7E0.jpg) but I can't see them synched not updating themselves depending on the selection you make.
2. I did't managed to add a price slider shortcode... do you have a direct link for an example?
3. Categories. The shortcode has "checkboxes" selected and I'd like to have children visible and closed with the + or a custom icon to toggle/open them.I haven't check this hook yet https://wp-filter.com/features/mdf_custom_shortcode_query_args/ any example from your customers?
Cheers
Fabio
Hi Pablo,
I had a good session with your plugin but still I can't achieve these things:
The link is the same https://sunshower4.poprebels.com/garden-lighting
1. I managed to add shortcodes on toggles and the Sidebar (click on the orange button here snipboard.io/jKU7E0.jpg) but I can't see them synched not updating themselves depending on the selection you make.
2. I did't managed to add a price slider shortcode... do you have a direct link for an example?
3. Categories. The shortcode has"checkboxes" selected and I'd like to have children visible and closed with the + or a custom icon to toggle/open them.
I haven't check this hook yet https://wp-filter.com/features/mdf_custom_shortcode_query_args/ any example from your customers?
Cheers
Fabio
Quote from Pablo Borysenco on June 16, 2022, 10:08Hello Fabio
1) Unfortunately there is no synchronization between different MDF categories. This only works well inside one filter set
2) Please watch this video - https://wp-filter.com/video-tutorials#video_1289
3) Unfortunately the plugin does not have this feature.
Unfortunately, we don't have an example. this hook passes arguments to wp_query.
you should change 'tax_query':
$args['tax_query'][] =array(
'taxonomy' => 'product_type',
'field' => 'slug',
'terms' => 'grouped',
);
But for woocommerce i advise you to try another plugin - https://wordpress.org/plugins/avalon23-products-filter-for-woocommerce - it will suit your requirements
Hello Fabio
1) Unfortunately there is no synchronization between different MDF categories. This only works well inside one filter set
2) Please watch this video - https://wp-filter.com/video-tutorials#video_1289
3) Unfortunately the plugin does not have this feature.
Unfortunately, we don't have an example. this hook passes arguments to wp_query.
you should change 'tax_query':
$args['tax_query'][] =array(
'taxonomy' => 'product_type',
'field' => 'slug',
'terms' => 'grouped',
);
But for woocommerce i advise you to try another plugin - https://wordpress.org/plugins/avalon23-products-filter-for-woocommerce - it will suit your requirements
Quote from foolsdoor on June 16, 2022, 11:41Hi Pablo,
Thanks for your help and suggestion. I'm really sad right now... cause I've already tried Avelon23 and it looks flexible but slow... super slow.
It's been 3-4 weeks now that I try plugins to filter properly and I'm really shocked about the outcome so far...
I don't think my layout is too complex and probably it would have been better to pay someone and create something from scratch.Is there a way to get a refund?
Cheers
Fabio
Hi Pablo,
Thanks for your help and suggestion. I'm really sad right now... cause I've already tried Avelon23 and it looks flexible but slow... super slow.
It's been 3-4 weeks now that I try plugins to filter properly and I'm really shocked about the outcome so far...
I don't think my layout is too complex and probably it would have been better to pay someone and create something from scratch.
Is there a way to get a refund?
Cheers
Fabio
Quote from Pablo Borysenco on June 16, 2022, 12:07Hello
it looks flexible but slow... super slow. - There may be a problem with your site, this plugin is very well optimized and has good caching functionality
Is there a way to get a refund? - I didn't know you were using the paid version. Unfortunately, you need a reason to get the refund - https://themeforest.net/page/customer_refund_policy
Hello
it looks flexible but slow... super slow. - There may be a problem with your site, this plugin is very well optimized and has good caching functionality
Is there a way to get a refund? - I didn't know you were using the paid version. Unfortunately, you need a reason to get the refund - https://themeforest.net/page/customer_refund_policy
Quote from foolsdoor on June 17, 2022, 03:13Hi Pablo
it looks flexible but slow... super slow. - There may be a problem with your site, this plugin is very well optimized and has good caching functionality
Why would yours work so well then on my website??
What I noticed is that every time i check the console and see admin-ajax.php be called then that plugin works super fast.Maybe this can give you an idea
Hi Pablo
it looks flexible but slow... super slow. - There may be a problem with your site, this plugin is very well optimized and has good caching functionality
Why would yours work so well then on my website??
What I noticed is that every time i check the console and see admin-ajax.php be called then that plugin works super fast.
Maybe this can give you an idea
Quote from Pablo Borysenco on June 17, 2022, 09:12Hello
This is just an ajax request, it works a little faster because there is no need to load the page.
Almost all filters (plugins) have this feature
Hello
This is just an ajax request, it works a little faster because there is no need to load the page.
Almost all filters (plugins) have this feature