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}: </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]
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
Hello Colin,
Thanks for the quick work.
I have replaced the code and now it looks good again.
Greeting Michael
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]
I try a 2 column layout in the view set . Do you have a tip?
a small mistake with a big impact , thanks for the support.
Greeting Michael