Start a new discussion
To start a new discussion please visit the discussions section of the GitHub home page of the project.
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.
Topshed
Forum Replies Created
-
AuthorPosts
-
TopshedParticipant
This thread appears to have died so can we reactive it Please, if you refer to my last post
Regards Toppshed
TopshedParticipantThank 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
TopshedParticipantThank 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
TopshedParticipantOk 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.TopshedParticipant
British Steam Index
TopshedParticipantC’mon somebody give me a hand here PLEASE
My Index call is here
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>British Steam Index</title> <meta name="author" content="Roy Vandersteen"> <link rel="icon" href="myicon.ico"> <link rel="stylesheet" type="text/css" href="css/menu1.css"> </head> <body> <div id='header'> <?php include 'smartmenus/SM-blue.htm'; ?> </div> <div id='main'> <br> <h2>British Steam Locomotives from the WD GWR LMS LNER</h2> <h2>& Southern Railway in Searchable Databases.</h2>
So why does it fail, it’s the same call as the rest of the site
Cheers Topshed
TopshedParticipantAhhh the problem appears to have been with Waterfox / Firefox latest update has cleared the problem, Never believed it was Smartmenu causing the problem but it had me puzzeled
Thanks for your time
Regards
TopshedTopshedParticipantFurther to the above, this morning I tried using other browsers and they all worked
IE, Safari, Chrome, & Opera, no problem but Firefox and Nightly still make a mess of my menu and my CSS.
BUT smartmeunu still works as expected on this site.Topshed ??
TopshedParticipantThank you for all your patience and assistance it is now working fine
It’s a great systemRegards Topshed
TopshedParticipantThanks for the reply,
I tried that early on and replaced it just in case, but both options have drop downs that will not respond, even direct from the Smartmenus Dir.
Regards TopshedTopshedParticipantProblem Solved … I used
require_once(‘../smartmenus/BSmenu.htm’);
If it helps Others
Topshed
TopshedParticipantPlease ignore the
above don’t know where thay came from, thet are not on the originalTopshedParticipantBingo ! a Server side issue never crossed my mind
Thank you so much for your assistance and patience
Regards
Roy..TopshedParticipantThank you for your reply
I deleted the loader and INIT lines and replaced it with your…..
I checked the CSS dir and it is all there and no 404 errors
But it made no differanceWill try and explain, I have 3 sites on the one hosted account
the first 2 sites work fineSite 3 “Trolleybus” never gets started, I have install the latest ver of SM9.5 but it made no differance
All 3 sites have an exact same copy of Smartmenus and the trolley one is the only one that fails
The problem one shows the SM menu when loaded into either of the other 2 sitesBelow The business end of the script…
SmartMenus jQuery
The script in Trolley
https://tinyurl.com/mpfxh76The script in Bus
https://tinyurl.com/m2jbvcr
TopshedParticipantURL for the script is
https://tinyurl.com/ljyqqq5TopshedParticipantwhoops also tried
TopshedParticipantI have my menu working in a Iframe, the Iframe is set to to 1280px wide and the menu fills the width of the Iframe
Calling the same menu at the top of a page produces the menu but it does not work
However the second example works if the iframe is present.
Loading the page on it’s own shows the menu but it does not workAny thoughts a to why please
TopshedParticipantThank you for your input, unfortunatly your CSS is the same as came with my original download, so there was no change of background or foreground colors
My only changes that have worked for me is in the font size in smclean a
see below.sm-clean a { /* padding:10px;*/ padding:5px; color:#555; /* font-size:18px;*/ font-size:12px; /* line-height:17px;*/ line-height:13px; font-family:'Lucida Sans Unicode','Lucida Sans','Lucida Grande',Arial,sans-serif; text-decoration:none; }
I have a further thought,
Please, do you have a smart piece of code to let me load the menu at the top of every page with an include. it would fix all my problems and I could do away with Iframes which are doing my head in ??Regards Topshed
TopshedParticipantOkay your fix worked a charmI just need to get my act together
Thanks Topahed
TopshedParticipantPlease ignore the above I have found my error and it all works fine
Lovely solution Thank you a million
Regards Topshed
TopshedParticipantBetter still try
http://www.britishsteam.com/Roy.htmTopshedParticipantThank you it now works fine
I am comparing my code to yours to find where I missed stuffThe only problem I now have is a mouse click on the menu rather than a hover kills off the menu
TopshedParticipantSorry For some reason the whole of my paste did nor happen so here it is again
SmartMenus jQuery
TopshedParticipant3rd try no code Pre
TopshedParticipantGrrrr
Iframe script did not reproduce<body> <iframe src="/smartmenus/sm_clean.htm" width="1280" height="85" id="iframe1" name="iframe1"></iframe> <iframe name="iframe2" id="iframe2" width="1280" height="720"></iframe> </body>
-
AuthorPosts