-
AuthorPosts
-
brusamolino Friend
brusamolino
- Join date:
- January 2009
- Posts:
- 273
- Downloads:
- 75
- Uploads:
- 70
- Thanks:
- 56
- Thanked:
- 10 times in 2 posts
November 24, 2013 at 1:54 pm #192507Hi
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
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
November 25, 2013 at 9:18 am #513375Hi 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.
3 users say Thank You to MoonSailor for this useful post
brusamolino Friendbrusamolino
- Join date:
- January 2009
- Posts:
- 273
- Downloads:
- 75
- Uploads:
- 70
- Thanks:
- 56
- Thanked:
- 10 times in 2 posts
November 25, 2013 at 12:16 pm #513413PERFECT!
thanks a lot
Luca
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by brusamolino 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Module box instead "Latest articles area" in home page
Viewing 3 posts - 1 through 3 (of 3 total)