Archived topic
Full-width search bar with Relevanssi
5 replies · Started by Grant on October 1, 2020
Hello,
I am changing the search plugin on my website to Relevanssi. I would like it constantly to display a full-width search form below the menu. I can currently do this with the existing plugin (WP Google Search) by adding a shortcode to the Search Page Target URL but Relevanssi doesn't seem to have that option. Please could you tell me how to do this.
Thank you,
Grant
Hi there,
Can you add Relevanssi so I can see the issue?
Hello,
Relevanssi is installed and activated but, on second thoughts, adding the full-width search bar is the real question.
So, I should ask, how do I add the shortcode [searchform] to Generatepress so that a full-width search bar is constantly displayed beneath the menu?
Thanks
You can add it using a hook element:
https://docs.generatepress.com/article/hooks-element-overview/
With the generate_after_header hook:
https://docs.generatepress.com/article/hooks-visual-guide/
The full-width or not question depending on the plugin CSS.
Great, thanks, Leo!
No problem :)