Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • country212 Friend
    #169611

    How can I go about adding a new module position above the ‘JA MENU’ module at the very top?

    to where I can put a large website title/header image in the center of it with a black background

    and a text link or two on the right side, or two small image links

    jooservices Friend
    #418919

    Hi
    Would you mind give me a screenshot w/ noted for better explain ?
    Thank you
    Viet Vu

    country212 Friend
    #418929

    here is a screenshot of an example to look like.

    With Website title in middle at top in a new module

    and in existing ‘JA MENU’ having the last menu item at far right with blank space in between of other menu links

    http://www.frostcity.com is where i am testing the template out at.


    1. newmoduleandmenu2
    jooservices Friend
    #419064

    Okay so you open /templates/ja_quartz/index.php
    Find this code:

    <!-- BEGIN: MAIN NAVIGATION -->
    <?php if ($tmpTools->getParam('ja_menu') != 'none') : ?>
    <div id="ja-mainnav" class="clearfix">
    <?php if ($jamenu) $jamenu->genMenu (0); ?>
    </div>
    <?php endif; ?>
    <!-- END: MAIN NAVIGATION -->

    Add before:

    <?php if ($this->countModules('top')) { ?>
    <div id="ja-topwrap">
    <div id="ja-top">
    <jdoc:include type="modules" name="top" />
    </div>
    </div>
    <?php } ?>

    Then assign your module to “top” position.
    Thanks
    Viet Vu

    country212 Friend
    #419425

    thank you, it works

    jooservices Friend
    #419426

    you are welcome
    thank you
    viet vu

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

This topic contains 6 replies, has 2 voices, and was last updated by  jooservices 13 years, 1 month ago.

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