-
AuthorPosts
-
Giannis Maroulis Friend
Giannis Maroulis
- Join date:
- April 2006
- Posts:
- 124
- Downloads:
- 101
- Uploads:
- 30
- Thanks:
- 57
- Thanked:
- 16 times in 2 posts
April 7, 2014 at 1:33 pm #196526Hi thanks for that awesome Theme,
my question is : in the [features1] position that u have configure the “Our Services” categories i want to hide lets say the first item that is the Our Services category name and description??
And because i dont know if can explained exactly what i want i did two screenshots in Photoshop the one with what is and the second of what i need to be done
How it is…
And how i want it to looks like
Thanks and regards
GiannisM- Css Magician Friend
Css Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
April 8, 2014 at 1:59 am #529890Please open the templatesja_decorhtmlmod_articles_categorytriangle.php file and remove this code:
<?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-1x2 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
?>
2 users say Thank You to Css Magician for this useful post
Giannis Maroulis FriendGiannis Maroulis
- Join date:
- April 2006
- Posts:
- 124
- Downloads:
- 101
- Uploads:
- 30
- Thanks:
- 57
- Thanked:
- 16 times in 2 posts
April 8, 2014 at 7:19 am #529925Yes its did the trick with the 4 articles but each one have now bold fonts and in the article title has been added a 4> at the end…
I have double check that i have remove the correct code as u assist me but the conclusion is the same (:
Please see my screenshot
Without the Bold fonts and the 4>
Bold Fonts and 4>
Waiting for your response
Thanks in advanced
GiannisM-
Css Magician Friend
Css Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
Giannis Maroulis FriendGiannis Maroulis
- Join date:
- April 2006
- Posts:
- 124
- Downloads:
- 101
- Uploads:
- 30
- Thanks:
- 57
- Thanked:
- 16 times in 2 posts
April 8, 2014 at 8:35 am #529940Yes u are right, i use Dreamweaver to edit it so something went wrong with that….. I did edit it with the WordPad and its working Perfectly….
Thanks again Magician 🙂
RegardsGiannis Maroulis
frenchy74 Friendfrenchy74
- Join date:
- March 2014
- Posts:
- 31
- Downloads:
- 22
- Uploads:
- 1
- Thanks:
- 13
- Thanked:
- 3 times in 1 posts
April 11, 2014 at 6:27 am #530500Hi CSS Magician
How would you go about hiding that link altogether. I’ve tried just deleting
<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>But that causes other problems with the layout.
Thanks in advance for any help you can provide 🙂
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
April 15, 2014 at 8:26 am #530934@frenchy74: I need to have a closer look to detect the root of issue, please PM me url, admin and ftp credentials of your site.
1 user says Thank You to MoonSailor for this useful post
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 4 voices, and was last updated by frenchy74 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
features1 positions
Viewing 8 posts - 1 through 8 (of 8 total)