-
AuthorPosts
-
March 23, 2011 at 5:21 pm #161841
Hi,
I would like to remove the title in yellow that appears when the mouse is on the titles in those 3 cases (see the 3 pics in attachment):
1) In the MENU
2) In the TABS title
3) In the MEGA-ITEM
Cheers 😉- huypl Friend
huypl
- Join date:
- February 2011
- Posts:
- 162
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 20 times in 20 posts
March 24, 2011 at 4:04 pm #383081Thanks a lot buddy 😉 It works for MENU and MEGA-ITEm, but I still have the problem with JA-TABS title. Any idea?
Cheers 🙂Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
March 24, 2011 at 4:17 pm #383084Surely rather than disabling the tooltip in the plugin we could do it with css. I am not a fan of changing code in the plugin as that will get overwritten when the plugin is updated.
March 24, 2011 at 11:26 pm #383166In CSS? I am surprised we can do that in css… Any idea which code I have to add for that?
Cheers 🙂huypl Friendhuypl
- Join date:
- February 2011
- Posts:
- 162
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 20 times in 20 posts
March 25, 2011 at 3:09 am #383178Hi actu9,
I don’t know how to disable this tooltip in css. I just wanna show you how to disable this tooltip in the JA-tap also.
Open ja_tellinepluginscontentja_tabs.php
Find this line
[PHP]$lis .= “<li title=””.strip_tags($module->title).”””.($clssfx?” class=”ja-tab-title$clssfx””:””).”><h3><span>”.JText::_($module->title).”</span></h3></li>”;[/PHP]
and replace with
[PHP]$lis .= “<li”.($clssfx?” class=”ja-tab-title$clssfx””:””).”><h3><span>”.JText::_($module->title).”</span></h3></li>”;[/PHP]1 user says Thank You to huypl for this useful post
March 26, 2011 at 11:51 pm #383443Thanks huypi 😉
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 3 voices, and was last updated by huypl 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum