solved Menu items

MetalScene
MetalScene
@themetalscene
4 years ago
66 posts
Hi there

When i use site builder to create menu items it works fine in Elastic, but when i try create menu items in Proxima they dont appear anywhere.

am i missing someting.
updated by @themetalscene: 08/02/20 07:39:51AM
paul
@paul
4 years ago
4,325 posts
Proxima isn't a 'mainstream' skin so I'm guessing that it doesn't include the smarty SiteBuilder menu call in its templates. In Elastic this is in the 'header_menu_desktop.tpl' template on line 7 -

<div id="menu_content">
    <nav id="menu-wrap">
        <div id="menu-trigger">&nbsp;</div>
        <ul id="menu">

            {* User menu entries *}
            {jrSiteBuilder_menu}

So add this to the approprate Proxima template.

hth


--
Paul Asher - JR Developer and System Import Specialist
MetalScene
MetalScene
@themetalscene
4 years ago
66 posts
Thank you

i only needed this piece in the end

{* User menu entries *}
{jrSiteBuilder_menu}
updated by @themetalscene: 04/25/20 01:09:59PM

Tags