-
AuthorPosts
-
July 20, 2008 at 3:20 pm #131091
Hi,
I’m wondering if you know how to get rid of the alt text that appears when you hover over a tab. Currently it displays the module type, ie. mod_custom, mod_feed etc. (see pic)
I’d either like to get rid of this or at least change it to the module title.Also, this is an IE specific problem – does anyone know why the first custom bullet point on my links modules don’t render properly. If anyone can point me in the direction of the issue I’d be very grateful.
Many Thanks
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 21, 2008 at 4:06 am #261042Hi hughbo !
You can remove it following way below :
Open ja_tabs.php file in pluginscontent folder , find following code section at about line 153 :
$lis .= "<li title="".$list[$j]->module.""><h3><span>".$list[$j]->title."</span></h3></li>";
change to :
$lis .= "<li><h3><span>".$list[$j]->title."</span></h3></li>";
July 21, 2008 at 2:13 pm #261186Thank you very much!
dpk Frienddpk
- Join date:
- June 2006
- Posts:
- 129
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 19
- Thanked:
- 2 times in 1 posts
July 24, 2008 at 2:47 am #261870No, this is not just an IE problem, it also happens in FF.
Thank you for providing the solution, hainn84!
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by dpk 16 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Alt text in JA Tabs
Viewing 4 posts - 1 through 4 (of 4 total)