Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • lincoln1 Friend
    #207536

    Is it possible to insert a banner in the Topics Module position? The banner would replace the Topics Module and the Date and New Articles counter. Thanks in advance.

    pavit Moderator
    #574539

    Hi

    You can publish your banner module in header-1 position and unpublish the trending-topics module and what’s new module

    pavit Moderator
    #640884

    Hi

    You can publish your banner module in header-1 position and unpublish the trending-topics module and what’s new module

    pavit Moderator
    #739548

    Hi

    You can publish your banner module in header-1 position and unpublish the trending-topics module and what’s new module

    lincoln1 Friend
    #574542

    Hi @pavit thanks for the response. That almost works. The date is still there and the banner doesn’t seem to fill the space completely.

    lincoln1 Friend
    #640887

    Hi @pavit thanks for the response. That almost works. The date is still there and the banner doesn’t seem to fill the space completely.

    lincoln1 Friend
    #739551

    Hi @pavit thanks for the response. That almost works. The date is still there and the banner doesn’t seem to fill the space completely.

    pavit Moderator
    #574543

    <em>@lincoln1 478788 wrote:</em><blockquote>Hi @pavit thanks for the response. That almost works. The date is still there and the banner doesn’t seem to fill the space completely.</blockquote>

    If you want to remove the date you should remove the calendar div

    Go to this file templatesja_teline_vtplsblocksheader.php

    <!-- HEADER RIGHT -->
    <div class="col-md-7 header-right">
    <div class="header-right-inner">

    <div class="col trending <?php $this->_c('header-1') ?>">
    <jdoc:include type="modules" name="<?php $this->_p('header-1') ?>" />
    </div>

    <div class="col calendar">
    <div class="col-inner">
    <span class="number date"><?php echo date('d') ?></span>
    <div class="text">
    <span class="day"><?php echo JText::_(date('D')) ?></span>, <span class="month"><?php echo JText::_(date('F').'_SHORT') ?></span>
    </div>
    </div>
    </div>

    <?php if ($this->countModules ('whatsnew')): ?>
    <div class="col whatsnew <?php $this->_c('whatsnew') ?>">
    <div class="col-inner">
    <jdoc:include type="modules" name="<?php $this->_p('whatsnew') ?>" style="raw" />
    </div>
    </div>
    <?php endif ?>

    Remove the part of code in RED

    Changing the value of md- here will decrease or increase header space available for your banner

    <div class="col-md-7 header-right">

    Please post also a link to your page

    pavit Moderator
    #640888

    <em>@lincoln1 478788 wrote:</em><blockquote>Hi @pavit thanks for the response. That almost works. The date is still there and the banner doesn’t seem to fill the space completely.</blockquote>

    If you want to remove the date you should remove the calendar div

    Go to this file templatesja_teline_vtplsblocksheader.php

    <!-- HEADER RIGHT -->
    <div class="col-md-7 header-right">
    <div class="header-right-inner">

    <div class="col trending <?php $this->_c('header-1') ?>">
    <jdoc:include type="modules" name="<?php $this->_p('header-1') ?>" />
    </div>

    <div class="col calendar">
    <div class="col-inner">
    <span class="number date"><?php echo date('d') ?></span>
    <div class="text">
    <span class="day"><?php echo JText::_(date('D')) ?></span>, <span class="month"><?php echo JText::_(date('F').'_SHORT') ?></span>
    </div>
    </div>
    </div>

    <?php if ($this->countModules ('whatsnew')): ?>
    <div class="col whatsnew <?php $this->_c('whatsnew') ?>">
    <div class="col-inner">
    <jdoc:include type="modules" name="<?php $this->_p('whatsnew') ?>" style="raw" />
    </div>
    </div>
    <?php endif ?>

    Remove the part of code in RED

    Changing the value of md- here will decrease or increase header space available for your banner

    <div class="col-md-7 header-right">

    Please post also a link to your page

    pavit Moderator
    #739552

    <em>@lincoln1 478788 wrote:</em><blockquote>Hi @pavit thanks for the response. That almost works. The date is still there and the banner doesn’t seem to fill the space completely.</blockquote>

    If you want to remove the date you should remove the calendar div

    Go to this file templatesja_teline_vtplsblocksheader.php

    <!-- HEADER RIGHT -->
    <div class="col-md-7 header-right">
    <div class="header-right-inner">

    <div class="col trending <?php $this->_c('header-1') ?>">
    <jdoc:include type="modules" name="<?php $this->_p('header-1') ?>" />
    </div>

    <div class="col calendar">
    <div class="col-inner">
    <span class="number date"><?php echo date('d') ?></span>
    <div class="text">
    <span class="day"><?php echo JText::_(date('D')) ?></span>, <span class="month"><?php echo JText::_(date('F').'_SHORT') ?></span>
    </div>
    </div>
    </div>

    <?php if ($this->countModules ('whatsnew')): ?>
    <div class="col whatsnew <?php $this->_c('whatsnew') ?>">
    <div class="col-inner">
    <jdoc:include type="modules" name="<?php $this->_p('whatsnew') ?>" style="raw" />
    </div>
    </div>
    <?php endif ?>

    Remove the part of code in RED

    Changing the value of md- here will decrease or increase header space available for your banner

    <div class="col-md-7 header-right">

    Please post also a link to your page

    lincoln1 Friend
    #574544
    lincoln1 Friend
    #640889
    lincoln1 Friend
    #739553
    lincoln1 Friend
    #574545

    Hi @pavit , I have commented out the calendar. Thanks that worked. It’s just getting the banner to fill the space properly. As it stands it’s not bad, but it could look better.

    lincoln1 Friend
    #640890

    Hi @pavit , I have commented out the calendar. Thanks that worked. It’s just getting the banner to fill the space properly. As it stands it’s not bad, but it could look better.

Viewing 15 posts - 1 through 15 (of 22 total)

This topic contains 22 replies, has 2 voices, and was last updated by  lincoln1 8 years, 11 months ago.

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