0

I am new to joomla . I have tried to create a new menu at the top . After creating and adding articles , I am not able to display it on the page . But when I " Atomic " to its default themes it displays the menu items I have added . Please help me out since no other themes displaying the menu and its items !

AssamGuy
  • 1,571
  • 10
  • 30
  • 43

2 Answers2

1

The very basic way to display menu in joomla. Create New menu in joomla menu manager then go the extensions -> Module Manager -> New Module -> Select Menu Type from radio options -> Then move to Next and then you can use the menu which you created in module parameter by selecting from menu name and assign a position and enabled that menu..

IN the Themplate you have to call the menu like

<jdoc:include type="modules" name="menu position which you assign while creating menu"/>

Hopefully this will help You.

Pramod Kumar Sharma
  • 7,851
  • 5
  • 28
  • 53
0

Try different positions in the module settings for the menu. Some templates have fixed height of the positions, wich means that if you put two modules at the same position one of them won't show.

Stilero
  • 467
  • 4
  • 19