Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

the example is I have 3 node types Brands, Products and Offers asociatted with a vocabulary. I need to override the taxonomy term display to show the taxonomy term header and then 3 columns with each content type. And the best would be to show fluid columns in order to hide some, for example, when this category has no offers tagged,

I get it work using a display suite layout and adding 3 custom fields, one block views per column for each content type and with a contextual filter depending on the current URL.

But, after my nice columns, is showing also all the default taxonomy layout. ¿How to hide it?

Example:

Taxonomy header info
Brand1 | Product1 | Offer1
Brand2 | Produtc2 | ----
etc... and also default taxonomy node listing ....
Brand1
Brand2
Product1
Procuct2
Offer1
... that I want to hide.

thanks Gustavo

share|improve this question
You want Panels, that much I can tell you right now. – beth Feb 21 at 4:45
Hi, thanks for your answer. Find the solutions with Panels overriding system Taxonomy in he Page Manager. – Gustavo Feb 21 at 10:46

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.