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.

Newbie question upgrading from 6.0.4

Home Forums Older releases 0.9.x Newbie question upgrading from 6.0.4

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1282
    Bruce
    Participant

    Hi,

    I’m trying to upgrade me website from the previous SmartMenus v6.0.4

    I’ve created a dummy page here, just using the example from the website;
    http://www.intbc.org/scouts/temp.php

    Using Chrome, version 31.0.1650.57, the sub-menus are not appearing.

    I’m sure it’s something simple I’ve missed, but any pointers would be great!

    Cheers,

    Bruce.

    #1484
    admin
    Keymaster

    Hi,

    The problem seems to be that jQuery is not properly included on your page. So just replace the following:

    <script type="text/javascript" src="jquery-loader.js"></script>

    with something like:

    <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>

    (or you could, of course, use a local copy of jQuery hosted on your server).

    The loader script is just used on the demo page to allow easy testing with different jQuery versions.

    Cheers!

    #1485
    Bruce
    Participant

    Hi,

    That fixed it – thanks very much, all working now!

    Cheers,

    Bruce.

    #1486
    admin
    Keymaster

    Np, cheers!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘0.9.x’ is closed to new topics and replies.