Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • merawebhost Friend
    #149503

    [FONT=”Century Gothic”]Hello,

    Can you let me know how to remove the Title attributes from the navigation bar (mainmenu) in the Edenite (v1.4) theme? Whenever I mouse over the link in mainmenu, it displays the tool tip (i.e., the title attribute). I’m unable to find the exact location where I need to change the code in template?

    Thanks.[/FONT]

    Anonymous Moderator
    #336231

    Hi merawebhost

    Please open templatesja_edeniteja_menusBase.class.php file, find following code section:

    if ($this->getParam('menu_background')) {
    $itembg = ' style="background-image:url(images/stories/'.$iParams->get('menu_image').');"';
    $txt = '<span class="menu-title">' . $tmp->name . '</span>';
    } else {
    $txt = '<img src="images/stories/'.$iParams->get('menu_image').'" alt="'.$tmp->name.'" title="'.$tmp->name.'" /><span class="menu-title">' . $tmp->name . '</span>';
    }

    and change to:


    if ($this->getParam('menu_background')) {
    $itembg = ' style="background-image:url(images/stories/'.$iParams->get('menu_image').');"';
    $txt = '<span class="menu-title">' . $tmp->name . '</span>';
    } else {
    $txt = '<img src="images/stories/'.$iParams->get('menu_image').'" alt="'.$tmp->name.'" /><span class="menu-title">' . $tmp->name . '</span>';
    }

    + Find:

    $title = “title=”$tmp->name””;

    and change to:

    $title = “”;

    Hope it helps

    merawebhost Friend
    #336252

    [FONT=”Century Gothic”]Hi,

    Works like a charm! Can you please also let me know the steps for the “Teline III” theme? Thank you very much for your quick help.[/FONT]

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

This topic contains 3 replies, has 2 voices, and was last updated by  merawebhost 14 years, 8 months ago.

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