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

Make the search form like this

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, thanks for your nice plugin.

I have setup it correctly, but i need an info. How i can make the search form like this: https://prnt.sc/gcD74md_HE06

Now i have the forms in this way, i need of 3 columns for input and a 4 column for button: https://prnt.sc/OMdtlmwsVT8L

Please let me know.

Thanks and best regards

Hello

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

drop me exact  link to the issue

Hello, i have insert all request data.

Please let me know.

Thanks and best regards

Hello

Please add this CSS

.woof  .woof_container.woof_container_select_hierarchy.woof_container_veicoli{

width: 80%;

display: inline-block;

}

.woof .woof_submit_search_form_container{

display: inline-block;

width: 18%;

margin: 0px;

vertical-align: text-bottom;

}

Hello, thanks for code.

I have add the css but nothing change except for the button position.

How i can resolve? i want 4 columns form with 3 columns for input and fourth column for button.

Please let me know.

Best regards

Hello

Please change to this code:

.woof  .woof_container.woof_container_select_hierarchy.woof_container_veicoli .select2-container{

width80%;

displayinline-block;

}

.woof .woof_submit_search_form_container{

displayinline-block;

width18%;

margin0px;

vertical-aligntext-bottom;

}

Hello, excuse me, but your CSS doesnt work.

Why you dont test it before send me? I have send you login data.

Please let me know.

Thanks and best regards

Ok! I don't see my filter on your site.

Please  drop me exact  link to the  page  with my filter

Hello, your filter is this: https://soviautoricambi.eu/woof-test/

 

Howewer, my page for the moment is this (but when it work i will put in home): https://soviautoricambi.eu/test-plugin/

 

Thanks and best regards

Hello

Please do a test - https://soviautoricambi.eu/test-plugin/

Hello Sir, thanks for your help, i only need of this last things:

  1. i have moved the form in homepage: http://www.soviautoricambi.eu (please scroll a bit down and you will se the form);
  2. how i can change the text of the search button? now is"filtro" but i need of"cerca";
  3. i need that the background color of search button is BLACK;
  4. the form is not"centered" like the old that will show in this mode: https://prnt.sc/OorBjQGzITpH

    IN FEW WORDS: i want the same form lenght that the old (now is small) with 3 input (no four like the old)

Please let me know.

Thanks again and best regards

Hello

Please check this  option - https://share.pluginus.net/image/i20240214120557.png

Please add CSS

.home .woof .woof_submit_search_form{

width: 95%;

background: black;

}

 

.home .woof .woof_submit_search_form_container {

 width: 15%;

}

 

 i want the same form lenght that the old (now is small) with 3 input (no four like the old)  - Unfortunately I didn't understand this

Code customization is not included in support; for this you should hire a developer

Hello, thanks a lot.

Please give me only last help: how i can resolve the button angle? is strange: https://prnt.sc/TnsQSCYVdZ4J

In end, if i want a form with 3 rows and a 4 row for search button, what is the shortcode?

Thanks and best regards

Hello, on mobile we have this problem: https://prnt.sc/CnEc9CulkBnt

Please can you give me a solution? For mobile is best 1 input per row.

Thanks and best regards

Hello

Please add this code:

.home .woof .woof_submit_search_form_container {

padding: 0px 2px 0px 3px;

}

 

@media only screen and (max-width: 600px) {

.home .woof .woof_submit_search_form_container {

 width100%;

}

.home .woof .woof_container_select_hierarchy .select2-container {

 width: 100% !important;

}

.home .woof .woof_container.woof_container_select_hierarchy.woof_container_veicoli {
width: 100%;
}

}

Hello Sir, infinite thanks.

 

Please can you give me the right CSS to fix the search button on mobile?

 

Please see this screenshot: https://prnt.sc/NQd7XMJ3MGrd

 

Thanks and best regards

Hello

Unfortunately, I didn’t understand what was wrong in the screenshot. In order to create a custom design you should hire a web designer

Hello, the search button is CUTTED on mobile view.

Please can you give me the css to fix this or make it full width as other search inputs?

Thanks and best regards

Hello

Please change this code - https://share.pluginus.net/image/i20240216115804.png

body.home  .content .woof .woof_submit_search_form_container {

 width100%;

}