How to disable category header…

Posted in: Newspaper
Post count: 63

hi all…

I want to disable to category template header so that it does not display on category pages. At present theme panel forces you to choose one of the templated but does not offer the option to completely disable this page feature under category global settings.

Even under per category settings the option > HIDE CATEGORY ON POST AND ON CATEGORY PAGES just doesn’t seem to do anything.

I have even tried to a

Is there a way to get rid of this page feature?

Post count: 70

Under ‘Category global settings’ > ‘Category top posts style’ you can chose ‘Disable’ if you want just a list.

Post count: 63

Hi xbass…

yeah that is not what I am asking, its not the top post style I want to disable but the ‘Category template style’

This is the section I want to disable on category pages… http://nimb.ws/epfniM

Post count: 20688

Hi,

One of the category templates has to be set, they cannot be disabled. However I could give you a code to remove the category header for that particular category template you are using, the result is like this
https://www.screencast.com/t/7pv1iZiMM2
https://www.screencast.com/t/RpkdGqDAxgc1
This is the code, if you should consider it a solution enter it in Theme panel->Custom CSS section

.td_category_template_1 .td-category-header {
display: none;
}

Thanks

Post count: 63

Hey Simion,

Thanks for providing the code, works a treat.

Rhys

p.s. is there any specific reason why you do not provide the option to disable the category template?

Post count: 22421

This was a design choice made by our designers. There is no specific reason meaning it will not break anything if you choose to use the code above.
Thank you!

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