Hallo,
im Frontend wird aus welchen Gründen auch immer die Kategoriebeschreibung nicht mehr angezeigt. In den Frontend Einstellungen steht "Kategorie Informationen anzeigen? " auf ja. Was mache ich falsch?
Hi,
möglicherweise hast du den Platzhalter {cat_description} aus dem aktiviertem Kategorie-Layout gelöscht?
Hallo,
nein eher nicht: {cat_title_begin}<div class= "jd_subcats_title_text" style="">{subcats_title_text}</div>{cat_title_end}
{cat_info_begin}
<div class="jd_cat_main" style="">
<!-- Standard Categories layout main -->
<div class="jd_categories_title_v46" style="">{cat_pic}{cat_title}
<div class="jd_categories_inner_wrapper" style="">
<div class= "jd_cats_sum_subcats" style="">{sum_subcats}</div>
<div class="jd_cats_sum_files" style="">{sum_files_cat}</div>
</div>
</div>
<div class="jd_clear"></div>
<div class="jd_cat_description" style="">[color=red]{cat_description}[/color]</div>
<div class="jd_clear_left">{tags}</div>
</div>
{cat_info_end}
<img src="/images/linie.png" alt="" border="0" width="100%" height="">
<br>
Aktiviere doch einmal testweise eines der Standard Layouts welches du nicht bearbeitet hast.
Hi
In the layout you showed you have the line <div class="jd_cat_description" style="">[color=red]{cat_description}[/color]</div>
What are the items and
?
Presumably you want the description text in red. The way to do that is to use the style and add the relevant css
For example
<div class="jd_cat_description" style="color: red;">{cat_description}</div>
Colin
-----------------------------------------------------------------------------
In German via Google translate!!
In dem Layout, das Sie gezeigt haben, haben Sie die Zeile
<div class = "jd_cat_description" style = ""> [color = red] {cat_description} [/ color] </ div> [/ code]
Was sind die Elemente [code] [color = red] [/ color] und [/ code]?
Vermutlich möchten Sie den Beschreibungstext in Rot. Dazu verwenden Sie den Stil und fügen die entsprechende CSS hinzu
Zum Beispiel
[code] <div class = "jd_cat_description" style = "color: red;"> {cat_description} </ div> [/ code]
Colin