Forum Replies Created
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
- May 21, 2020 at 12:38 PM in reply to: widget – search button needs space above it so it doesn’t touch the search box #4763
You are most welcome, I’m glad I was able to help you with this matter. There is no obligation but by your kind words I wonder if I could trouble you to leave a review based on this experience here:
https://wordpress.org/support/plugin/add-search-to-menu/reviews/?filter=5
I’d really appreciate that. 🙂
And if I can be of any further assistance please don’t hesitate to ask.
It seems I didn’t explain it clearly to you, therefore, you didn’t understand it.
Let me explain to you again, the AND condition is only considered for one tag and not on multiple tags that you are considering.
There are 2 tags on the post, one ‘ivory’ and one ‘search’.
If you search ‘ivory search’ or ‘search ivory’ it doesn’t find it.In this case, there isn’t any tag containing both the words ‘ivory search’ or ‘search ivory’ on your website therefore it doesn’t return anything. As said above it doesn’t consider multiple tags.
May 20, 2020 at 11:45 AM in reply to: widget – search button needs space above it so it doesn’t touch the search box #4752You can achieve this by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings
.widget form.is-search-form label input.is-search-input { margin-bottom: 20px }Please change the above-shared CSS code according to your requirement.
May 20, 2020 at 11:42 AM in reply to: Center the search box in the page and increase its width #4751You can achieve this by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings
form.is-search-form { width: 100%; display: table; margin: 0 auto; } form.is-search-form label { width: calc( 100% - 100px ); } form.is-search-form label input.is-search-input { width: 100%; }Please change the above-shared CSS code according to your requirement.
I hope you are well today and thank you for your question.
The option “Search All or Any Search Terms” only applies to a single term and not multiple terms.
For example, If you have a term called “Hello World” and If you have set the option to AND then it only returns the result If you search for “Hello World” and not “Hello Friend” or if one term contains a word “Hello” and other “World”.
Best regards,
Ivory Search SupportMay 19, 2020 at 7:50 PM in reply to: widget – search button needs space above it so it doesn’t touch the search box #4737I hope you are well today and thank you for your question.
Could you please share the page URL from your site where it is displaying so that I can help you to achieve it?
Best regards,
Ivory Search SupportI hope you are well today and thank you for your question.
We can achieve this using CSS.
Could you please share your site URL where the search bar is displaying so that I can help you to achieve it?
Best regards,
Ivory Search SupportI hope you are well today and thank you for your question.
We can achieve this using CSS.
Could you please share your site URL where it’s displaying and tell me how you want to display the search bar so that I can help you to achieve it?
Best regards,
Ivory Search SupportThe !important is a part of CSS specificity that is used to increase the priority of the CSS property.
You will find more information about the CSS specificity on the below pages.
https://www.w3schools.com/css/css_specificity.asp
https://developer.mozilla.org/en-US/docs/Web/CSS/SpecificityIn your case, If you want to overwrite the above-shared CSS code then you can do it as below.
body input.is-search-input { border-radius: 25px !important; }You are most welcome, I’m glad I was able to help you with this matter. There is no obligation but by your kind words I wonder if I could trouble you to leave a review based on this experience here:
https://wordpress.org/support/plugin/add-search-to-menu/reviews/?filter=5
I’d really appreciate that. 🙂
And if I can be of any further assistance please don’t hesitate to ask.
- AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login