Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter websperations

    (@websperations)

    Try this again:

    [pro-player width="611" height="376" playlist="right"]https://new.elocutionsolution.com/video/Accent_Reduction.flv,https://new.elocutionsolution.com/video/Speech Improvement_0001.flv,https://new.elocutionsolution.com/video/Vowels.flv[/pro-player]

    How can I stop this from happening?

    Micah

    You’ll have to edit your config file in order to keep it from processing html entities.

    Edit the file /wp-content/plugins/fckeditor-for-wordpress-plugin/ckeditor/config.js

    and add these lines:

    config.entities = false;
    config.entities_greek = false;
    config.entities_latin = false;
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Dean's FCKEditor For WordPress] HTML Special Character Issue’ is closed to new replies.