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

Change the interface

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, i've unchecked 'load javascrift deferred' and it looks okay now. Is that the only way to solve this problem? As this option improves my loading time.

I've noticed it still doesn't look okay. On the category page it looks shitty and it now also shows at the productpage itselve, where it looks even more shitty.

'load javascrift deferred'  is unchecked

https://ibb.co/t4wwSRq
https://ibb.co/vVz91Rx

Because the filters now look like a mess on mobile, i've deleted the code from functions.php

Can you please solve this asap? Thanks

Hello

 i've unchecked 'load javascrift deferred' and it looks okay now. Is that the only way to solve this problem? - Please read this - https://docs.wp-rocket.me/article/1560-delay-javascript-execution-compatibility-exclusions#woof

 

 On the category page it looks shitty and it now also shows at the productpage itselve - It is very strange - please add ftp access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png

i've added the code to WP Rocket > https://ibb.co/BKhhvLX

Gave you access to WP and FTP

Please check your ftp access

I checked it. Can you login now?

Hello

Please try  in  file  functions.php  - remove underscore - https://share.pluginus.net/image/i20240516180804.png and do a test

I disabled this option - https://share.pluginus.net/image/i20240516181157.png

hi, do the filters only work when the option 'Optimize CSS delivery' is disabled?

Hello

'Optimize CSS delivery'   - You should be very careful with these settings.  For some reason this setting disables CSS files which gives the result "it looks even more shitty".  I think the problem is that this CSS is not used for the desktop (only for the mobile device) and wp-rocket disables this for device-insensitive optimization.  This is not the filter or optimization plugin problem - this is something that requires more careful configuration

okay.

There are 2 more things.

the filter also shows on a productpage itself. I only want it to show on the product category pages.

And is it possible to add a little cross to the filter so its more obvious that you have to click on the cross to close the filter?

Like this:https://ibb.co/FY94QTc

Hello

try  to change  this  code:

add_action( 'wp_footer', function(){

if( is_woocommerce() == true  &&  is_product() == false){

echo do_shortcode("[woof_slideout image=null image_h=50 image_w=50 location=right speed=100 action=click offset=250px onloadslideout=false mobile_behavior=1 text=Filters ][/woof_slideout]");

}

});

 

And is it possible to add a little cross  - Unfortunately the plugin does not have such a feature

That worked, thanks!

So the only way to close the filters is to click on the word 'filters'?

And there's a bit whitespace at the right, can that be removed? -> https://ibb.co/NSqFWZW

Hello

So the only way to close the filters is to click on the word 'filters'? -  The filter closes if the user clicks on any part of the screen other than the filter

And there's a bit whitespace at the right, can that be removed?  - Please delete this code - https://share.pluginus.net/image/i20240521115214.png -  clear all cache and do a test