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

Unselect filters in movil 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
I have a problem deselecting filters from a mobile.

When someone selects a filter (for example:"Girl") from a mobile, they should deselect it by pressing"Girl" again, but it does not happen. It is only deselected by pressing another filter. This happens only with filters that have"image" from a mobile.

On desktop, if you tap the"Girl" filter and then tap it again, it's deselected (that's fine), but on mobile it doesn't.

This is a problem, because people think the filter is broken and leave the store.

Thanks for your help.

Checking well, from a desktop computer, there is also the same problem: if you press the filter twice (without moving the mouse), it is not deselected. It only deselects when the mouse is removed.

The problem is the same for mobile or desktop: the filter is not deselected when it is pressed twice, in the filters that have an image.

Hello

everything works correctly!

You think so because the styles of the selected element are the same as the styles on hover

My test - https://share.pluginus.net/video/v20220321110708.mp4

Ahh you're right

Help! How I can change the color of selected element and the hover? (#289e80 for selected and #C6C6C6 for hover)
This is the image filter setting. Im doing something wrong:

width: 74px;
height:74px;
margin: 0 3px 3px 0;
background-size: 100% 100%;
background-clip: content-box;
border: 2px solid #e2e6e7;
padding: 2px;
color: #289e80;
font-size: 0;
text-align: center;
cursor: pointer;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: border-color .35s ease;
transition: border-color .35s ease;

Thank you for the help

Hello
Try  to add CSS:
.woof .woof_image_term.checked{
border-color: #289e80 !important;
}
.woof .woof_image_term:hover {

border-color: #C6C6C6 !important;

Woooo
You are the best!
It is working well.

Thank you!

Hello

Great!  Welcome;)