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

    Can someone please advise how to add a new Module Position Next to the Search Module?

    I have already moved by Search Module to Breadcrumbs section.

    koteng Friend
    #341160

    Thread can be closed. issue resolved.Solution found here.
    http://www.joomlart.com/forums/topic/new-module-position-and-module-to-change-logo/

    1. in Templatedetails.xml add your positions ex.
    <position>logo1</position>
    <position>logo2</position>
    and so on..

    2. add in header.php (folder templates/ja_teline_iii/layouts/blocks/header.php)

    <h1 class=”logo”>
    <div class=”module_logo1″><jdoc:include type=”modules” name=”logo1″ /></div>
    <div class=”module_logo2″><jdoc:include type=”modules” name=”logo2″ /></div>
    <a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>

    </h1>

    3. and in templates/ja_teline_iii/css/templates.css i added css for every logo like this.

    div.module_logo1
    {
    position: absolute;
    top: 22px; /* position */
    left: 15px; /*position*/
    z-index: 2;
    }

    div.module_logo1
    {
    position: absolute;
    top: 22px; /* position */
    left: 15px; /*position*/
    z-index: 2;
    }

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

This topic contains 2 replies, has 1 voice, and was last updated by  koteng 14 years, 8 months ago.

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