• I tried this out. While I’ve had no problems at all, any page that I create with the editor leaves all of the javascript in 2 spots on the finished page when viewing the site.

    It’s not supposed to add the code to the finished page is it?

    <script type='text/javascript'>window.CKEDITOR_BASEPATH="wp-content/plugins/ckeditor-for-wordpress/ckeditor/";var ckeditorSettings={"textarea_id":"comment","pluginPath":"/wp-content\/plugins\/ckeditor-for-wordpress\/","autostart":true,"qtransEnabled":false,"outputFormat":{"indent":true,"breakBeforeOpen":true,"breakAfterOpen":false,"breakBeforeClose":false,"breakAfterClose":true},"configuration":{"height":"120px","skin":"kama","scayt_autoStartup":false,"entities":true,"entities_greek":true,"entities_latin":true,"toolbar":"WordPressBasic","templates_files":["/wp-content\/plugins\/ckeditor-for-wordpress\/ckeditor.templates.js"],"stylesCombo_stylesSet":"wordpress:/wp-content\/plugins\/ckeditor-for-wordpress\/ckeditor.styles.js","customConfig":"http:\/\/www.hotbluemedia.com\/wp-content\/plugins\/ckeditor-for-wordpress\/ckeditor.config.js"},"externalPlugins":[],"additionalButtons":[]}</script><style type="text/css">#content
    table.cke_editor{margin:0}#content table.cke_editor tr
    td{padding:0;border:0}</style>

    It puts all that in the head after the feed include and then at the bottom of the page just before the google analytics code.

Viewing 2 replies - 1 through 2 (of 2 total)
  • michal

    (@michal_cksource)

    These settings should be in page “head”. We will check why this code is in 2 places. Thank you for notice this.

    Thread Starter cbunting99

    (@cbunting99)

    After checking into the issue with the editor, I was having issues with PHP 5.3. I just made another post outlining that as I think a lot of the upgrade issues people are having are related to something with php 5.3.

    I’m back on php 5.2 now. Since everything else is now running correctly, I will see if that happens to fix the editor as well.

    Thanks for the reply.
    Chris

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[ckeditor] Javascript left in 2 spots on created page.’ is closed to new replies.