Official support hours: from 9 AM — 6 PM Monday to Friday (GMT +2).
The support staff may not reply on technical inquiries on weekends; all requests will be answered necessarily during working days. Reply time: depending on the complexity of your issue, the answer can be provided between a few hours up to 48 hours. In the particular instances we will notify you if extra time will be required to solve the issue.

×

Notice

The forum is in read only mode.

After installing Kamethyst thunails are too small

7 years 10 months ago #275 by Nikiniko
When i upload a photo thumpnail is very small 20-30 pixels and is not changeing from the settings.
Is there other way to do it? CSS somehow ? I asked and in KUNENA AND THEY TOLD ME CSS but i dont know what to do.
7 years 10 months ago #276 by Eugene S.
Hello,
Got your question. I'll examine it and let you know. But I need more details. Please answer on following questions:
1. Which avatar size you need to get at category page? (it's small)
2. Which avatar size you need to get at discussion page? (it's big)

Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
7 years 10 months ago #277 by Eugene S.
Maybe this solution will meet your needs: www.roundtheme.com/forums/avatar-size#reply-94

Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
7 years 10 months ago #280 by Nikiniko
I am talking for the attached photos in the message
i.imgur.com/7q7czcx.png

not the avatar size
7 years 10 months ago #281 by Eugene S.
Let's try to solve this task. Open this file for edit: /components/com_kunena/template/rnd_kamethyst/css/custom.css
And add the following lines:
div#Kunena ul.kfile-attach li a img,
div#Kunena ul.kfile-attach-editing li a img{
    max-width: 100%;
    min-height: 60px; /* regulate here */
}
div#Kunena ul.kfile-attach li{height: 90px; /* min-height: 60px + 30px = 90px */}

Please let me know about your success.

Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
7 years 10 months ago #282 by Nikiniko
div#Kunena ul.kfile-attach li a img,
div#Kunena ul.kfile-attach-editing li a img{
max-width: 50%;
min-height: 160px; /* regulate here */
}
div#Kunena ul.kfile-attach li{height: 160px; /* min-height: 60px + 30px = 90px */}

this is the result :
prntscr.com/9sjgyy

No mater the height,
tha one attachment drops over the other.
Moderators: Eugene S.

Partners