On an absolute brand new Drupal 7.26 instance (haven't installed any modules other than WYSIWYG) I downloaded the full CKEditor 4.3.4 with "Justify" plugin and installed both 7.x-2.2 AND 7.x-2.x-dev WYSIWYG module and the alignment button images will not show up. The buttons show up, and they work when you check them off, but the PNGs will not.

See the attached image. I checked the source code for other button images that were showing and they were using a sprite that had all the other images already inside. I have tried everything and since it seems the images are created by ckeditors library I'm even more stumped because this was not an issue in CKEditor 3.

CommentFileSizeAuthor
Screen Shot 2014-04-02 at 4.53.12 PM.png11.33 KBdremy
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dremy’s picture

Priority: Major » Normal
Status: Active » Closed (fixed)

Solved. Okay. You must:

  1. Download CKEditor Full as demonstrated above. Make sure you add the "Justify" plugin as you customize.
  2. Extract and move into sites/all/libraries
  3. Ensure its named 'ckeditor'
  4. Set a text format to 'CKEditor #...' and click configure
  5. Click the 'Left Align', 'Center', 'Right Align', or 'Justify' buttons
  6. Clear the cache on Drupal AND clear the cache in your browser (the one step I did not do).
  7. Go and add a content type
  8. Smile :)