PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]
Botoscope is currently in early access

Support Forum

You need to log-in to create request (topic) to the support

the filter and the reset button are not showing on the page

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,

on my page https://fussmatten-vergleich.de/ the filter and reset button are not avaliable.

Gerson

Hello Gerson

this is a conflict with your CSS styles(kingdom_frontend_stylr). My video -  https://c2n.me/49hm5Wo

Try  to  add  CSS

.woocommerce .woof button.button{

position: inherit;

opacity: 1;

left: unset;

transform: inherit;

}

Hello Pablo,

thank you. Now the"search button" is visible. But it is cut off at the lower side.

The reset button still not appears.

And if I am filtering for a variation color or size on the result page the filters are not showing up.: https://fussmatten-vergleich.de/?swoof=1&pa_farbe=blau-schwarz

How can I make it that the customer can choose different colors or sizes or material as an"OR" request

 

 

Hello

Change  the CSS

.woocommerce .woof button.button{

position: inherit;

opacity: 1;

left: unset;

transform: inherit;

margin: 10px;

}

The reset button still not appears. - https://c2n.me/49idrRO.png -  It only appears when there is a search term.

Check that the shop template has a sidebar

How can I make it that the customer can choose different colors or sizes or material as an"OR" request - In this case, you need customization of the code. (Change main query)

 

 

Thanks,

How can I make it that the customer can choose different colors or sizes or material as an"OR" request - In this case, you need customization of the code. (Change main query)

where is the code is this wordpress/ woocommerce or your plugin code?

Hello

Use  hooks - https://presscustomizr.com/snippet/three-techniques-to-alter-the-query-in-wordpress/