-
AuthorPosts
-
October 31, 2012 at 8:41 pm #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 ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
November 1, 2012 at 8:04 am #471662November 7, 2012 at 1:45 pm #472167Sorry for delay
Please see Pic. to understand what i mean
-
Luna Garden Moderator
Luna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
November 8, 2012 at 10:17 am #472266Hi,
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 fileplugins/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 filetemplatesja_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.
-
AuthorPosts
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
Jump to forum