Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Solved When starting new topic, very large topic & emoticon images appear

More
10 years 8 months ago #170730 by Steve03
Hi,
I just installed , and looked around for this answer but could not find anything on it. When trying to create a new topic, I see very large topic icons and emoticon images which take up many pages.

Can anyone please tell me why this is happening and how to fix it?

Thanks

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago - 10 years 8 months ago #170735 by sozzled
This looks like it could be fixed by making a few small changes to the CSS on your website. Without knowing anything about your website (or how much you know about CSS), the only thing I can recommend is that you look at the FAQs page under the heading "How do I change the colours of my template in Kunena?"

Yes, from the screenshots you posted I see that you have a problem but, unless someone can actually see the problem in real time, it's not easy to diagnose or prescribe a solution that suits your particular case.

Line 93 of the file <your-site>/family/templates/lt_event/css/default.css says:
Code:
img { width: 100%; }

Suggest you edit this file (comment out the line) like this:
Code:
img { // width: 100%; }

That would be one way, perhaps, to address this issue.
Last edit: 10 years 8 months ago by sozzled.
The following user(s) said Thank You: Steve03

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago #171043 by Steve03
Thank you for your quick response and information. After looking at this further, it was an issue with the theme itself. When trying another theme, the issue did not exist. I appreciate your help!

Please Log in or Create an account to join the conversation.

Time to create page: 0.245 seconds