Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • lndesigns Friend
    #197504

    ummm, I would like to be able to have my JA News Featured full width in the T3 (responsive) version in position home-feature-1 …
    if I don’t have anything in mast-col-1, it still shows as a big white blank space. :((

    THNX

    Nazario A Friend
    #534106

    @indesigns,

    Do you want JA News Featured like this image ? http://easycaptures.com/fs/uploaded/728/0274418846.jpg

    If so, pls try to open file: /templates/your_template_name/tpls/blocks/mainbody.php then find and replace this code:

    <div class="span8">
    <?php if ($this->countModules('home-feature-1')) : ?>
    <div class="home-feature<?php $this->_c('home-feature-1')?>">
    <jdoc:include type="modules" name="<?php $this->_p('home-feature-1') ?>" style="T3Xhtml" />
    </div>
    <?php endif; ?>
    </div>
    <div class="span4">
    <?php if ($this->countModules('mast-col-1')) : ?>
    <div class="t3-mastcol t3-mastcol-1<?php $this->_c('mast-col-1')?>">
    <jdoc:include type="modules" name="<?php $this->_p('mast-col-1') ?>" style="T3Xhtml" />
    </div>
    <?php endif; ?>
    </div>

    With:

    <div class="span12">
    <?php if ($this->countModules('home-feature-1')) : ?>
    <div class="home-feature<?php $this->_c('home-feature-1')?>">
    <jdoc:include type="modules" name="<?php $this->_p('home-feature-1') ?>" style="T3Xhtml" />
    </div>
    <?php endif; ?>
    </div>

    – And add this code to the same file above: http://prntscr.com/3h8o5r

    <?php if ($this->countModules('mast-col-1')) : ?>
    <div class="t3-mastcol t3-mastcol-1<?php $this->_c('mast-col-1')?>">
    <jdoc:include type="modules" name="<?php $this->_p('mast-col-1') ?>" style="T3Xhtml" />
    </div>
    <?php endif; ?>

    Let me know if this helps.

    lndesigns Friend
    #534231

    THNX… I haven’t tried it now… I have to see what my client wants… but sure is nice that you posted this for my reference!

    Nazario A Friend
    #534262

    Let me know if I can be of any further assistance.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Nazario A 10 years ago.

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