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

graphic search column

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.

Good morning kind assistance service, I have purchased the renewal of the assistance for your beautiful plugin I use DIVI and I wanted to know if it was possible to graphically create a search (desktop and mobile) like in the screenshot.

https://www.varsallonapneumatici.com/wp-content/uploads/2023/08/Schermata-2023-08-30-alle-09.21.11.png

Thank you have a nice day

Hello

Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png

For full compliance, you will need CSS customization

This type of filter - https://share.pluginus.net/image/i20230831123856.png

Please  watch  this  video  - https://products-filter.com/video#dqGQgzcb5yw

thanks for your answer, I had already done what you sent me, but graphically it's not nice to see, Is it possible to divide the searches into 4 boxes in a single line, instead of having them one under another? is it possible to change the color parameters, box and center the buttons or something else?

here my website

https://www.varsallonapneumatici.com/

Try  in  sid   add - flat_dark woof_auto_4_columns  -> https://share.pluginus.net/image/i20230831130033.png

perfect thak you very much, Is it possible to center the search button, and center everything on the mobile too? and one last thing, sorry for so many questions: is it possible to change the graphics style for the boxes?

because now it is on PC

now it is on MOBILE

 

Hello

Looks like you've already centered the button and filter

To change dropdown styles - https://share.pluginus.net/image/i20230901114653.png

For custom styles you should enable"Native" and use CSS styles: An example - https://www.sliderrevolution.com/resources/css-select-styles/

thanks for your reply but unfortunately I can't solve this problem in the mobile version, I would like the search and reset button to be one below the other is this possible?

I would like it only in the mobile version.

could you please give me a css code to fix?

Here is the error

thanks a lot for your help and have a nice day

Hello

Try  to  add

body  .woof  .woof_submit_search_form_container{

display:  block;

}

Thanks for the reply,

I think I fixed it !! :)

can I make the search button prettier? where can i find a list of css codes to use?

thank you for your cooperation

 

hello kind assistance service is it possible to change the image of the upload as shown in the screenshot?

 

 

thank you :)

Hello

can I make the search button prettier? where can i find a list of css codes to use? - https://www.w3schools.com/css/css3_buttons.asp

 is it possible to change the image of the upload - Yes, in  design tab - https://share.pluginus.net/image/i20230905121806.png

Dear customer service, is it possible to insert an image like the screenshots into the search bar?

Hello

Unfortunately, the plugin does not have such a feature, in this case you need to customize the code

ok and like this?

Hello

You can get similar functionality - https://products-filter.com/extencion/woocommerce-step-by-step-filter  - it will be possible to change images depending on the current filter

OR  you can add an image using a hook - woof_after_draw_filter

an example:

add_action('woof_after_draw_filter', function($key, $shortcode_atts){

if('pa_diametro' == $key){

?>

<div>

<img  src="https://your/image/link">

</div>

<?php

}

},10,2);