I use Joomla for create my web site. Now i create simple main menu. But this menu is not module joomla. For each item menu I add link in my source code(I copy this link when i add new item for module menu and bind this item with material). But when I go to different link in my menu, i don’t know how to highlight this item when transition between menu items. Maybe needed create this from php code?
for example:
<div class="menu">
<a href = "LINK COPY FROM MODULE MENU"><div class="active">Home</div></a>
<a href = "LINK COPY FROM MODULE MENU"><div class="not_active">Store</div></a>
</div>
LINK COPY FROM MODULE MENU – this copy link from my module menu item.
I want to transition to Store and after this highlight this tabs
Best would be that you use a module for this purpose. Extended menu is a very good option.
http://extensions.joomla.org/extensions/structure-a-navigation/menu-systems/tree-menus/163
It’s very customizable and better than editing each menu item by hand or creating your own menu module.
SwMenuMaker http://www.swmenupro.com/ is a useful admin component to manage your menus as well.