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 tab transparency since the update

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,
Since Husky plugin update, the filter tab (on mobile) has got a transparency on background, which, depending on what has below, prevents clicking on an attribute.
which, depending on what has below, prevents an attribute from being clicked.
And for reading it's not good either. One thing is certain, I absolutely did not touch my layout.
Thanks for your help.

Hello

In the new plugin update, we only changed the text of the plugin name.

Unfortunately your screenshot doesn't work.

Can you try link again :
https://ibb.co/drTWtpm

Thanks

Ok. Have you disabled slideout? - https://share.pluginus.net/image/i20230113103828.png

Can you retry, I cleared and reloaded the WP Rocket cache...

I feel like there is also a problem with the cache where as I excluded WOOF from the WP Rocket cache rules (load JS lazy, Minify JS, Defer Javascript execution)...

New screenshot  and details in private box

1/  It seems that opacity class is coming from WOOF plugin :

<div class="woof-slide-out-div ui-slideouttab-panel ui-slideouttab-right ui-slideouttab-ready ui-slideouttab-open" data-key="woof_63c172e1b7383" data-image="null" data-image_h="50" data-image_w="50" data-mobile="1" data-action="click" data-location="right" data-speed="100" data-toppos="200px" data-onloadslideout="false" data-height="auto" data-width="auto" style="opacity: 0.95; top: 200px;">

but I don't find that parameter in WOOF settings.
For the moment I overwrite with that class :

.ac-code .woof-slide-out-div {
	
	opacity: 1 !important;
}

It will be cool if you give me native solution

Hello

https://c2n.me/4hAOKtz.jpg  - the problem here was not opacity but z-index

Now it works correctly

Regarding opacity , your code is a good solution

Yes , I change z-index, but about opacity, 0.95, it's coming from woof plugin, no ?

yes. if you don't like this style you can override it with css (which you did)

Ok. Thanks

Welcome;)