Site Builder Menu on Mobile Device

sekeri
sekeri
@ilker
9 years ago
334 posts
Site Builder created menu items are not displayed on mobile devices. I can only see Home, Search, Create Account and Login.
updated by @ilker: 12/22/16 11:55:59AM
michael
@michael
9 years ago
7,714 posts
you can add it to the mobile site header menu by putting:
{jrSiteBuilder_menu}
inside the existing menu. Probably header_menu_mobile.tpl

Which skin are you using?
sekeri
sekeri
@ilker
9 years ago
334 posts
I am using Elastic.
michael
@michael
9 years ago
7,714 posts
What do you expect to happen for mobile? I know mobile cant handle 3 levels of depth in a menu, but think it can handle 2.

Currently the new "Site Builder Core" menu is not in any of the mobile menus yet. to add it to elastic, add it to:
/skins/jrElastic/header_menu_mobile.tpl about line 4

so it looks like this:
<div class="sb-slidebar sb-left">
<nav>
    <ul class="sb-menu">
{jrSiteBuilder_menu}

    <li><a href="{$jamroom_url}">{jrCore_lang skin=$_conf.jrCore_active_skin id="1" default="Home"}</a></li>


Then let me know what issues you see. Thinking that perhaps for the mobile menu we limit to just 2 levels deep?
sekeri
sekeri
@ilker
9 years ago
334 posts
I don't expect anything special. I just want to see the same menu entries using any desktop or mobile browser. I think SiteBuilder should be able to provide this.

Please check the image.
image1.PNG.png
image1.PNG.png  •  37KB


updated by @ilker: 06/04/15 10:29:41PM
michael
@michael
9 years ago
7,714 posts
Yep, it will, throw that

{jrSiteBuilder_menu}


in there if you need it now. It will end up in all the skins by the time site builder gets out of beta.

To do it from the ACP its:
ACP -> SKINS -> ELASTIC -> TEMPLATES -> header_menu_mobile.tpl -> MODIFY

add at line 4
* click 'SAVE CHANGES'
* click 'Cancel'
* check the ACTIVE checkbox
* click 'SAVE CHANGES'

= Working.
sekeri
sekeri
@ilker
9 years ago
334 posts
I don't need it right now. I am still working on my website and think myself as a tester of SiteBuilder and report whatever I found :)

But I will sure need it when I go live ! Thanks Michael.

ilker.
michael
@michael
9 years ago
7,714 posts
awesome, it `ill be there by then. Thanks for the updates they really help. :)

Tags