Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

One Menu for All Pages.

Home Forums Older releases 1.0.x One Menu for All Pages.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #3394
    jdc
    Participant

    I tried this.

    http://fab.cba.mit.edu/classes/863.15/section.CBA/people/Shtarbanov/OneMenuForAllPages.html

    And i tried this (Wich worked on SmartMenus v0.9)

    <script type=”text/javascript”>
    $.get(‘/system/include/include.html’, function(htmlStr) {

    // insert menu structure
    $(‘body’).prepend(htmlStr);

    // SmartMenus initialization code
    $(‘#main-menu’).smartmenus({
    subMenusSubOffsetX: 1,
    subMenusSubOffsetY: -8
    });

    });
    </script>

    Any ideas how to do this ?

Viewing 1 post (of 1 total)
  • The forum ‘1.0.x’ is closed to new topics and replies.