jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Topic started by: rpreusser on 03.12.2017 14:02:19

Title: Icon Size in Header
Post by: rpreusser on 03.12.2017 14:02:19
I might be blind, but I didn't find an option to change the icon size of the icons of the header (for the following 4 entries) of the Layout "Standard Category Layout v3.2"

    <div class="jd_top_navi_item" style="">{home_link}</div>
    <div class="jd_top_navi_item" style="">{search_link}</div>
    <div class="jd_top_navi_item" style="">{upper_link}</div>
    <div class="jd_top_navi_item" style="">{upload_link}</div>


I'd like to get the images a little bit smaller - but none of the changes I did in the settings worked. It seems always to be 32px. 

Thanks for pointing me into the right direction!
Ralf
Title: Re: Icon Size in Header
Post by: ColinM on 03.12.2017 22:33:17
Hi
No you are not missing the way to change them in the configuration.  There is no config command to change the size of those particular icons.  jD always uses those icons from a specic location so you could replace them with your own versions.

The symbols are located in components/com_jdownloads/assets/images
The file names are home_fe.png ,  search.png , upper.png and upload.png  .
So you could  use one of numerous picture editting programs to change their size and replace the existing images with resized ones with the same names.  Make sure you keep a backup copy of the new files as technically they could be changed in an update.

Colin
Title: Re: Icon Size in Header
Post by: rpreusser on 12.12.2017 01:48:16
Thanks Colin,

thanks a lot. This answer saves me a any further "investigations".
I just change the files itself - easy enough!

Ralf