Log in

View Full Version : top menu bar disappeared



alexis33
04-23-2015, 11:08 PM
Hi
I made some changes to my css and forgot to save the old one and don't remember what I changed last but my top menu disappeared. It was working so I think the js is ok.
If someone could please have a look the links are:

page: http://onlythebestgiftshop.com/outdoorliving/outdoorfountains/

css: http://onlythebestgiftshop.com/outdoorliving/css/templatemo_style.css

I was thinking maybe I am missing a " or something but it is happening on all my pages so must be in css

Please help

thanks

jscheuer1
04-24-2015, 02:11 AM
When I look at the source code of the Outdoor Fountains page, I see these external script calls in its head, both of which are error 403 Forbidden:


<script type="text/javascript" src="http://onlythebestgiftshop.com/outdoorliving/js/jquery.min.js"></script>
<script type="text/javascript" src="http://onlythebestgiftshop.com/outdoorliving/js/ddsmoothmenu.js">

/***********************************************
* Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

</script>

Acting on a hunch, I discovered that both these scripts are available and accessible at these locations:


<script type="text/javascript" src="http://onlythebestgiftshop.com/js/jquery.min.js"></script>
<script type="text/javascript" src="http://onlythebestgiftshop.com/js/ddsmoothmenu.js">

/***********************************************
* Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

</script>

Make the appropriate changes, and - if it was working before, there's a good chance this will take care of the problem.

The browser cache may need to be cleared, and/or the page refreshed to see changes.

If there are still problems, please leave the recommended changes in place and let me know, I will have another look.

alexis33
04-24-2015, 02:38 AM
Thanks
that did the trick. I just had to change the chmod on the one js file
My menu is back

Thank you for finding that

jscheuer1
04-24-2015, 02:41 AM
As they say - "More than one way to skin a cat."

Glad it's working.