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.

Pprblems with Ver 1.0

Home Forums Older releases 1.0.x Pprblems with Ver 1.0

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #3149
    Topshed
    Participant

    First off, can I safely remove the bootstrap code from my menu as I have no use for it my site is not suitable for its use.

    If I can then, then I have a problem,
    The new version fails to initialise using the original text file that worked with the old version

    Please see

    http://www.britishsteam.com

    http://www.britishsteam.com/smartmenus/sm-mint.htm.

    I think the stylre sheet in the first my be effecting the result

    Both show differing results

    Any help would be most welcome

    Topshed

    #3155
    admin
    Keymaster

    On this page:

    http://www.britishsteam.com/smartmenus/sm-mint.htm

    jQuery doesn’t seem to be loaded correctly:

    http://www.britishsteam.com/smartmenus/jquery.js

    Please fix this first and let me know if you still have any problems.

    BTW, the upgrade process from 0.9.x to 1.0.x is covered in the following section of the manual:

    http://www.smartmenus.org/docs/#upgrading-0-9-x

    #3217
    Topshed
    Participant

    Ok after a struggle with debugging Jquery I finely got it 404 free, but although it now looks better and the page displayed works and displays the requested url,
    I still have no menu

    So your help is still required Please on
    http://www.britishsteam.com/smartmenus/sm-mint.htm.

    #3232
    admin
    Keymaster

    I can now see some weird paths in your page source:

    <!-- jQuery -->
    <script type="text/javascript" src="//http:www.britishsteam.com/smartmenus/libs/jquery/jquery.js"></script>
    
    <!-- SmartMenus jQuery plugin -->
    <script type="text/javascript" src="//http:www.britishsteam.com/smartmenus/jquery.smartmenus.min.js"></script>
    
    ...
    
    <!-- SmartMenus core CSS (required) -->
    <link href="//http:www.britishsteam.com/smartmenus/css/sm-core-css.css" rel="stylesheet" type="text/css" />
    
    <!-- "sm-mint" menu theme (optional, you can use your own CSS, too) -->
    <link href="//http:www.britishsteam.com/smartmenus/css/sm-mint.css" rel="stylesheet" type="text/css" />

    You also have tried to include the SmartMenus code twice:

    <!-- SmartMenus jQuery plugin -->
    <script type="text/javascript" src="//http:www.britishsteam.com/smartmenus/jquery.smartmenus.min.js"></script>
    
    ...
    
    <!-- SmartMenus jQuery plugin -->
    <script type="text/javascript" src="//http:www.britishsteam.com/smartmenus/jquery.smartmenus.js"></script>

    It’s needed just once.

    #3236
    Topshed
    Participant

    Thank you for your reply, I have removed the double entry for the plugin.

    The strange paths were a result of the Mozilla debugger which showed 404 errors on those until I included the full path ??

    Having fixed all of the above I still cannot get it to initialize and I am fresh out of ideas

    Sorry to be a PAIN

    regards Topshed

    #3246
    admin
    Keymaster

    Your JS/CSS linked files are still returning 404. Here is how to setup you links (just copy these and replace your current ones):

    JS:

    <!-- jQuery -->
    <script type="text/javascript" src="http://www.britishsteam.com/smartmenus/libs/jquery/jquery.js"></script>
    
    <!-- SmartMenus jQuery plugin -->
    <script type="text/javascript" src="http://www.britishsteam.com/smartmenus/jquery.smartmenus.js"></script>

    CSS:

    <!-- SmartMenus core CSS (required) -->
    <link href="http://www.britishsteam.com/smartmenus/css/sm-core-css.css" rel="stylesheet" type="text/css" />
    <!-- "sm-mint" menu theme (optional, you can use your own CSS, too) -->
    <link href="http://www.britishsteam.com/smartmenus/css/sm-mint/sm-mint.css" rel="stylesheet" type="text/css" />

    IMPORTANT: I saw the “sm-mint.css” file is missing in its default location – not sure where it is right now on your server. You should find it and put it in the following folder on your server:

    /smartmenus/css/sm-mint/

    #3255
    Topshed
    Participant

    Thank you for your reply,
    I am getting too old for this, when you remarked of strange links I removed the
    http://www.britishsteam.com&#8221; from the very links that were at the root of the problem, I have copied the two areas that you suggested to do and sorted out where the sm-mint.css should be.

    Now it appears the menu is initializing but only to show and outline of it’s position on the page and Home on the left hand side. of the box.
    The app checks out as good in CSE Validator for what it is worth.

    Is there a way to purchase a working copy of the front end that I can add my menu files to it ,
    I am exhausted trying to get it to work, and I know it is ME not the application
    causing my problems

    Regards Topshed

    #3290
    Topshed
    Participant

    This thread appears to have died so can we reactive it Please, if you refer to my last post

    Regards Toppshed

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