The menu it’s there but the drop down won’t work.

Forums Forums Menus The menu it’s there but the drop down won’t work.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #278
    Lampreia
    Member

    Hi Ryan.

    I hope you can help me! I’m using the multi-level menu with "hemingwayEx" theme. The menu is installed in the right place it appears but the drop down won’t work. I have tried with other themes and works just perfect. Do you have any idea why this happens?

    My blog adress: http://www.joselampreia.com

    Thanks so much,
    Jose

    #3288

    Hi,
    I started to work on your theme, but it now says your site is in maintenance mode.

    #3289
    Anonymous
    Member

    Hi Ryan,
    The theme is online now.
    Thanks

    #3290

    Hi,
    You have something like the following in your theme:

    [code:3gn5z5nw]<div id="navigation">
    <div class="inside">
    <ul class="left">
    <?php suckerfish; ?>[/code:3gn5z5nw]

    The #navigation seems to be messing things up badly and may be the #inside too, so try removing those. And you can’t have a UL wrapped around the suckerfish() function as you are then placing an unordered list within an unordered list without a list item – which is invalid code. So you will need to remove the wrapping UL or add a LI tag (usually best to just remove it).

    However even after doing all of that, the menu is still looking rather odd. There is a conflict somewhere else in your CSS files, but I don’t have time to find it sorry. Also, did you modify the CSS after it was outputted from the generator? Even if I remove all of the other CSS files, the menu still looks odd as the line-height is very skinny.

    #3291
    Anonymous
    Member

    i’m having the same problems.  i’m trying to duplicate a menu on my old static site as i convert the site to a blog. 

    here’s the old site.  the menu i want to duplicate is at the top. 

    http://www.pvillepanthers.com/

    and here’s the blog.  i started on the list, but i can’t get it to drop down.

    http://www.pvillepanthers.com/pantherblog/

    #3292

    Hi Scott,
    You don’t seem to have the menu installed on your site.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.