Hello
To have this there will need some changes – i used module maximenu ck as example below you can see the result page in the default template layout
Here steps
1) install module maximenu ck and publish it in position mainmenu ( you can enter it manually as position name since it is not in the default template installation but we use it for this purpose)
2) Take a backup then edit this file /templates/ja_company/tpls/default.php in this way
- <div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->
- <div class="wrapper-hd">
-
- <?php $this->loadBlock('topbar') ?>
- <?php $this->loadBlock('header') ?>
- ** <?php $this->loadBlock('mainmenu') ?>**
- <?php $this->loadBlock('slideshow') ?>
- <?php $this->loadBlock('masthead') ?>
- <?php $this->loadBlock('content-mast-top') ?>
- <?php $this->loadBlock('content-tabs') ?>
- <?php $this->loadBlock('mainbody') ?>
- <?php $this->loadBlock('content-mast-bottom') ?>
- <?php $this->loadBlock('spotlight-1') ?>
- <?php $this->loadBlock('navhelper') ?>
- <?php $this->loadBlock('footer') ?>
as you can see i changed block name from mainnav to mainmenu
3) Add in this folder /templates/ja_company/tpls/blocks/ php file i attached
4) Configure your mainmenu ck module to use your joomla menu items
Hope it helps