You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#104840 Red coloured text when (emphasis) tag is used

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by idrive72 on Saturday, 29 January 2022 14:11 GMT

gebro
Hi there,

first of all, the basic data of my site:
Joomla Germany Version 3.9.20
JCE Pro 2.8.14
Example page: https://www.druck-temperatur.de/de/produkte/druck/druckkalibriergeraete/kalibrierhandtestpumpen/lr-cal-lpp08.html

All italic parts of text are shown in red color (on all browsers).

The source code is:
<h1>Modell <span style="color: #0b836c;">LR-<em>Cal</em></span> LPP 08</h1>

Why is the part between <em> and </em> shown in RGB 255,0,0 = red color???

Firefox Inspektor:


I also made a test page on this site: https://www.druck-temperatur.de/de/impressum/test.html

Here the normal text, when starting "italic" becomes RED color.

I made no changes in the template. In my opinion I just updated JCE Pro.

What could be the reason here?

Best Regards
Gerd


Attachments

Ryan
Example page: https://www.druck-temperatur.de/de/produkte/druck/druckkalibriergeraete/kalibrierhandtestpumpen/lr-cal-lpp08.html

All italic parts of text are shown in red color (on all browsers).

The source code is:
<h1>Modell <span style="color: #0b836c;">LR-<em>Cal</em></span> LPP 08</h1>

Why is the part between <em> and </em> shown in RGB 255,0,0 = red color???


I am seeing all the italic text in green, in Firefox and Chrome.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

gebro
Hi Ryan, meanwhile I was able to fix this issue. Had nothing to do with the great JCE Editor. Had been caused by uikit.min.css...
Thank you - Gerd.

idrive72
[quotePost id="104845"]Hi Ryan, meanwhile I was able to fix this issue. Had nothing to do with the great JCE Editor. Had been caused by uikit.min.css...
Thank you - Gerd.[/quotePost]

Hi gebro, i also have the same problem. Can you please tell me how you solved?

Thank you

idrive72
Ok I solved it too. I too depended on uikit.min.css. For the record, it was enough to set the em selector color to unset.
Thanks and sorry for the banality.