Ivory Search › Forums › Support › A few questions about positioning :)
- This topic has 8 replies, 2 voices, and was last updated 6 years ago by Ivory Search.
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
- November 2, 2018 at 2:53 PM #973
Hello, and thank you for any help you can provide here. I will surely leave a good review and provide a tip if you have the facilities to do so.
I have a number of questions, hope this is ok.
Here is my website: http:// dstc2018.alphastatehost .uk/.
Question one.
If you look at the top nav, which is my secondary nav, you will see a “Search”, on the far left – the link with a spyclass icon. This is where I would like to have your search plugin. I will remove this link, once I have relocated yours to the same spot.If you look to the far right you can see your plugin. I have added it to the second nav using:
/*Ivory search menu*/ .nav-secondary .wrap { max-width: 1200px; } .nav-secondary li.is-menu { display: inline-block; }
How can I move your “Search” plugin so it is on the far left? If I use relative/absolute it seems to take the plugin out of the menu item array.
Question 2
When you reload the page, the search bar field is automatically displayed – can I set it so that the search field – which appears after you like the link – does not display automatically.Question 3 π
I would like t attach the spyglass genericon to the link, so its inline and looks like the other icons. Is this possible?Thank you so so much for your help,
Have a lovely day.
- November 2, 2018 at 4:17 PM #974
Hello π
I cannot see an edit button?
I would like to revise my original support request.
Here is my website: http://[removed].
I have three easier questions to ask.
1) How can I place a genericon above the “Search” text (like the search link on the far left), so it fits in with the rest of the nav bar.
2) How can I move this menu item to be on the far left, to replace the existing search link.
3) When loading the page, the search bar appears – I would only like the search bar/field to appear once the link is pressed.Hope this is easier to understand, thank you very much.
Spencer
- November 2, 2018 at 4:25 PM #975
Hi,
I have answered question number 3, so just question 1,2.
Thanks π
PS: Wish this forum had an edit button!
- November 2, 2018 at 6:35 PM #976
I hope you are well today and thank you for your questions.
PS: Wish this forum had an edit button!
Yes there is an edit button as shown in the attached screenshot to edit the reply but it is only available for limited perios of time after posting reply so that the feature won’t be misused by users.
1) How can I place a genericon above the βSearchβ text (like the search link on the far left), so it fits in with the rest of the nav bar.
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 .genesis-nav-menu > .is-menu > a:before { content: "\f400"; } .nav-secondary .is-menu a:before { display: block; vertical-align: top; text-align: center; -moz-transition: color .1s ease-in 0; -webkit-transition: color .1s ease-in 0; font-family: "Genericons"; font-size: 36px; font-size: 3.6rem; font-style: normal; font-weight: normal; font-variant: normal; line-height: 1; margin-bottom: 8px; text-decoration: inherit; text-transform: none; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; width: 100%; speak: none; }
2) How can I move this menu item to be on the far left, to replace the existing search link.
Please use below custom CSS code to display it to the left side of menu.
.nav-secondary li.is-menu { float: left; }
Best regards,
Ivory Search SupportAttachments:
You must be logged in to view attached files. - November 2, 2018 at 6:55 PM #978
Hello and WOW, thank you so much. That really helped. I will be purchasing the Pro version, and no doubt leave a great review. Thank you very much.
Is the edit feature time limited? I cannot see the edit buttons. I would like to go back and remove my URL from my previous posts π
- November 2, 2018 at 6:57 PM #980
You are always welcome here π
You can leave review on https://wordpress.org/support/plugin/add-search-to-menu/reviews/?filter=5
And you can get Pro version either from https://ivorysearch.com/pricing/ or the Ivory Search menu in your site admin area.
Please advise if you have more questions.
Have a fantastic day!
- November 2, 2018 at 7:00 PM #982
Is the edit feature time limited? I cannot see the edit buttons. I would like to go back and remove my URL from my previous posts
Yes it is limited. I have removed your site URL from your reply.
- November 2, 2018 at 7:00 PM #983
Thank you so much, you are a credit to your company. Brilliant support.
- November 3, 2018 at 3:14 PM #991
Thank you π
I am owner of company and also provide support. I do all the things and currently is only person in the company π
- AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login