jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Topic started by: mlieder on 25.05.2016 10:16:25

Title: Problem mit der Frontend Kategorien Darstellung
Post by: mlieder on 25.05.2016 10:16:25
Hallo, ich nutze JDownload auf der folgenden Seite:

http://alu-connect.de.5-35-249-179.csp24.com/index.php/component/jdownloads/category/35-iges-cad-zubehoer-40?Itemid=-1
Dabei habe ich das Problem das das Standard  Layout für die Kategorie im Fussbereich mehrere Linien zeigt die ich nicht haben möchte bzw. ich habe auch das Layout verändert und finde den Fehler nicht. Wie kann ich das Layout 2 Spaltig einrichten? Was mache ich hier denn Falsch? Gruß Michael
    Das Layout: "{files_title_begin}<div class="jd_files_title" style="">{files_title_text}</div>{files_title_end}
<div class= "{featured_class} jd_download_title" style="">
         <div class="jd_download_description" style="">{description} {file_pic} </div>
         <div class="jd_left" style=""> {file_title}    {pic_is_new} {pic_is_hot} {pic_is_updated}{featured_pic}</div>

</div>
<div class="jd_clear"></div>
<div class="jd_tags">{tags}</div>
      <div class="jd_download_wrapper" style="">

    <div class="{featured_detail_class} jd_clear">
       <div class="jd_words_wrapper" style="" >
           <div class="jd_words_left" style="padding-left:5px;">
           <div class="jd_words_left"><span style="font-weight: 600">{filesize_title}:&#160;</span><span>{filesize_value}</span></div>

<div class="jd_featured_pic jd_files_checkbox" style="">{featured_pic}</div>
      <div class="jd_checkbox_file" style="">{checkbox_list} Download mehrfach Auswahl</div>

         <div class="jd_words_right">{url_download}</div>
</div>
     <div class="jd_clear"></div>
     <div class ="jd_description_wrapper"  style="">
         <div class="jd_image_right" style="">{screenshot_begin}<a href="{screenshot}" rel="lightbox">
             <img src="{thumbnail}" style="" /></a>{screenshot_end}</div>   
         <div class="jd_clear_left"></div>

     </div>
     <div class="jd_clear"></div>
     <div class="jd_readmore">{link_to_details}</div>
    </div>
</div>"

[gelöscht durch Administrator]
Title: Re: Problem mit der Frontend Kategorien Darstellung
Post by: ColinM on 25.05.2016 14:56:30
Hi
I have used Google translate to understand as my German is not so good - but obviously the problem are all the lines that are appearing.

So first a quick temporary  'fix'.  In the layout you showed there is a part as below
<div class="jd_tags">{tags}</div>
      <div class="jd_download_wrapper" style="">


Please modify to
<div class="jd_tags">{tags}</div>
      <div class="jd_download_wrapper" style="border-bottom: none;">


In the meantime I will checkout the layout code you have shown as it looks to me like a closing div problem.

Colin
Title: Re: Problem mit der Frontend Kategorien Darstellung
Post by: mlieder on 25.05.2016 15:29:17
Hello Colin,
Thanks for the quick work.
I have replaced the code and now it looks good again.
Greeting Michael
Title: Re: Problem mit der Frontend Kategorien Darstellung
Post by: ColinM on 25.05.2016 15:46:48
Micheal
The actual problem is a missing </div>
In your modified layout you have at the end
   <div class="jd_clear"></div>
     <div class="jd_readmore">{link_to_details}</div>
    </div>
</div>

Please change to
   <div class="jd_clear"></div>
     <div class="jd_readmore">{link_to_details}</div>
    </div>
</div></div>

It occurred to me you might be looking for something as shown in the attached picture.  If it is interesting I will attach a layout you can import.

Colin

[gelöscht durch Administrator]
Title: Re: Problem mit der Frontend Kategorien Darstellung
Post by: mlieder on 25.05.2016 15:52:34
I try a 2 column layout in the view set . Do you have a tip?
Title: Re: Problem mit der Frontend Kategorien Darstellung
Post by: mlieder on 25.05.2016 16:02:43
a small mistake with a big impact , thanks for the support.
Greeting Michael