Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • brusamolino Friend
    #192507

    Hi
    how can i do if i want to insert a module where now there are “Latest aticles”?
    I want to insert it instead “latest articles”

    Best Regards
    Luca


    1. home
    MoonSailor Friend
    #513375

    Hi brusamolino,

    You can hide Latest articles area and add new module on it with my solution as below

    + Create templates/ja_obelisk/tpls/blocks/custom.css file

    Add new script

    #t3-mainbody .blog-featured {
    display: none;
    }

    + Open templates/ja_obelisk/tpls/blocks/mainbody-content-left.php file

    From

    <jdoc:include type="component" />

    Change to

    <jdoc:include type="component" />
    <?php if ($this->countModules('new_position')) : ?>
    <div class="<?php $this->_c('new_position') ?>">
    <jdoc:include type="modules" name="<?php $this->_p('new_position') ?>" />
    </div>
    <?php endif ?>

    Regards.

    brusamolino Friend
    #513413

    PERFECT!

    thanks a lot

    Luca

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

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

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