Results 1 to 4 of 4

Thread: top menu bar disappeared

  1. #1
    Join Date
    Apr 2015
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Apr 2015
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    As they say - "More than one way to skin a cat."

    Glad it's working.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Similar Threads

  1. Replies: 0
    Last Post: 06-02-2012, 09:55 PM
  2. Gooey Menu Effect Disappeared?
    By jasont in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 05-31-2012, 05:25 PM
  3. Nav Disappeared
    By ChroniX in forum CSS
    Replies: 1
    Last Post: 11-03-2007, 02:49 PM
  4. favicons in my IE browser disappeared
    By joycie in forum Other
    Replies: 3
    Last Post: 10-17-2006, 03:30 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •