test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • aciria Friend
    #158687

    Hello…

    I’m starting to configure one joomla site with the JA Droid template.

    I would like to add new positions at the top beside the logo, in order include a menu and graphics.
    Now I don’t know how to do it.

    In older templates I was editing the files: “TemplateDetails.xml” and “index.php” to add the new positions.
    But now it is not possible to do it in the “index.php” file.
    Maybe it is because the T3 frame work??
    Please. Could you explain me in detail how to do it??

    I attach a jpg explaining what I mean.

    Thanks very much for your help.
    Sincerely
    Alfredo


    1. new_positions_JADroid_example
    aman204 Friend
    #371716

    1) For module to be enabled in top-right corner, You can assign it to search position

    2) Go to plugins/system/jat3/base-themes/default/blocks/header.php file and add this::

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

    below this::

    <p class=”site-slogan”><?php echo $sloganText;?></p>
    </div>
    <?php endif; ?>

    Now, You can add this at end of template.css file::
    .ja-header-r{float:left;position:relative;}

    Then, Assign any module to header-r position following this tutorial ::

    http://www.joomlart.com/forums/topic/how-to-create-a-new-module-position/

    Mainly, You have to type new position name and click on apply

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

This topic contains 2 replies, has 2 voices, and was last updated by  aman204 13 years, 10 months ago.

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