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

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

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

Hello Fabio

Please  drop meexact  link to the  page with my filter

  1. You can use shortcodes - https://wp-filter.com/document/using-search-shortcode/
  2. Try this  hook - https://wp-filter.com/features/mdf_custom_shortcode_query_args/

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

Please  watch  this  video - https://wp-filter.com/video-tutorials#video_1291  and  https://wp-filter.com/video-tutorials#video_1293

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

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

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

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

 

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

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