-
AuthorPosts
-
gringo211985 Friend
gringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
May 19, 2012 at 1:42 am #177249HI there,
I would like to remove the mouse-over “alt” from showing in the JA mega menu and I am using JA purity ii
Also I have tried the fix from the other thread about this problem, but I couldn’t find the line of code to edit in suggested file. (the other thread was Joomla 1.6 if that makes a difference)
Thanks in advance to anyone who helps 🙂
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
May 22, 2012 at 7:32 am #454171Hi there,
You open file plugins/system/jat3/jat3/core/menu/base.class.php and find this code line
$txt = '<span class="menu-image"><img src="' . JURI::base(true) . '/' . $iParams->get('menu_image') . '" alt="' . $tmpname . '" title="' . $anchor_title . '" /></span><span class="menu-title">' . $tmpname . '</span>';
at line 505
and remove alt property in this statement.gringo211985 Friendgringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
May 28, 2012 at 1:20 pm #455228Hi there,
Thanks for the help, I’m a bit of a noob and I’m not entirely sure which part I should remove.
Could you please tell me which part of the code I should remove?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 5, 2012 at 10:11 am #456059<em>@gringo211985 322524 wrote:</em><blockquote>Hi there,
Thanks for the help, I’m a bit of a noob and I’m not entirely sure which part I should remove.
Could you please tell me which part of the code I should remove?</blockquote>
You remove this part alt=”‘ . $tmpname . ‘” from the above code
July 3, 2012 at 6:56 pm #459783I am using the template JA Nex, I removed as instructed, but did not disappear… is it possible?
(sorry Im spanish using google translator =))Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
July 11, 2012 at 5:08 am #460550Hi jap400,
Can you tell me which version of Joomla you are using?
And do you really want to remove menu image item ‘alt’ or menu item system tooltip?Please capture an image and tell me which part you want to remove?
If you want to remove the system tooltip then open the same file as above and replace the line 521 to
$title = "title=""";
Please describe your problem in more detail so I can help you out?
Regards
July 12, 2012 at 7:14 am #460672Hello team!
I have the same question, I’m using Joomla! 2.5.6 and followed both solutions, but no one of them works, the “alt” is still there when I do a mouse over in the menu item.
I remove the alt=”‘ . $tmpname . ‘” reference at the line 505:
[PHP]$txt = ‘<span class=”menu-image”><img src=”‘ . JURI::base(true) . ‘/’ . $iParams->get(‘menu_image’) . $anchor_title . ‘” /></span><span class=”menu-title”>’ . $tmpname . ‘</span>’;[/PHP]I also modify the line 521:
[PHP]$title = “”;[/PHP]But even with those modifications, when I go to my template, I’m still see the “alt” tag in each menu item.
I’m attaching you a image with the code and the alt tag.
Kind regards.
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
July 13, 2012 at 11:11 am #460831Hi joomlacl,
Can you please provide your site link?
Also, please pm me ftp/admin access information. I have do the same and it work.Please make sure you clear system cache and browser cache.
Regards
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 5 voices, and was last updated by Wall Crasher 12 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove "alt" from JA mega menu?
Viewing 8 posts - 1 through 8 (of 8 total)