Joomla create 2 different sub menus with same menu items - joomla

I have two menus first one is "3D" and second one is "2D".
I have some sub menu items in common,for example Getting Started sub item common in 3D & 2D.
But i can't create that menu in same name.But that is very important in our project. How can i create sub menu items with same name?

You can't create two menu items with the same alias but you could link them using:
Menu item Type: System Links -> Menu Item Alias
This menu item will just be a link to the other item using the same alias.
Hope this helps

In menu manager (I use Isis admin template):
Tick submenu you need to duplicate
Click batch tab at top of page (a lightbox appears)
In the second box down, select where you want the menu item to come under
Under this is a copy or move option; select copy
Click Process
Done
P.S. Depending on how your menu assignment is set up, you may then have to go into module manager to your menu module (in my case CK maximenu), menu assignment tab, and tick the appropriate box so that your main menu appears on the page.

Related

Replace custom menu with Oracle Forms 11g default menu

In my main form window, I have the following menu bar which is used for traversing. Its inherited from .mmb file.
Now, when I select any form on the menu, lets suppose I selected the highlighted "Purchase Order", then I don't want the same menu to be shown. I want the Oracle Form 11g's default menu to be shown instead, picture added below for reference.
I changed form's property of Inherit menu to No and the menu from image 1 isn't shown in "Purchase Order" but I still am not getting the default&smartbar menu.
How can I achieve that?
Thank you.
So I figured out a way how to disable .mmx menu and enable DEFAULT&SMARTBAR menu when I go to another form through the menu.
From the first screenshot above, the on-click-trigger had the following code
call_form(:global.path||'pc');
I replaced it with
call_form(:global.path||'pc',hide,do_replace);
So the addition of
,hide,do_replace
worked.
Side note: Also, make sure Inherit Menu property of Window property is "YES" and Menu Module of form property is set to "DEFAULT&SMARTBAR"
I think in the properties window from the form you got the property "menu module"
If you make a new form it gets the default: DEFAULT&SMARTBAR
So I think it is now filled with your mmb filename.

Magento change menu style

Default menu of magneto, child items are showed in dropdown list.
I need to change them as submenu bellow main menu (as image).
I tried to change my source code at menu block. But It complex to change and very impact to other blocks.
Is there any other way to do?

Problems with sub items into a Joomla main menu item

I have a litle doubt related to main items and sub items in the Joomla Main MenĂ¹.
If you open this link you can easy understand my problem: http://onofri.org/example/example1/
In this website I have a main menu under the header. This main menu contains a main items named Who We Are which in turn contains 4 sub items that appear when you hover the mouse on the parent item (Who We Are)
Clicking on these sub item correctly appear some statics pages (some articles) and this is ok.
The problem appears if you click on the main iten Who We Are, in this case appear a 404 error.
What can I do to solve this problem? Can I make not clickable the Who we Are main item?
Tnx
Andrea
use "separator" as a menu kind; any other type will be clickable.
separator is available in the bottom group "System links" as "Text separator".
What I always do in such situations is avoiding using items that do not point to anywhere. It is better to do it like this:
Make Who We Are a Article type menu item that will point to article from first sub-menu item in Who We Are
Make first submenu item Erusma Birth an Alias type menu item that will point to your main menu item Who We Are
What you have now is menu where all items point to some place on website. You have no errors and easy to understand navigation. Separator should not be used as main or sub-menu item it self. More like sub-menu column name etc.

Joomla 3: How do I call an article from a menu item and show that menu as active?

I have a standard navigation menu on my banner. Then I have another menu below that, in my body area, and this is used made to appear as 'tabs' by using css styling. Thus each tab (actually menu) has its own articles.
Now, When I click a tab, the article shows. But I have a link to the first tab on the top menu (in my banner). This links to the article in the first tab. When the menu item in the banner is clicked, the first tab's article shows fine. But it does not show the first tab as active. The first tab only shows as the active link when I click it.
How do I make the tab (menu item) active when the menu item in the banner is clicked?
To better illustrate this, I've included a screenshot.
Thanks!
First you need to put both menus into one single menu since the second is basically a submenu of the first.
After that is done you "split" the in two modules:
For the top menu you set the module options to "Start Level" 1 and "End Level" 1. And "Show Sub-menu Items" is set to "No".
The second module has the "Start Level" set to 2.
That should probably do what you want to do.

it is possible to show the top menu item as active when a corresponding sub menu item is active?

i have following menu structure and using the standard menu joomla module:
menu top items: home, techniques
menu main items: home, about
menu techniques items: tech1, tech2, ...
e.g. when i click the home top menu item, the home top menu item and the home sub menu item are shown as active. i want to have the same behaviour for the other menu times. for instance, when the sub item tech1 is clicked, tech1 and techniques should be marked as active. can i reach my goal with the standard joomla modules or is it better to use another extension?
for a demo visit this website: http://www.karl-poecher.at
i'm using joomla 1.6
e.g., when cklicking 'Segmentmassage' the top menu item 'Technicken' should be active.
Yes, but it appears where you want to highlight is in the breadcrumb component. Short answer is no, but you could instead make the menu techniques items sub items of your main menu and then restructure how the output looks with CSS accordingly.

Resources