- Posts: 5
- Thank you received: 0
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
14 years 6 months ago #109544
by jsgros
Replied by jsgros on topic Re: HELP! Cannot change font size in reply editor input box. It's too small. Users cannot read it!
up
i try both solutions , compress the forum.css file in minified css but no more
an idea ?
thanks
i try both solutions , compress the forum.css file in minified css but no more
an idea ?
thanks
Please Log in or Create an account to join the conversation.
14 years 6 months ago - 14 years 6 months ago #109547
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 don't know how many times I have to write this but I will write it again: do not try to edit the file ../components/com_kunena/template/default/css/kunena.forum-min.css.
Please read the FAQs page (under the section that reads " How do I change the colours of my template in Kunena? ").
jsgros wrote:
Please read the FAQs page (under the section that reads " How do I change the colours of my template in Kunena? ").
jsgros wrote:
Yes, I have lots of ideas. How about trying to use Firebug (or some other web design tool) to diagnose and fix the CSS? Try modifying your site template CSS file instead of trying to play with the Kunena template CSS file(s), as suggested in the FAQs page? This is not a Kunena problem, is it? I mean, you don't have a problem with the font size at this website ( www.kunena.org ), do you?an[y] idea?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 14 years 6 months ago by sozzled.
Please Log in or Create an account to join the conversation.
- toonoflancing
-
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
14 years 5 months ago #110633
by toonoflancing
Replied by toonoflancing on topic Confused Newbie - that small text problem in editor
Hi guys
I'm trying to find out why the text is so small in the editor but seem to go round in circles. There's all sorts of comments arounf about what should be changed but none of it worked for me.
Before anyone jumps down my throat about my confoiguration being the problem here's a screen shot from YOUR forum where I'm typing this message:
Is there no parameter setting in your package for choosing what text size the visitor sees and uses?
Regards
Howard
I'm trying to find out why the text is so small in the editor but seem to go round in circles. There's all sorts of comments arounf about what should be changed but none of it worked for me.
Before anyone jumps down my throat about my confoiguration being the problem here's a screen shot from YOUR forum where I'm typing this message:
Is there no parameter setting in your package for choosing what text size the visitor sees and uses?
Regards
Howard
Please Log in or Create an account to join the conversation.
14 years 5 months ago #110639
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re: Confused Newbie - that small text problem in editor
Hello,
You can't set the size of text like that, you have maybe a specific joomla! template which set a small size of text. Try to look with firebug, if you can change something
You can't set the size of text like that, you have maybe a specific joomla! template which set a small size of text. Try to look with firebug, if you can change something
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
14 years 5 months ago - 14 years 5 months ago #110642
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: [RESOLVED] Font size in message editor is too small; users cannot read it
G'day, Howard, and welcome to Kunena.
I think it's fair to say that this is a question that we are asked often. Font size is a somewhat personal thing and everyone has a different opinion about adding, potentially, many hundreds of extra configuration settings to change font style without having to know the fundamentals of HTML, CSS or webcraft. The font sizes used in Kunena are based on the font size of the Joomla site template and (in many cases) they may appear a little smaller than how the text finally renders after a forum message is posted.
Based on what is written in this topic - and verified using web design tools such as Firebug (an add-on for Firefox) which, in my opinion, is something that everyone should equip themselves with and learn how to use - you need to add the following three lines to the end of your Joomla site template:
That's all you need to do. If that does not change the font size to a sufficient level of "largeness" then experiment with different settings (e.g. 150%, 160%, 1.5em, etc.) as discussed earlier in this topic.
I think it's fair to say that this is a question that we are asked often. Font size is a somewhat personal thing and everyone has a different opinion about adding, potentially, many hundreds of extra configuration settings to change font style without having to know the fundamentals of HTML, CSS or webcraft. The font sizes used in Kunena are based on the font size of the Joomla site template and (in many cases) they may appear a little smaller than how the text finally renders after a forum message is posted.
Based on what is written in this topic - and verified using web design tools such as Firebug (an add-on for Firefox) which, in my opinion, is something that everyone should equip themselves with and learn how to use - you need to add the following three lines to the end of your Joomla site template:
Code:
#Kunena table#kpostmessage .ktxtarea {
font-size: 125%;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 14 years 5 months ago by sozzled.
Please Log in or Create an account to join the conversation.
- Acidrainopg
-
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
14 years 4 months ago #113533
by Acidrainopg
Replied by Acidrainopg on topic Re: [RESOLVED] Font size in message editor is too small; users cannot read it
Thank you so much for this easy and straight forward fix!
Please Log in or Create an account to join the conversation.
Time to create page: 0.252 seconds