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
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!
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.
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/ujGkKoOxqv – http://screencast.com/t/PTzTJpDA
Thanks
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