menu_manager

Hey there, again a question that I can not solve on my own yet. I have activated the menu_manager plugin on a modified paradigm theme and it does work excelent. Actually I am having problems configuring the menu:

1. I do not want that in active state the menu jumps up. I was able to do all other CSS modifications but I can not find the style that is responsible for this.

2. I do not want that the menu shows any submenu. I did not set up any submenus. But when I am in single Image-view the link to the image is shown as submenu under the menu item. I was not able to figure out which line to delete.

Any assictance welcome.
Best regards

Comments

  • acrylian Administrator, Developer
    1. Not sure what you mean exactly.

    2. That is a bogus items you need to hide via CSS (display: none - see the class attached to the element). Since you cannot add images to the menu you need this so the menu entry for its album can stay active.
  • Please have a look at
    http://www.neu.aurora-sylt.de

    In the Top Menu each Navigation in Active State jumps half a line up.

    In the sidebar menu it looks even worse: the active link becomes smaller and also jumps to a different position.

    This is really anoying. And I could not figure out the CSS line where that is coded :(
  • acrylian Administrator, Developer
    The menu manger has no default css attached so you cannot find it. Styling is all your theme. Look at the source printed and you will see that the active state of en entry is not a link (it does not make sense to link to the page you are on already). Adjust your css to that.
Sign In or Register to comment.