I’m finding the use of any RTE in EE 7.4.11 is a big pain, especially for a client (end user). Currently trying RedactorX Full.
The text formatting is extremely bad. Seems the h tags get wrapped around whatever it wants, p and br tags bloat up the code as well. I’m finding this experience really poor. Anyone having issues or have any solutions to this?
You’re not alone in finding the use of RTEs in EE 7.4.11 challenging, especially for clients. RedactorX Full has issues with text formatting, such as inconsistent <h>
tags and excessive “ and tags that clutter the code. This can make the editing experience frustrating. Some users have reported similar problems and suggest looking into alternative editors or tweaking the settings in RedactorX to improve formatting control.
Hello, if the complexity of RedactorX is causing issues, consider switching to a simpler RTE or using Markdown. Markdown can provide a cleaner syntax and may be easier for clients to manage. If you have development capabilities, consider implementing a post-processing hook that cleans up the HTML after content is saved. This could remove excess tags or reformat headings.
Common Issues with RTE in EE 7.4.11 HTML Tag Wrapping:
RTEs often automatically wrap content in tags like <h> or , which can lead to unexpected formatting. This behavior can sometimes be adjusted in the editor settings. Excessive and Tags:
The bloating of code with unnecessary tags can make the HTML messy. This often happens due to the way the editor handles line breaks and paragraph spacing. Potential Solutions Editor Configuration:
Check the configuration settings for RedactorX. You may find options to control how tags are handled, such as disabling automatic wrapping or adjusting the formatting settings. Custom CSS:
You can apply custom CSS to override default styles. This might help in managing how headings and paragraphs are displayed. Switching Editors:
If RedactorX continues to cause issues, consider testing other RTE options compatible with EE 7.4.11. Sometimes switching to a different editor can resolve persistent formatting problems. Manual Cleanup:
After editing, manually clean up the HTML before saving. This can be tedious but may help maintain cleaner code. Community Support:
Engage with the ExpressionEngine community forums or support channels. Other users may have faced similar issues and can provide insights or solutions.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.