solved Adding a new Menu item to Genosis

arlomaniac
@arlomaniac
4 years ago
27 posts
Hi Guys
Is it possible to add a new menu item to the main/top menu of Genosis?
We've created a full image map of the tree that we want to make easily available with a menu/url link.
I've tried using "Menu Editor" but nothing shows.
Thanks a bundle
Bill
updated by @arlomaniac: 08/19/20 10:23:41AM
paul
@paul
4 years ago
4,325 posts
I assume you mean the "Menu Editor" that is part of the SiteBuilder module?

The Genosis skin templates don't support this option by default but if you edit the skin's 'header_menu_desktop.tpl' template as follows it should then work -

<div id="menu_content">
    <nav id="menu-wrap">
        <ul id="menu">

               {* ADD IN THIS BIT *}
               {jrSiteBuilder_menu}

            {jrCore_module_url module="jrGenCore" assign="curl"}
            {jrCore_module_url module="jrGenSource" assign="gurl"}
            {jrCore_module_url module="jrCore" assign="core_url"}

hth


--
Paul Asher - JR Developer and System Import Specialist
arlomaniac
@arlomaniac
4 years ago
27 posts
Just the job that Paul.
Many thanks
Bill

Tags