News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

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
  •