-
AuthorPosts
-
augengott Friend
augengott
- Join date:
- September 2010
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
September 21, 2010 at 11:59 pm #154518hello,
I’d like to change the category look and quess if this is an option in the settings or a template thing:1. first of all the category name is shown 2 times – once (at top) correctly in a line with a rss icon (this line can stay) and under this again with a number behind – this should be removed.
2. also above the submenus there is written “submenu” – I think everybody knows that these are the subs even if it’s not written – so I’d like to remove this as well.
3. behind every category there is a number how many posts are in – I don’t want this to be shown – so where can I deactivate this?hope for your help.
best regardsSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 22, 2010 at 7:08 am #356332<em>@augengott 194993 wrote:</em><blockquote>hello,
I’d like to change the category look and quess if this is an option in the settings or a template thing:1. first of all the category name is shown 2 times – once (at top) correctly in a line with a rss icon (this line can stay) and under this again with a number behind – this should be removed.
2. also above the submenus there is written “submenu” – I think everybody knows that these are the subs even if it’s not written – so I’d like to remove this as well.
3. behind every category there is a number how many posts are in – I don’t want this to be shown – so where can I deactivate this?hope for your help.
best regards</blockquote>Dear augengott,
You can go to templates/ja_social/html/com_k2/templates/ja_social/category.php file
Look for this
<h3><?php echo JText::_(‘Children categories’); ?></h3>
you can remove that line,i think it help remove the “submenu”Then Look for these codes
[PHP]<?php echo $subCategory->name; ?><?php if($this->params->get(‘subCatTitleItemCounter’)) echo ‘ (‘.$subCategory->numOfItems.’)’; ?>[/PHP]You can change it to
[PHP]<?php echo $subCategory->name; ?>[/PHP]That would help remove the numbers
augengott Friendaugengott
- Join date:
- September 2010
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
September 23, 2010 at 2:40 am #356432hello dathq and thanks for your answear.
your post was very helpful, the submenus were removed by deleting the line you posted.
for the numbers I found an option directly in k2 category settings.so now only the first part of the problem exists:
I want to delete or hide the category line in the red box completely so that this doesn’t display 2 times – ideas for that?augengott Friendaugengott
- Join date:
- September 2010
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
September 24, 2010 at 3:12 am #356519any ideas how I can remove the main category line which is marked red in the picture? hope for your reply
augengott Friendaugengott
- Join date:
- September 2010
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
October 2, 2010 at 12:19 am #357408no ideas? need help
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 2, 2010 at 8:48 am #357447<em>@augengott 196467 wrote:</em><blockquote>no ideas? need help</blockquote>
Dear augengott,If you want to hide that line just go to your back-end > K2 Component setting > select the active category,under the Category view options tab just select Tile from Show to Hide.
I Do hope that help.
augengott Friendaugengott
- Join date:
- September 2010
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
October 3, 2010 at 10:50 pm #357591hey dathq,
I already did this – and you’re right – the description disappears – but the box still appears – and this looks stupid or why to have an empty box :laugh:
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 5, 2010 at 1:48 am #357721<em>@augengott 196719 wrote:</em><blockquote>hey dathq,
I already did this – and you’re right – the description disappears – but the box still appears – and this looks stupid or why to have an empty box :laugh:</blockquote>
Dear augengott,
You can try to go to the templates/ja_social/css/k2.css file,look for this css
div.itemListCategory h2 { }
Change it to
div.itemListCategory h2 {display:none; }I do hope that help !
-
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by Sherlock 14 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum