Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • christofferl Friend
    #159487

    There is a bug in the main_menu module when you have choosen a menu as a “Separator”. As you clearly can see in the attached image the Media menu is the top node, but it shows as a second node in the module to the left.

    I would really need a quick buggfix as I want to use the “Separator” feature in my menu. As it is now … I can not.

    See attached image for better understanding.


    1. ja_20a
    christofferl Friend
    #374966

    For a short period of time you can see this error live on the following link.

    Here you can see that the top node called TEST appears as it should in the top menu … but appears as a 2nd node in the main menu to the left >:(

    Saguaros Moderator
    #374976

    yes, i would like provide a quick fix as following
    You open the template.css file and find the following code:

    #ja-container ul.menu span.separator {
    background: url(../images/arrow-3.png) no-repeat 2px 8px;
    color: #666;
    display: block;
    font-size: 92%;
    font-weight: normal !important;
    padding: 5px 0;
    text-indent: 15px;
    text-transform: none;
    width: 100%;
    }

    and replace by:

    #ja-container ul.menu span.separator {
    background: none;
    color: #666666;
    display: block;
    font-size: 92%;
    font-weight: bold !important;
    padding: 5px 0;
    text-indent: 0px;
    text-transform: none;
    width: 100%;
    }

    Thanks

    christofferl Friend
    #374988

    We are almost there! However, I see that there is a small (but important) font style difference for the seperator item menu only.

    Please have a look at it or visit the live site here and see for your self.

    Note that it is only now the “About us” menu which is the seperator item.

    Thanks again for helping me with this annoying bug 🙂


    1. ja_22a
    christofferl Friend
    #374991

    OK, so I have changed the code myself now and the result on the site looks almost perfect, and looks like this:

    #ja-container ul.menu span.separator {
    background: none;
    color: #333;
    display: block;
    font-size: 100%;
    font-weight: normal !important;
    padding: 5px 0;
    text-indent: 0px;
    text-transform: none;
    width: 100%;
    }

    However, I also see on the website that when a sub node is selected/active then the top node should be bold/active as well (illustrated below and in the attached image). But this does not apply for the Separator menu “About us”. Any ideas on how to get this to work?

    TOP NODE (bold)
    – Sub node
    – Sub node
    – Sub node (bold)
    – Sub node
    – Sub node


    1. ja_22b
    Saguaros Moderator
    #375028

    yes, please add the following code into the template.css file:

    #ja-container ul.menu .active span.separator {
    font-weight: bold!important;
    }

    christofferl Friend
    #375115

    Many thanks!!
    All is fine now!
    :-*

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  christofferl 13 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum