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

Problem mit der Frontend Kategorien Darstellung

Started by mlieder, 25.05.2016 10:16:25

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mlieder

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

ColinM

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

mlieder

Hello Colin,
Thanks for the quick work.
I have replaced the code and now it looks good again.
Greeting Michael
  •  

ColinM

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

mlieder

I try a 2 column layout in the view set . Do you have a tip?
  •  

mlieder

a small mistake with a big impact , thanks for the support.
Greeting Michael
  •