• Hello there!

    I am having trouble getting my main menu’s drop down menus to work on any ‘Post’ pages on my website (https://www.derekmunson.com).

    For example, if you’re on my “Gear” page (https://www.derekmunson.com/?page_id=34), the drop-downs under the “Lessons”, “Gigs”, and “Media” pages show up fine. However, if you’re reading a blog post (like this one: https://www.derekmunson.com/?p=619), the drop-downs aren’t available.

    This may be a simple question, but I’ve searched the WP Forums here for a solution to my particular problem and haven’t found the answer for my issue.

    Any help from anyone on this would be GREATLY appreciated. Thank you!

    – Derek

Viewing 6 replies - 31 through 36 (of 36 total)
  • Thread Starter Drumology2001

    (@drumology2001)

    Well, if you have any suggestions, I am very open to them! If not, I guess I’ll just keep suffering through with this current navigation. :\

    Well, if you have any suggestions, I am very open to them!

    Take a look at TwentyTen, and try to implement what it’s using for CSS dropdown menus. (Or, since you’re using wp_list_pages(), take a look at what I’m doing in Oenology. Currently, TwentyTen doesn’t completely properly handle wp_list_pages().)

    Thread Starter Drumology2001

    (@drumology2001)

    Yeah, I don’t want to mess anything up, since it seems like the help is a little more subjective here, so I think I’ll just suffer with it the way it is. :\

    Thank you so much for all your help with all the other stuff, Chip – I can’t tell you how happy I am to have these changes done on my site and be “compliant” with WordPress standards. ??

    Happy to help, and I’m glad you were able to get as much sorted out as you did. ??

    I am having a similar error:

    https://img.photobucket.com/albums/v25/tumblemonkey/Screenshot2011-06-09at45017PM.png

    In the above screenshot you can see my menu item is blank it should be the “resort” tab. Does anyone have an idea of why this is happening? (It doesnt do this on the main home page, only the subpages) Also it only does this under the “products” column and if i add any new columns to the right side of that menu item.

    I have already inserted:

    [suhosin]

    suhosin.post.max_vars = 5000 suhosin.request.max_vars = 5000

    into my php.ini file.

    My issue was resolved by changing the following code in my theme’s menu js file:

    var $curobj=$(this).css({zIndex: *100*-i})

    To:

    var $curobj=$(this).css({zIndex: *300*-i})

    For those who may have my same problem.

Viewing 6 replies - 31 through 36 (of 36 total)
  • The topic ‘Drop-down menus not working on subpages?’ is closed to new replies.