Support » Plugin: CKEditor for WordPress » Buttons messed up on version 4.0!

  • Hi. I’ve just installed version 4.0, and all the buttons (on the editor) have been messed up! I can’t see a lot of them, the RTL/LTR is not showing good (only the LTR is showing, and I need the RTL one, as I’m using the Hebrew version of WordPress 3.4.2). In short, until this is fixed I have no other choice than to disable it and look for something else (or use the WordPress default).

    http://wordpress.org/extend/plugins/ckeditor-for-wordpress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wiktor

    (@wiktor)

    In ckeditor.config.js around line 37, change one line:

    From:

    { name: 'paragraph',   groups: [ 'list', 'indent', 'blocks', 'align' ] },

    Into

    { name: 'paragraph',   groups: [ 'list', 'indent', 'blocks', 'align', 'bidi' ] },

    and clear browser cache.

    Plugin Author wiktor

    (@wiktor)

    Also if you’re missing some buttons, maybe you’ll feel better with the Full toolbar?

    By default the WordPressFull toolbar has certain buttons disabled. You may bring them back by modifying this setting:

    config.WordpressFull_removeButtons = 'Save,NewPage,Preview,Print,Templates,CreateDiv,PageBreak,Subscript,Superscript,Styles';
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Buttons messed up on version 4.0!’ is closed to new replies.