Search for: Log In Free Support [Resolved] Change Search Field Home › Forums › Support › Change Search Field This topic has 9 replies, 4 voices, and was last updated 4 months ago by Tom. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts September 17, 2020 at 6:20 am #1447033 Eaydman Hi, Is it possible someway to change the menu search field to the why on my muckup: https://share.getcloudapp.com/2NuyNQQp Running all new Alpha of the 3.0.0 and 1.12.00 September 17, 2020 at 6:56 am #1447090 DavidStaff Customer Support Hi there, not sure if thats possible with the nav search – do you have a link to your site so i can take a look ? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 18, 2020 at 2:37 am #1448297 Eaydman Hi yes I have added the url in the Private information. September 18, 2020 at 6:55 am #1448591 DavidStaff Customer Support Will the Search icon do anything on click ? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 19, 2020 at 1:59 pm #1450331 Eaydman Thats not so important, just be somehow like the muckup (https://share.getcloudapp.com/2NuyNQQp) September 20, 2020 at 9:01 am #1451156 LeoStaff Customer Support So the search field will be opened without clicking on the icon? It’s not possible using the built-in navigation search I don’t think. You will need to add a default WordPress search field and style it accordingly. What version of GP are you using? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 20, 2020 at 9:21 am #1451179 Eaydman R run the Beta 1. The search filed does not need to be dynamic. Just a input field where I can search ? September 20, 2020 at 9:50 am #1451235 TomLead Developer Lead Developer You could try: add_action( 'generate_menu_bar_items', function() { get_search_form(); } ); That will add the core search field into the navigation. Then you’d just need CSS to style it accordingly. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development September 23, 2020 at 5:16 am #1455211 Eaydman Thanks Tom π September 23, 2020 at 9:44 am #1455729 TomLead Developer Lead Developer No problem! π Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In