Subcategories to be displayed in the category page

Posted in: Newspaper
Post count: 38

Link to website

1) How to change the display layout of main category (displayed in my header menu) when that particular category is clicked on? Can i change the design/layout of how the topics/articles are listed there?

2) How to embed the sub categories on the category display page…something like if I want the sub categories to appear at the top just below the header menu?

Looking forward to a speedy response.

Thanks,
Aditya

Post count: 7909

Hi,

1. Do you refer to change the module that is used to display articles on megamenu? – http://screencast.com/t/bEwqlSZYggp
This module is especially designed to display articles in megamenu, but you can change it from td_block_mega_menu.php file if you need this(but you may need additional customizations )- http://screencast.com/t/pk9xKCfY
Also if you refer to the category page, you can change the module from Theme Panel > Categories > each category – http://screencast.com/t/ZdjFV6JW

2. Also the subcategories appear under the parent category like you can see – http://screencast.com/t/aZc0ckonQ

Thanks!

Post count: 38

Hi Alin,

I have got the first point how to customize the category page layout.

But how does subcategories appear under parent category like you have shown here.http://screencast.com/t/aZc0ckonQ.
I am not getting this.

Thanks in anticipation.

Post count: 6600

Hi,

Make sure that you have the subcategories set as subcategories for a specific category, like this: http://screencast.com/t/Y7SzVP6i the subcategories would by default be displayed on the parent category page, like this: http://screencast.com/t/ujGkKoOxqvhttp://screencast.com/t/PTzTJpDA

Thanks

Post count: 38

Hi,

I have done in the same manner. I have made a parent category, which is in header menu and its subcatgories. But for me subcategories are not appearing in parent category page.

thanks

Post count: 38

Hi Team,

I have got this. It was due to colouring issues. But I want to remove home > parent category name from category page. How to do that?

Thanks

Post count: 6600

Hi,

I believe you refer to category page breadcrumbs, you can sue custom css for those, like this: http://screencast.com/t/Lo1AUXan4

Add this css code in your custom css section in theme panel > custom css:

.category .entry-crumbs {
display: none;
}

Thanks

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.