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.

#115380 Heading have dot in front, after update to 2.9.55

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 Ryan on Wednesday, 29 November 2023 16:44 GMT

dhillock
Hello,

I updated to JCE Pro 2.9.55 and since then I have dots in front of my headings. See the attached.



I was running Joomla 5.0.0, but later today I updated to 5.0.1, but the problem persists.

Your feedback is appreciated.

David

Attachments

Ryan
Please post a link to an example article on your site.

Ryan Demmer

Lead Developer / CEO / CTO

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

dhillock
You have to be logged into the frontend of the website to see this. How can I post your temporary login credentials, privately?

Ryan
Please send them using this form - https://www.joomlacontenteditor.net/contact/site-login

Ryan Demmer

Lead Developer / CEO / CTO

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

Ryan
This is caused by the way Joomla renders multiple fields on a page, using a list element, eg:

<ul>
<li></li>
<li></li>
</ul>
which by default is renders each item prefixed with a middot character. I have fixed this on your site by adding the following to the CSS Code block in the Yootheme Settings -> Custom Code.

.fields-container {
  list-style: none;
}

Ryan Demmer

Lead Developer / CEO / CTO

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

dhillock
I have been a JCE Pro customer for 12 years...and this is why.

Thank you so much for looking after this. I did Update YOOtheme the day before updating JCE and that's why I thought that a JCE change was responsible.

Consider the matter closed.

David

Ryan
I have been a JCE Pro customer for 12 years...and this is why.


Thank you for your continued support! 😃

Ryan Demmer

Lead Developer / CEO / CTO

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