Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • augengott Friend
    #154518

    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

    Sherlock Friend
    #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 Friend
    #356432

    hello 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 Friend
    #356519

    any ideas how I can remove the main category line which is marked red in the picture? hope for your reply

    augengott Friend
    #357408

    no ideas? need help

    Sherlock Friend
    #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 Friend
    #357591

    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:

    Sherlock Friend
    #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 !

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

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