Pprblems with Ver 1.0
Home › Forums › Older releases › 1.0.x › Pprblems with Ver 1.0
- This topic has 7 replies, 2 voices, and was last updated 4 years, 4 months ago by
Topshed.
-
AuthorPosts
-
May 3, 2016 at 05:06 #3149
Topshed
ParticipantFirst 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 versionPlease see
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
May 9, 2016 at 13:35 #3155admin
KeymasterOn 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:
July 8, 2016 at 07:59 #3217Topshed
ParticipantOk 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 menuSo your help is still required Please on
http://www.britishsteam.com/smartmenus/sm-mint.htm.July 13, 2016 at 15:48 #3232admin
KeymasterI 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.
July 14, 2016 at 09:19 #3236Topshed
ParticipantThank 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
July 21, 2016 at 12:31 #3246admin
KeymasterYour 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/
July 21, 2016 at 16:43 #3255Topshed
ParticipantThank you for your reply,
I am getting too old for this, when you remarked of strange links I removed the
“http://www.britishsteam.com” 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 problemsRegards Topshed
September 7, 2016 at 04:09 #3290Topshed
ParticipantThis thread appears to have died so can we reactive it Please, if you refer to my last post
Regards Toppshed
-
AuthorPosts
- You must be logged in to reply to this topic.