Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • josebeato Friend
    #200119

    Please, how I can place a banner position on the Position Position: headline . The banner should cover the full width of the Ja Telline IV template. Joomla! 3.3.3.

    Thanks

    Saguaros Moderator
    #543969
    josebeato Friend
    #543981

    Thank you for caring and fast response. This tutorial does not help me, since the new position I want to create is in place that show in this picture. The JA Telline II could create, but not for JA Teline IV. Any help is welcome. Greetings.

    <em>@Saguaros 438825 wrote:</em><blockquote>Hi josebeato,

    Hope this thread can help: http://www.joomlart.com/forums/topic/how-to-create-a-new-position-after-headline-position/</blockquote>


    1. position
    josebeato Friend
    #543983

    Here is that I want to create the new banner position, as I could do with JA Teline II.


    1. position2
    Saguaros Moderator
    #544127

    May I know that you’re using JA Teline IV with new T3 framework or old JAT3v2 framework?

    josebeato Friend
    #544169

    Thanks for responding. The version I’m using is jatc_teline_iv_t3_j32<em>@Saguaros 439022 wrote:</em><blockquote>May I know that you’re using JA Teline IV with new T3 framework or old JAT3v2 framework?</blockquote>

    Saguaros Moderator
    #544625

    You can try with my workaround as below:

    – Open file: /templates/ja_teline_iv_t3/templateDetails.xml and add new position:


    <positions>
    <position>backtotop</position>
    <position>banner</position>
    <position>footer</position>
    <position>footer-1</position>
    <position>footer-2</position>

    You can change to your own position, I just take ‘banner’ for sample.
    – Go to the header file and add PHP code for calling new module position: templates/ja_teline_iv_t3/tpls/blocks/header.php


    <!-- HEADER -->
    <div class="container topbar">
    <!-- Banner -->
    <div class="top-row">
    <?php if ($this->countModules('banner')) : ?>
    <div class="span12 <?php $this->_c('banner')?>">
    <jdoc:include type="modules" name="<?php $this->_p('banner') ?>" style="bannerraw" />
    </div>
    <?php endif ?>
    </div>
    <!-- End of Banner -->
    <div class="row">
    <div class="span4 ja-time clearfix">
    <div class="ja-day clearfix">
    ...............................................

    Add the code in highlighted text.

    – Access administrator area of your site > Extensions > Module manager > and assign your desired module to new position banner and also make sure that you assign this module to all pages. You can go to Advanced tab of module and add a class suffix called ” banner” (without quotes) so that you can add additional style for it.

    – Create a new css file called custom.css in this directory: /template/ja_teline_iv_t3/css/ and add this css rule:


    /*Banner css styles*/
    .top-row {
    display: table;
    margin-left: -4px;
    border-width: medium 1px 1px;
    }

    or add your own custom css rule here.

    josebeato Friend
    #544937

    Yesssss!!!!!! Thanks.

    <em>@Saguaros 439631 wrote:</em><blockquote>You can try with my workaround as below:

    – Open file: /templates/ja_teline_iv_t3/templateDetails.xml and add new position:


    <positions>
    <position>backtotop</position>
    <position>banner</position>
    <position>footer</position>
    <position>footer-1</position>
    <position>footer-2</position>

    You can change to your own position, I just take ‘banner’ for sample.
    – Go to the header file and add PHP code for calling new module position: templates/ja_teline_iv_t3/tpls/blocks/header.php


    <!-- HEADER -->
    <div class="container topbar">
    <!-- Banner -->
    <div class="top-row">
    <?php if ($this->countModules('banner')) : ?>
    <div class="span12 <?php $this->_c('banner')?>">
    <jdoc:include type="modules" name="<?php $this->_p('banner') ?>" style="bannerraw" />
    </div>
    <?php endif ?>
    </div>
    <!-- End of Banner -->
    <div class="row">
    <div class="span4 ja-time clearfix">
    <div class="ja-day clearfix">
    ...............................................

    Add the code in highlighted text.

    – Access administrator area of your site > Extensions > Module manager > and assign your desired module to new position banner and also make sure that you assign this module to all pages. You can go to Advanced tab of module and add a class suffix called ” banner” (without quotes) so that you can add additional style for it.

    – Create a new css file called custom.css in this directory: /template/ja_teline_iv_t3/css/ and add this css rule:


    /*Banner css styles*/
    .top-row {
    display: table;
    margin-left: -4px;
    border-width: medium 1px 1px;
    }

    or add your own custom css rule here.</blockquote>

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

This topic contains 8 replies, has 2 voices, and was last updated by  josebeato 10 years, 3 months ago.

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