Reputation: 1083
recently I implemented a file upload system into my ckeditor but when I want to display notifications they appears without style.
Do ckeditor come with default classes for these or I need to create manually? If I need to create them, how can I make them? I know notifications have "cke_notifications" and "cke_notifications_typeofnotification" classes.
Thanks.
Upvotes: 2
Views: 633
Reputation: 2239
It seems you are using a third-party skin that wasn't updated to provide CKEditor 4.5+ compatibility. Some new features that were introduced back then (notifications and the "busy" state) required skin authors to introduce some changes - it seems the author of this skin did not do it.
Here is the complete guide explaining what needs to be done to update the skin. You may wish to contact its author and ask for these changes to be introduced and try to fix it by yourself.
Upvotes: 3