I removed the product search bar from the storefront theme since I didn’t only want to search on Products but also on Posts, Custom posts, pages, etc. by the following code
add_action( 'init', 'remove_sf_actions' );
function remove_sf_actions() {
remove_action( 'storefront_header', 'storefront_product_search', 40 );
}
My question: Since I applied the following code, the place where the Search bar was located is now empty but my menu what was on the left of the search bar didn’t shift to the right on my site (where the search was located before). How can I align my second menu on the place where the search bar was before
]]>I’m helping someone to change her website. I made a main menu and a secondary menu and changed (and saved) the settings in the theme editor. But… I don’t see a second menu.
How can I make this work?
Thanks in advance!
[ No bumping please. ]
]]>I know you can change it so it’s above the logo, but is there a way to keep it where it is, but add an additional menu above the logo?
Possibly one where I can add a register/login link on?
]]>I know you can change it so it’s above the logo, but is there a way to keep it where it is, but add an additional menu above the logo?
Possibly one where I can add a register/login link on?
]]>I’m think duplicate the page.php template and renaming it. Can you help as to what would need to be done to add a second menu location there?
]]>I would like to be able to add a second menu as described for SG Windows. Is it possible for me to cut and paste some code from SG Windows to SG Layout for the menu script? Or would you consider releasing a version with the ability as described in the documentation for SG Windows?
Richard
]]>https://www.ads-software.com/plugins/megamenu/
]]>