Im newbie to Joomla. How do I change the main menu like screen below to my customize menu?
Menu
Create your own custom menu from the backend. Login to your administrator panel.
Menus->Menu Manager->Add New Manager
Enter the menu details and you will be able to see it in the drop down. Select menu type items and assign articles, contact etc to your newly created menu.
Now under Extensions tab click on Module Manager . Now manage your custom menu to the position you want it to display. Like if you want to display your custom menu as main menu then go to main menu and assign your menu to it under basic options and the position you want it to display.
Following are the links where you can find more help-
Joomla code help
Joomla docs
Not clear from your question that what you need to do but as per your menu image i will describe my answers.
If you need to change the position of menu then go to backend extension->Module Manager->select main menu and change position of main menu.
Also same you can change your custom menu positions.
If you need to change main menu and set custom menu instead of main menu then you need to change menu position and set position of custom menu from module manager.
Menu items will be added from the menus->select menu->add new menu items.
Not clear from your question that what you need to do but as per your menu image I will explain my answer below -
if you want to main menu to be a drop-down menu then you can use some free menu extension module of joomla like JB DropDown Menu or CK Megamenu, dropdown menu.
Related
I am just building out a Personal Portfolio Site using Joomla Platform under TemplateToaster Tool and want to know how to create submenus.I want to add a single Menu in Navigation Bar and want to add 3 submenus under the main menu.
Can anyone help me out of it.Any Joomla User ?
This can be done by creating menu items that have a "Parent Item" that is a menu item in your main menu. Note that your menu template must support nesting in order for these submenus to appear properly (most Joomla menu templates support nesting).
I want to create a side menu which appears along with article. I have created a side menu. But if i click on one menu item only the article is appearing. menu is not coming.
Hello you need to assign your article to a menu item and connect your side menu module to the menu item just created. If you want to hide that menu item so it is not visible on your main menu then create a new menu (called for example hidden-menu) and assign the menu item to it. This hidden menu does not need to be assign to a module to work. Hope i made myself clear :)
Is that possible to make a single article as homepage, but not connected with any menu item?
I'm using Joomla 1.7
No that is NOT technically possible - Joomla is menu driven.
But you could create a Menu Item (of type Article -> Single Article View) set it to be the default item (so it is your home page) and set the main menu module to not be shown on that page (if that is what you are trying to achieve).
The other option - is to create a new menu - for example called 'hidden'. Add your new menu item to this menu, and don't even have a module for this menu.
One or other of these options should do what you need.
In the article list, there is a flag that can be activated that says "Home Page".
That makes the article to be shown in the content area of your home page... just that.
I have developed a new custom extension for magento admin section. Main menu option of this extension in admin section is visible. When I click on that menu option, functionality of this extension is working as per development/expected. But on this menu option "active" class is not being applied ( so that user can differentiate other menu option with this selected menu ).
There is no submenu under this main menu option. How can I apply "active" class on that menu option when this is clicked.
Thanks in advance!
You should use Mage_Adminhtml_Controller_Action::_setActiveMenu($menuPath) method.
For more details you can check Mage_Adminhtml_Cms_PageController::_initAction().
I'm trying to setup a website menu in Joomla 1.7 but I'm having difficulty because I can't add home link twice. It says something like 'alias is already used', or another weird error. I created two menus: one called main menu other called footer menu. I'm adding like 6 pages as single article.
I'm guessing I have to use main menu twice, and just load it into two different menu modules: one for main menu, one for footer. The thing is, the footer menu has 1 more link than the main menu. Is there a way I can add a link to main menu, use the main menu for both main/footer menu modules, but only have that extra link appear in the footer module?
Really stuck here, need your help.
Thanks
Just create the second menu (and the corresponding module) for the footer
with Menu Item Types Menu Item Alias associated with first menu items
and add to the second menu one more item of the requested type.