Hell guy!
Yes, it Possible. but you make css rules for this menu by yourself. Now, you’ll give the solution about how to add the menu displaying before the ja menu:
Please open the file:templatesja_selenilayoutsblocksmainnav.php and find codes at line 1:
[PHP]<div id=”ja-mainnav” class=”wrap”>[/PHP]
You replace:
[PHP]
<div id=”ja-mainnav” class=”wrap”>
<?php if( $this->countModules(‘bf-mainnav’) ) : ?>
<div id=”ja-extramenu”>
<div class=”main”>
<div class=”inner clearfix”>
<jdoc:include type=”modules” name=”bf-mainnav” />
</div>
</div>
</div>
<?php endif; ?
[/PHP]
– You access the administrator to put a instance of the mainmenu module on the “bf-mainnav” position.