Does anyone know why my taxonomy terms all of the sudden are not displaying the description above the content on the term pages? And how I can get those descriptions back on my site? Thanks in advance!
Does anyone know why my taxonomy terms all of the sudden are not displaying the description above the content on the term pages? And how I can get those descriptions back on my site? Thanks in advance!
Comments
Comment #1
xjmCheck the following:
admin/config/development/performance.<admin/structure/taxonomy/[vocabname]/display.Comment #2
jenlamptonAlso, make sure that you have not overridden the default display with a view. The default taxonomy/term view provided will not show your descriptions.
Comment #3
sahuni commentedHow to get that description inside the default taxonomy/term view ?
Comment #4
sahuni commentedA solution here : http://drupal.org/node/1043234
Comment #5
fineartist99 commentedPROBLEM PROBLEM PROBLEM-
When I navigate to /admin/structure/taxonomy/tags all that I get is a white screen. My descriptions have stopped showing up as well on the taxonomy pages that I created descriptions for.
What is going on here and more importantly how can I fix this? Any help would be greatly appreciated. Thank you ahead of time.
Comment #6
cweagansSupport requests are neither major nor critical.
Comment #7
fineartist99 commentedFigured it out!
The View "Taxonomy term" overrides the output of all your Taxonomy term pages. Therefore, the Taxonomy term description field does not printed. I also noticed that you do not need the View "Taxonomy term" enabled. So, just follow these instructions:
1. Disable the View "Taxonomy term" through Home » Administration » Structure » Views [see attached taxonomy-term-view-disablement.jpg]
2. Clear Drupal cache. To do this go to Administer » Site configuration » Performance » Clear cached data.
3. Finally you will see printed your Taxonomy term descriptions
Closed finally!