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

Filter not working on mobile version

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.

Hello everyone,

 

I have a problem with filter on the mobile version, when any of the checkboxes are pressed, or the clear filter button for that matter, the store page does not respond and updates the product list accordingly.

here's a link to the store: https://didi-box.co.il/shop/

 

Any guidance will be much appreciated

Hello

Please disable JS optimization (especially lazy loading of files) clear cache and do a test

Solved thank you!

The problem was with the feature:"Load Javascript deferred"
"Load JavaScript deferred eliminates render-blocking JS on your site and can improve load time"

A feature within WProcket chache plugin

 

Hello

Welcome;)

By the way wp-rocket has an article on how to add an exception to our plugin - https://docs.wp-rocket.me/article/1655-troubleshoot-delay-javascript-execution-issues#examples

Thank for that Pablo! used it and the result is far better than disabling it all together, which is what I have done before.

 

Another question,

I have a problem with an object called"woof_products_top_panel_ul", on account of the website being RTL, and I don't know how to tackle it.. would be great to have your guidance.
here's the deal, in the attached photo you can see that all elements in the block sticking to the left, but I need them to align to the right:

View post on imgur.com

And I need to switch the order of appearance of child elements within that class from this:

View post on imgur.com

 

To this:

View post on imgur.com

 

How can I do this? is it possible to get done without inserting specific CSS\JS code in the "Advanced"  Plugin section?

If not, and a custom code injection needs to be added, what should I insert that will affect both tags and categories?

and also will align the child elements of the class to the right?

 

Hello

Please add this CSS:

body .woof_products_top_panel li {

 float: right;

}

Clear all cache and do a test