some font settings doesnt not work in WSYG editors

February 2014 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Sep 18, 2014 2:42 pm
Reply with quote
Report this post
Hello,
I have same problems with font settings in JCE and also in tinyMCE editor. For example bold tag or unordered list dont work. I can see bold font in editor but it does not reflect on website. It seems like this template or some settings ignore <bold> and <li> tags, Other text formating tags like <H5><H4>,<p> <div> works fine.
So, what I do wrong? And please recomend me suitable WSYG editor for this template.
Thanks.
User avatar
Junior Boarder

GK User
Thu Sep 18, 2014 3:47 pm
Reply with quote
Report this post
Hi,
it's also because how editors uses Joomla template resources.
JCE and TinyMCE are clever tools.

so okey, how to fix it.
1) You have to override <b> and <strong> property .

Code: Select all
#gkMainbody b, #gkMainbody strong {
    color: #111;
    font-weight: 700;
}


this should help in articles, if not use different font color : #000, or 800 for FW
User avatar
Platinum Boarder

GK User
Thu Sep 18, 2014 3:50 pm
Reply with quote
Report this post
:!: Don't forget that there are so many fonts so they have different appearance also for "bold" value.
----
About <li> - please check our class'es for them: http://demo.gavick.com/joomla25/news2/i ... typography
User avatar
Platinum Boarder

GK User
Sun Sep 21, 2014 10:25 pm
Reply with quote
Report this post
Oscar E wrote::!: Don't forget that there are so many fonts so they have different appearance also for "bold" value.
----
About <li> - please check our class'es for them: http://demo.gavick.com/joomla25/news2/i ... typography


Thank you. And what about Ordered list ? Are there any template icons for this like in unordered list?
User avatar
Junior Boarder

GK User
Tue Sep 23, 2014 7:37 am
Reply with quote
Report this post
If you didn't saw in Typography section on demo page.
It means - no.
But you can easily add yours concepts - only few lines of css.
User avatar
Platinum Boarder


cron