-
AuthorPosts
-
lucine Friend
lucine
- Join date:
- October 2008
- Posts:
- 128
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 31
- Thanked:
- 5 times in 1 posts
January 28, 2009 at 4:59 am #137586Hi,
First I have a problem with the apparition of the rectangle for blind persons which give troubles on olders versions of Windows and on Safari : each times the hand go over, the menu disappear ! Can I disable this one ?!
Second I would like to disable links for firsts levels of the menu because I notice that everyone goes directly to the last level.
I give you of course illustrations :
You can see the website in live here
I hope that my request is understanding,
Best regards,
Guillaume
rhand Friendrhand
- Join date:
- November 2006
- Posts:
- 213
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 9
- Thanked:
- 15 times in 1 posts
January 28, 2009 at 6:57 am #288567If I am not mistaken (check manual) the template has several menu options you could try. Maybe the css menu works better. Give that a try.
Second, you can make each menu button exactly the way you want. You could make the first pop down buttons links to articles directly. You can adjust the buttons in your Joomla! administration and replace the first level categories by your now second level categories.lucine Friendlucine
- Join date:
- October 2008
- Posts:
- 128
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 31
- Thanked:
- 5 times in 1 posts
January 28, 2009 at 1:16 pm #288640Hi Rhand,
In fact the moo menu work fine, I just would like to disable the popup who give indications for blind persons…
Second, I need to keep the tree of my menu but want only links to my articles for last levels …
I have no founded indications about the way to build first levels of my menu without link …I hope that you understand me, my english is not perfect so I explain it to you like I can do it …
rhand Friendrhand
- Join date:
- November 2006
- Posts:
- 213
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 9
- Thanked:
- 15 times in 1 posts
January 28, 2009 at 3:26 pm #288667<em>@lucine 108769 wrote:</em><blockquote>Hi Rhand,
In fact the moo menu work fine, I just would like to disable the popup who give indications for blind persons…
Second, I need to keep the tree of my menu but want only links to my articles for last levels …
I have no founded indications about the way to build first levels of my menu without link …I hope that you understand me, my english is not perfect so I explain it to you like I can do it …</blockquote>
I don’t know how to disable link in the first level. I don’t know if that is possible. Maybe another developer can answer that one.You want to disable the second level menu for the section or category blind? I think that should be possible by not publishing them in the menu.
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
January 28, 2009 at 6:15 pm #288691lucine;108769 I just would like to disable the popup who give indications for blind persons…[/quote]
This test that appears is actually generated by the title= tag. I do not recommend removing it as it could negatively effect your SEO.
To remove it, the best thing to do is have your menu generate an empty title tag. Open templates/ja_YOUR TEMPLATE NAME/ja_menus/Base.class.php and find around line 175…
[PHP] $title = “title=”$tmp->name””;[/PHP]
and change to…
[PHP] $title = “title=”””;[/PHP]Second, I need to keep the tree of my menu but want only links to my articles for last levels …
I have no founded indications about the way to build first levels of my menu without link …Create your 1st level links as Separators and make your 2nd level links a child of those Separators. This can screw up your breadcrumbs though.
1 user says Thank You to scotty for this useful post
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by lucine 15 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum