- Posts: 37
- Thank you received: 5
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.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
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Question [RESOLVED] Font size in message editor is too small; users cannot read it
15 years 6 months ago - 14 years 10 months ago #64865
by jodin
Hey
I cannot change the font size in the reply editor input box.
I changed this: in kunena.forum.css
#Kunena .kreply-form .inputbox {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #999999;
color:#000000;
font-size:12px; <---- I added this line
margin:2px 0;
}
I remized it to kunena.forum-min.css and uploaded to the example/css dir
I am using the example template(I checked the view source)
The file is being updated when I ftp to my server. I checked that too.
The font-size:12px; statement is there when I view css from Kunena template manager.
I was able to fix this in rc2 and rc3. It's not updating in final release.
I checked the code in Firebug and the font-size:12px; statement is there.
The subject text input is fine with size. My users cannot read the text in the input box. It's too small. I don't know why you did not make the input box font a readable size in the final release of 1.6. This is the smallest text I've ever seen in any forum software.
Please help!!!!
I cannot change the font size in the reply editor input box.
I changed this: in kunena.forum.css
#Kunena .kreply-form .inputbox {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #999999;
color:#000000;
font-size:12px; <---- I added this line
margin:2px 0;
}
I remized it to kunena.forum-min.css and uploaded to the example/css dir
I am using the example template(I checked the view source)
The file is being updated when I ftp to my server. I checked that too.
The font-size:12px; statement is there when I view css from Kunena template manager.
I was able to fix this in rc2 and rc3. It's not updating in final release.
I checked the code in Firebug and the font-size:12px; statement is there.
The subject text input is fine with size. My users cannot read the text in the input box. It's too small. I don't know why you did not make the input box font a readable size in the final release of 1.6. This is the smallest text I've ever seen in any forum software.
Please help!!!!
Last edit: 14 years 10 months ago by sozzled. Reason: Change topic status
Please Log in or Create an account to join the conversation.
15 years 6 months ago #64961
by jodin
Replied by jodin on topic Re: HELP! Cannot change font size in reply editor input box. It's too small. Users cannot read it!
Please Log in or Create an account to join the conversation.
15 years 6 months ago #64962
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: HELP! Cannot change font size in reply editor input box. It's too small. Users cannot read it!
I think I know what's happening here. You've made a change to the Kunena template CSS file ../components/com_kunena/template/default/kunena.forum.css but your don't see the effects of those file changes. This is because, by default, K 1.6 does not actually use that file; it uses a minified version of that file. See
Minified CSS
for a detailed explanation about how file minification works and how to create a minified CSS file for your Kunena installation.
Even so, even if you have applied your changes to the minified CSS file, you may not notice any difference. This is because your browse cache is still using the older version of the CSS file. You may also need to force your browser to refresh and replace the CSS file in your local cache.
I hope this helps.
Even so, even if you have applied your changes to the minified CSS file, you may not notice any difference. This is because your browse cache is still using the older version of the CSS file. You may also need to force your browser to refresh and replace the CSS file in your local cache.
I hope this helps.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
15 years 6 months ago #64992
by severdia
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
Replied by severdia on topic Re: HELP! Cannot change font size in reply editor input box. It's too small. Users cannot read it!
Did you try?
Code:
#Kunena .kreply-form .inputbox {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #999999;
color:#000000;
font-size:12px !important;
margin:2px 0;
}
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
Please Log in or Create an account to join the conversation.
15 years 6 months ago #66218
by KimH
Replied by KimH on topic Text size in message compose area is very small
Please Log in or Create an account to join the conversation.
15 years 2 months ago #84783
by KimH
Replied by KimH on topic Re: HELP! Cannot change font size in reply editor input box. It's too small. Users cannot read it!
@Jodin: Did you ever find a solution to this issue? I have noticed that the problem is worth when using Google Chrome compared to using Internet explorer...
Anyone?
Regards
Kim
Anyone?
Regards
Kim
Please Log in or Create an account to join the conversation.
Time to create page: 0.262 seconds