-
AuthorPosts
-
ibd2005 Friend
ibd2005
- Join date:
- August 2010
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 17, 2014 at 6:32 am #203619Hi,
I like to hide this gray part include the text and the button.
I tried to hide it from the category options, Home button options but natting, its still there.I have attached a screen image.
Thanks for the help.
Itai
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
December 17, 2014 at 9:59 am #558900you mean to hide only on the tablet and mobile view ?
ibd2005 Friendibd2005
- Join date:
- August 2010
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 17, 2014 at 10:03 am #558904No i mean to hide this part every were.
even on desktop version.Again this is what i like to hide (see marked in red)
Thank you
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
December 17, 2014 at 10:35 am #558909you need to customize in code, go to this File : templates/ja_decor/html/mod_articles_category/triangle.php
Remove this or comment this code
[PHP]<?php
//Get category info
if(isset($jacategory)) : ?>
<div class=”col-xs-12 col-sm-6 col-md-3 col-cmd-12 category-info background-primary”>
<div class=”grid-1×2 grid-inner”>
<h3 class=”category-title”>
<?php
$cat_title = $jacategory->title;
$cat_titles = explode(” “,$cat_title);
echo ‘<span class=”first-letter”>’.$cat_titles[0].'</span>’;
unset($cat_titles[0]);
echo ‘ ‘.implode(” “,$cat_titles);
?>
</h3>
<div class=”category-des”>
<?php echo $jacategory->description;?>
</div>
<a class=”btn btn-primary btn-icon” href=”<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($jacategory->id));?>”><?php echo JText::_(‘VIEW_ALL’); ?> <i class=”fa fa fa-long-arrow-right”></i></a>
</div>
</div>
<?php endif;
//End add
?>[/PHP]ibd2005 Friendibd2005
- Join date:
- August 2010
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 17, 2014 at 10:42 am #558912Great!
Now how can i fill the gap with one more article?
Thank youchavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
December 17, 2014 at 10:43 am #558913yes exactly, but I haven’t tried this. let see how it comes out
ibd2005 Friendibd2005
- Join date:
- August 2010
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 17, 2014 at 10:46 am #558914I looked on the home button options but see no place to update to 4 articles
Any idea?chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
December 17, 2014 at 10:51 am #558917Please check this screenshot there is a option for it to change the count. Also make sure you have 4 articles featured on the category.
ibd2005 Friendibd2005
- Join date:
- August 2010
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 17, 2014 at 10:57 am #558919Great now its perfect!!!
Thank youAuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by ibd2005 9 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum