Forum Replies Created
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
Awesome great to see you got that figured out.
Please advise if you have more questions.
Have a fantastic day!
Hi Ren,
I hope you are well today and thank you for your question.
Sorry for late reply as I didn’t get notification for your support request due to unknown technical server error.
You 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
.collapse.navbar-collapse > .col-sm-4 { float: right; }Best regards,
Ivory Search SupportHi Purchio,
I hope you are well today and thank you for your questions.
I have the search icon in my top menu, but it’s located on a different line other than the rest of the menu options, how can I move it to the first or last position in the same line?
You 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
.nav-secondary .wrap { max-width: 1200px; } .nav-secondary li.is-menu { display: inline-block; }I’ve also noticed that the plugin activated a menu that sits in the bottom of the mobile version of the website. How can I disable that?
No the plugin doesn’t display it. It is displayed by the genesis-mobile-menu-bar plugin that you are using on your site.
Best regards,
Ivory Search SupportSeptember 24, 2018 at 7:30 PM in reply to: Is this possible to search into media library and get the results from there ? #797The search results is generated by One Page Express theme file search.php that you are using on your site so you can modify it by editing theme search.php file to achieve it.
Please use below custom CSS code to center the search form on the mobile menu.
@media screen and (max-width: 1100px) { .is-menu #searchform { position: static; width: 250px; min-width: 0; margin: 0 auto; } }September 23, 2018 at 8:43 PM in reply to: Is this possible to search into media library and get the results from there ? #783Hi Rodrigo,
I hope you are well today and thank you for your questions.
Yes you can achieve this using Ivory Search Form Attchement post type and appropriate file types options as shown in the attached screenshots which are avlaible in the premium version of plugin.
Best regards,
Ivory Search SupportAttachments:
You must be logged in to view attached files.You 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
.is-menu i.far.fa-search:before { color: #E5159F; font-family: 'FontAwesome'; } .is-menu.dropdown form { top: 50%; }I don’t see the search form on your shared site so could you please display it on your site so that I can help you?
I hope you are well today and thank you for your question.
You can hide unwanted content from search results page by developing custom CSS code.
I tried searching on your shared site but didn’t see the search results content and the site asks me to login to view it.
Best regards,
Ivory Search SupportHi Diegoteran,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s displaying so that I can help you to achieve it?
Best regards,
Ivory Search Support- AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login