Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • modomahdy Friend
    #181857

    Hello all,

    please could someone tell me how to remove Tooltip in the main menu and the other items in the Header.

    Thanks

    Luna Garden Moderator
    #471662

    Can you tell me what tooltip ?
    Menu in Ores doesn’t have tooltip?
    Do you mention to tooltip of Hot News in the Top of page ?

    modomahdy Friend
    #472167

    Sorry for delay

    Please see Pic. to understand what i mean


    1. sam1
    2. sam2
    Luna Garden Moderator
    #472266

    Hi,
    I think title for a tag is a good direction. But since you have raised the question, here the solution.
    1. Remove from menu Home:
    go to this file
    plugins/system/jat3/jat3/core/menu/base.class.php
    find this line

    function genMenuItem($item, $level = 0, $pos = '', $ret = 0)
    {
    $data = '';
    $tmp = $item;
    $tmpname = ($this->getParam('megamenu') && !$tmp->megaparams->get('showtitle', 1)) ? '' : $tmp->name;
    $anchor_title = $item->params->get('menu-anchor_title', '');
    if (!$anchor_title) $anchor_title = $tmpname;

    comment out this line:
    if (!$anchor_title) $anchor_title = $tmpname;
    2. Remove from Logo:
    go to this file
    templatesja_oresblocksheader.php
    find this line:

    <h1 class="logo">
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </h1>

    then change to

    <h1 class="logo">
    <a href="index.php"><span><?php echo $siteName; ?></span></a>
    </h1>

    Please backup your file before process.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Luna Garden 12 years ago.

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