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 pleaseIf 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.
Quote from beachman on August 31, 2023, 08:18Good 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
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.
Thank you have a nice day
Quote from Pablo Borysenco on August 31, 2023, 11:39Hello
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
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
Quote from beachman on August 31, 2023, 11:44thanks 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/
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
Quote from Pablo Borysenco on August 31, 2023, 12:00Try in sid add - flat_dark woof_auto_4_columns -> https://share.pluginus.net/image/i20230831130033.png
Try in sid add - flat_dark woof_auto_4_columns -> https://share.pluginus.net/image/i20230831130033.png
Quote from beachman on August 31, 2023, 12:10perfect 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
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?

now it is on MOBILE

Quote from Pablo Borysenco on September 1, 2023, 10:50Hello
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/
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/
Quote from beachman on September 2, 2023, 07:58thanks 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
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
Quote from Pablo Borysenco on September 4, 2023, 11:33Hello
Try to add
body .woof .woof_submit_search_form_container{
display: block;
}
Hello
Try to add
body .woof .woof_submit_search_form_container{
display: block;
}
Quote from beachman on September 4, 2023, 12:12Thanks 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
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
Quote from beachman on September 5, 2023, 09:07hello kind assistance service is it possible to change the image of the upload as shown in the screenshot?
thank you :)
hello kind assistance service is it possible to change the image of the upload as shown in the screenshot?

thank you :)
Quote from Pablo Borysenco on September 5, 2023, 11:18Hello
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
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
Quote from beachman on September 22, 2023, 18:19Dear customer service, is it possible to insert an image like the screenshots into the search bar?
Dear customer service, is it possible to insert an image like the screenshots into the search bar?

Quote from Pablo Borysenco on September 25, 2023, 11:20Hello
Unfortunately, the plugin does not have such a feature, in this case you need to customize the code
Hello
Unfortunately, the plugin does not have such a feature, in this case you need to customize the code
Quote from beachman on September 25, 2023, 14:06ok and like this?
ok and like this?

Quote from Pablo Borysenco on September 26, 2023, 11:06Hello
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);
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);