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.
Bookmarks