-
top menu bar disappeared
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/outdo...doorfountains/
css: http://onlythebestgiftshop.com/outdo...temo_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
-
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:
Code:
<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:
Code:
<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.
-
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
-
As they say - "More than one way to skin a cat."
Glad it's working.