Permanent section beneath Nav bar

Hi,

Please could someone point me in the right direction with this one, I have added a search bar using Fibo search as a section beneath the navbar on my home page. I would like this section to show by default on every page including all product pages as a permanent bar beneath the navigation.

My first though is that I will need to create a child theme and then make some alterations to php similar to this topic https://theme.co/archive/forums/topic/add-an-additional-menu-under-the-top-menu/.

Has anyone done anything similar or could offer any guidance? I have uploaded a screenshot to show what I would like to use.

Thanks, Russ

Hello Russell,

Thanks for writing in! You can go to Cornerstone > Global Block and create the section with the Fibo Search. You can then use the method on this old thread to be able to insert your global block below the navigation bar.

If you are not familiar with the Global Blocks yet, please check out this documentation first:

Be advised that custom coding is beyond the scope of our support under our Support Policy. If you are unfamiliar with code and resolving potential conflicts, you may select our One service for further assistance.

Kindly let us know how it goes.

Thank you Ruenel,

I have got it working now. I followed the guidance in the first link and created a child theme.

Guide here - https://theme.co/docs/child-themes

I created a global block and used the existing section as a preset. Added the code from the link to my child theme functions.php file then added my global block shortcode to the functions.php file over the

[your-slider-shortcode]

That worked great.

I did also try the 2nd link which worked except the search bar didn’t show on product pages.

Thank you for your help, much appreciated.

Glad to hear that, Russell.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.