-
AuthorPosts
-
March 11, 2011 at 10:14 pm #161351
Not sure if this question has been posed however, the top menu, I noticed there’s two ‘Home’ menu items….that take you to two different places…the one home menu item, which is the symbol of home, where can I disable that as well as edit the page its associated with….I can’t seem to find it in Articles nor in the Module listing?
Thanks!
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 12, 2011 at 7:11 pm #381039Hi,
Open <joomla url>pluginssystemjat3jat3coremenubase.class.php file. Replace
$v->url = JURI::base();
to
$v->url = "http://www.google.com";
March 13, 2011 at 6:59 pm #381126Greetings,
I’m curious, how is this to remove the home symbol icon from the top menu? I don’t want to confuse the end user with two HOME menus that take them two different places….Question, again, where is that page associated with the ‘first’ HOME menu in the demo?
Thanks!
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
March 13, 2011 at 7:33 pm #381127Not sure what you mean? In cloris there is only on little house icon showing for the homepage in the menu bar. The logo will also take you to the same place. Can you post an image showing what you mean exactly because I can only see the house icon.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 14, 2011 at 4:01 am #381169You try this way:
Add this code in <joomla url>pluginssystemjat3jat3coremenubase.class.php file
if (strstr($active, "home-icon") == "")
before
$data = '<a href="'.$tmp->url.'" '.$active.' '.$id.' '.$title.'>'.$txt.'</a>';
March 14, 2011 at 5:23 pm #381297<em>@phill luckhurst 227386 wrote:</em><blockquote>Not sure what you mean? In cloris there is only on little house icon showing for the homepage in the menu bar. The logo will also take you to the same place. Can you post an image showing what you mean exactly because I can only see the house icon.</blockquote>
Basically, I want to remove the Home symbol from the menu…
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
March 14, 2011 at 7:10 pm #381308Simply go into the menu manage for the Home page then in “Parameters(JA Extended)” remove the Additional Class marked “home-icon”
That will remove the icon and restore it to the more normal text link.
If you wish to hide that item completely also in “Parameters(JA Extended)” you can set “Show Title” to No.
1 user says Thank You to Phill for this useful post
sjmorris Friendsjmorris
- Join date:
- March 2009
- Posts:
- 22
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
May 17, 2011 at 12:29 am #391519<em>@phill luckhurst 227623 wrote:</em><blockquote>Simply go into the menu manage for the Home page then in “Parameters(JA Extended)” remove the Additional Class marked “home-icon”
That will remove the icon and restore it to the more normal text link.
If you wish to hide that item completely also in “Parameters(JA Extended)” you can set “Show Title” to No.</blockquote>
For those of us who didn’t do the quick install, there is ABSOLUTELY no clue anywhere in the docs on how to get the home icon to appear. Adding “home-icon” to the JA-Extended “additonal class” field makes home.png appear.
Thanks.
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 4 voices, and was last updated by sjmorris 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Menu Question……
Viewing 8 posts - 1 through 8 (of 8 total)