Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • sitebabu Friend
    #153787

    I want an author module just like the JA Mica which is placed at top right corner.

    I want this author module at both side left as well as right at top left & right corner in Teleine template.

    Plz help to find the concerned module.

    And how i create the position at desired location so that module can be placed there.

    Plz help
    Give the solution.

    sitebabu Friend
    #353553

    <blockquote>I want this author module at both side left as well as right at top left & right corner in Teleine template.

    In Teline , below the search box replacing the day & date in right side and similarly left side too – I want to place 2 different image with some texts as in JA MICA.

    HELP

    Saguaros Moderator
    #353594

    now, you open the file: templates/ja_teline/index.php and find the following code:
    [PHP]
    <div class=”ja-day”>
    [/PHP]
    replace:
    [PHP]
    <?php if( $this->countModules(‘ja-auth’) ) : ?>

    <div id=”ja-auth”>
    <jdoc:include type=”modules” name=”ja-auth”” />
    </div>
    <?php endif; ?>
    [/PHP]
    and add the following css in to the template.css file:

    #ja-auth {
    width:300px;
    position:absolute;
    padding-right:200px;
    top:0;
    right:229px;
    }

    when done, the template has a new position named is “ja-auth”, you put your module in there

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

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 13 years, 9 months ago.

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