
Image is attached
regards
Adam
Moderator: General Support Moderators
Nah, that's the problem.akilshaw wrote:214 views and still no answers after 3 hours damn its not like the fast food service eh
Thanks... that worked!ncireland wrote:I've managed this by selecting position-1 for the menu module, with Menu Class Suffix of " nav-pills" and Module Class Suffix of "_menu".
(omit "'s)
HTH
Line 15/modules/mod_menu/tmpl/default.php
Code: Select all
// Note. It is important to remove spaces between elements.
?>
<?php // The menu class is deprecated. Use nav instead. ?>
Code: Select all
+<ul class="nav menu <?php echo $class_sfx;?>"<?php
$tag = '';
if ($params->get('tag_id') != null)
I've seen this post: http://forum.joomla.org/viewtopic.php?f=713&t=812201nic_86 wrote:display sub-menu on the homepage:
1) in the back-end in the navigation bar click on Menus --> Main Menu
2) in the left side click on "Menus"
3) in the column "Linked Modules" click on combo box "Modules" then option "Main Menu"
4) click on tab "Options"
5) "Show Sub-menu Items" click on "Yes"
It works only after adding a space before nav-pills Menu Class Suffix.ceciliasp wrote:Thanks... that worked!ncireland wrote:I've managed this by selecting position-1 for the menu module, with Menu Class Suffix of " nav-pills" and Module Class Suffix of "_menu".
(omit "'s)
HTH
Thank you so much! This worked GREAT!!ncireland wrote:I've managed this by selecting position-1 for the menu module, with Menu Class Suffix of " nav-pills" and Module Class Suffix of "_menu".
(omit "'s)
HTH
You are quite correct with your solution. Thanks a lot for saving me additional frustration and time. Don'l know why this has not been fixed by Joomla after 3 years!!!!kh1957 wrote:Try putting a space before "nav-pills"
Don't know why ... but it worked for me.
The only problem now is that I can't work out how to display sub-menu items with the horozontal menu.
Some people just never learn! Nothing to be fixed! There is nothing wrong!ronp5555 wrote:You are quite correct with your solution. Thanks a lot for saving me additional frustration and time. Don'l know why this has not been fixed by Joomla after 3 years!!!!kh1957 wrote:Try putting a space before "nav-pills"
Don't know why ... but it worked for me.
The only problem now is that I can't work out how to display sub-menu items with the horozontal menu.