Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • uzvezda Friend
    #155627

    Hello,
    I like ja-rave templates. It looks nice.

    Can you please tell me how to add new module position between main menu and search for a joomfish language selection.

    I supposed that this should be somewhere between top.mainnav and top.header or probably on right top position of top.header above search module and belove main navigation.

    thank you.
    z

    aman204 Friend
    #360350

    1) Go to::

    plugins/system/jat3/base-themes/default/blocks/header.php file

    and add this:

    <?php if ($this->countModules(‘belowmenu’)) : ?>
    <div class=”belowmenu”>
    <jdoc:include type=”modules” name=”belowmenu” style=”xhtml” /></div>
    <?php endif; ?>

    below first reference of this code to be seen::

    <?php $this->genBlockBegin ($block) ?>

    2) Add this at end of template.css file::
    .belowmenu{position:relative;}

    3) You can follow this thread and add in belowmenu in position text field
    http://www.joomlart.com/forums/topic/how-to-create-a-new-module-position/

    Hope this helps 🙂

    Cheers

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  aman204 14 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum