Results 1 to 9 of 9

Thread: ddsmoothmenu help

  1. #1
    Join Date
    Mar 2009
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default ddsmoothmenu help

    1) Script Title: ddsmoothmenu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...smoothmenu.htm

    3) Describe problem: If I want to have the menu as part of an include file for my header - it works on the main page. But, for some reason, the arrows and drop-down features do not work on any sub-pages. It's the same code, same header, etc. Any ideas?

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Simply specify absolute URLs to the arrow images inside the .js file, ie:

    Code:
    arrowimages: {down:['downarrowclass', 'http://www.mysite.com/down.gif', 23], right:['rightarrowclass', 'http://www.mysite.com/right.gif']},
    Last edited by ddadmin; 03-18-2009 at 09:35 PM.
    DD Admin

  3. #3
    Join Date
    Mar 2009
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default didn't work

    It didn't make any difference. I'm wondering if I should go with the All Levels menu instead? We are talking about placing a flash banner toward the top of the page, and it looks like this menu won't overlap?

  4. #4
    Join Date
    Mar 2009
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default still doesn't work

    Not only do the arrows not appear, but there are no drop downs. The top menu looks the same (except for the arrows) and it highlights, etc. However, the drop-down functionality is not working.

    It's the same code as the main page - part of the same include file, etc.

  5. #5
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    I'm wondering if I should go with the All Levels menu instead? We are talking about placing a flash banner toward the top of the page, and it looks like this.
    If you anticipate the drop down menus overlapping Flash or Java content, yes, you should use All Levels Menu, since it contains features to properly handle that.

    Regarding the arrow images though, specifying absolute URLs to them inside the script should work for sure already. I've corrected a typo in the code I posted above, which should be:

    Code:
    arrowimages: {down:['downarrowclass', 'http://www.mysite.com/down.gif', 23], right:['rightarrowclass', 'http://www.mysite.com/right.gif']},
    DD Admin

  6. #6
    Join Date
    Mar 2009
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default arrows

    Darn - I set the arrows like you said, and still no luck. Very frustrating because - as I said, it's the same code and in the same include file. Strange.

    We are going to incorporate a flash banner on the top of our site - and I can't have it go behind that. It wouldn't matter on the other pages - but that's the page with the most visits. I really wish this would work, I can't get anything else to look right.

    Thank you for all of your help - and patience.

  7. #7
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Darn - I set the arrows like you said, and still no luck. Very frustrating because - as I said, it's the same code and in the same include file. Strange.
    Please post a link to the page on your site that contains the problematic script so we can check it out.
    DD Admin

  8. #8
    Join Date
    Aug 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default same problem

    Hi,
    I have the same problem with arrow images. They don't appear.
    Please have a look to my site: http://ibao.es/wp/
    I specified absolute URL as you suggested by it still does not work.
    Drop-down functionality is working ok.
    Could you please help me?
    Jose

  9. #9
    Join Date
    Aug 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Solved

    Now it's working. Arrow images were disabled by my theme.

    .rightarrowclass{display:none;} */ /*arrows don't always show if enable due path problems so disabled*/
    .downarrowclass{display:none;} */

    It seems the creator of my theme didn't try to specify the absolute URL

    Thanks anyway.

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
  •