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.

#112932 JCE Pro 2.9.33 / Joomla 3.10.11 problème with content plugin pagebreak

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 roland_d_alsace on Monday, 30 January 2023 18:32 GMT

roland_d_alsace
Hi. Since some version then hr tag is modified from

<hr class="system-pagebreak" title="The title" />
to

<hr class="system-pagebreak" title="The title">
So the native Joomla content plugin pagebreak with option tabs option don't run. It's a problem. Reagards

Ryan
When the Doctype option in the JCE Global Configuration is set to HTML 5, then a strict HTML 5 schema is used, which removes the backslash on "self-closing" tags.

The pagebreak plugin in Joomla 3 does not support this (it does in Joomla 4).

A quick fix for this is to set the Doctype option in the JCE Global Configuration to Mixed, so the backslash is included in the hr tag.

Ryan Demmer

Lead Developer / CEO / CTO

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

roland_d_alsace
Thanks Ryan.