Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • adubey Friend
    #141523

    Hi

    I was wondering if is possible to highlight second level items on the left hand submenu.

    as of now website user as no reference which item he clicked.

    Please see here.
    http://www.captius.com/manage/managed-operations.html

    Any pointers are highly appreciated.

    thanks,
    Abhi

    Anonymous Moderator
    #306309

    Hi adubey
    I am sorry but i don’t understand your question.

    If possible please kindly let me in detail

    adubey Friend
    #306474

    Hi,

    Under Managed (Left side navigation menu). If I click on any sub menu item, for example “PROCESS OPTIMIZATION”, it doesn’t get highlighted . Whats the best way to achieve that,

    Basically I want to highlight sub menu items (for left hand side navigation) when they are clicked,

    Thanks a lot for getting back to me,

    Regards,
    Abhi

    kalby Friend
    #306497

    adubey: How did you get rid of the “menu-desc” under menu-title?

    See the picture attached.


    1. menu-desc
    Anonymous Moderator
    #306498

    <em>@adubey 130952 wrote:</em><blockquote>Hi,

    Under Managed (Left side navigation menu). If I click on any sub menu item, for example “PROCESS OPTIMIZATION”, it doesn’t get highlighted . Whats the best way to achieve that,

    Basically I want to highlight sub menu items (for left hand side navigation) when they are clicked,

    Thanks a lot for getting back to me,

    Regards,
    Abhi</blockquote>

    Hi, to close this issue, open templates/ja_olivine/css/template.css file, at about line 950, find following code:

    ul.menu li li.active a {
    color: #1C64A5;
    font-weight: bold;
    }

    and change to:

    ul.menu li li.active a {
    color: #1C64A5 !important;
    font-weight: bold !important;
    }

    Anonymous Moderator
    #306499

    <em>@kalby 130985 wrote:</em><blockquote>adubey: How did you get rid of the “menu-desc” under menu-title?

    See the picture attached.</blockquote>

    Hi kaiby, to solve this issue, please open templatesja_olivineja_menusBase.class file, at about line 170, find following code:
    [PHP]
    //Add page title to item
    if ($level == 0 && $this->getParam(‘menu_title’)) {
    if ($this->getPageTitle($iParams)) {
    $txt .= ‘<span class=”menu-desc”>’. $this->getPageTitle($iParams).'</span>’;
    } else {
    $txt .= ‘<span class=”menu-desc”>’. $tmp->name.'</span>’;
    }
    }
    [/PHP]
    and delete it.

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

This topic contains 6 replies, has 3 voices, and was last updated by Anonymous 14 years, 11 months ago.

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