Simple problem. I have a front end post form to create a vanilla WordPress post. I insert a picture. I save, it shows correctly. I edit the post using the front end, the pictures are not there. Checking the picture, the link has been quoted.
So this is my correctly formatted post created using the form first time through – all good:
This is what I see if I then select the post through the WP User Front end and edit it:
And clicking on the broken photo placeholders:
So simply reopening the post breaks the formatting.
If I go into the backend editor I see this:
So it seems that the Rich Text Editor is incompatible with WordPress 6.6.1
Having Googled I’ve tried blocking the editor processing with:
// Add a hook.
add_filter( 'run_wptexturize', '__return_false', 10 );
using WPCode to insert but that does not seem to help.
What to do?
WordPress 6.6.1
Theme Fork Version: 1.0.8
WP User Frontend Version 4.0.11
However, this happens on Pixelite Events Manager too, it is a problem with the editor.
]]>in your admin area product description has no rich text editor, only html code supported. I tried to add rich text editors through list.php, it works but when i modify description through rich text editor and hit save catalog button, it won’t save data in mysql database.
I request you please describe the correct solution how to add Rich Text Editor to description text area in add product admin section.
]]>Is there a way to indent lists or a single line?
]]>I have also noticed that when I switch to another page builder (site origin builder, which I was trying to phase out by rebuilding pages using the nimble builder) the visual editor feature is gone and I can only edit in html mode.
This is turning into a real issue for me and I need to get it fixed. Please help!
# SITE_URL: https://www.ombusalon.com
# HOME_URL: https://www.ombusalon.com
# IS MULTISITE : No
# ACTIVE THEME : Customizr Pro 2.4.7
# WP VERSION : 5.6
# PERMALINK STRUCTURE : /%category%/%postname%/
# ACTIVE PLUGINS :
BackupBuddy: 8.7.2.0
Nimble Page Builder: 2.1.36
Page Builder by SiteOrigin: 2.11.8
Really Simple SSL: 4.0.7
SiteOrigin CSS: 1.2.13
SiteOrigin Widgets Bundle: 1.17.11
Yoast SEO Premium: 12.5.1
PHP Version: 7.4.11
MySQL Version: 5.6.49-cll-lve
Web Server Info: Apache
WordPress Memory Limit: 128MB
PHP Memory Limit: 256M
PHP Upload Max Size: 32M
PHP Post Max Size: 32M
PHP Upload Max Filesize: 32M
PHP Time Limit: 30
PHP Max Input Vars: 1000
PHP Arg Separator: &
PHP Allow URL File Open: Yes
WP_DEBUG: Disabled
Show On Front: page
Page On Front: organic + style (#85)
Page For Posts: (#0)
I have a paid plugin called zombify which integrates with Froala Editor v2. Files of Froala is under:
\zombify\assets\js\plugins\froala-editor
I have only css and js files under \froala-editor.
I want to use this plugin (froala editor) in another plugin other than zombify (eventprime) so that I can have froala rich-text editor for the description area in eventprime event submission form instead of wp-editor.
The related php code in eventprime goes like this:
<div class="em_input_row dbfl">
<div class="em_input_form_field">
<label class="em_input_label"><?php _e('Description','eventprime-event-calendar-management'); ?></label>
<?php wp_editor('','event_description',array('media_buttons'=>false)); ?>
</div>
</div>
Do you have any suggestions how to do it?
eventprime event submission form description field: https://ibb.co/Jntz8J1
zombify post submission form description field: https://ibb.co/zsXCqGL
It’s possible to replace a rich text editor like to TinyMCE or Trumbowyg instead of the default text area in Contact Form 7?
Thanks.
]]>It’s possible to use a rich text editor (TinyMCE) instead of the simple text editor in the textarea (multi-line)?
Thanks.
]]>