News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

Kategoriebeschreibungen werden nicht mehr angezeigt

Started by Internetsurfer, 29.11.2018 16:41:17

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Internetsurfer

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?
  •  

Arno

Hi,
möglicherweise hast du den Platzhalter {cat_description}  aus dem aktiviertem Kategorie-Layout gelöscht?
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

Internetsurfer













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>
  •  

Arno

Aktiviere doch einmal testweise eines der Standard Layouts welches du nicht bearbeitet hast.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

ColinM

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
Colin M
  •