emidi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual Editor now strips HTML comments (new in 3.2)… How to prevent?I have tried adding
function mod_mce($initArray) {
$initArray[‘verify_html’] = false;
return $initArray;
}
add_filter(‘tiny_mce_before_init’, ‘mod_mce’);to the functions.php file, but that does not stop it either.
Anyone with some good advice?
Forum: Fixing WordPress
In reply to: Visual Editor now strips HTML comments (new in 3.2)… How to prevent?sarumbear, I totally agree the visual editor making changes to the HTML is bloody annoying!
jrhall, thanks for the link but the plugin is not working for me. At first I thought maybe it is just a problem with the theme I am using but I have tested it on a another theme with all the other pluggins disabled and it still does not stop the visual editor from changing the code.
Any suggestions?
Thanks in advance.Thank you both. Sometimes all you need is a point in the right direction. That worked well.
sure it’s