legomolina
legomolina

Reputation: 1083

Notifications style for ckeditor

recently I implemented a file upload system into my ckeditor but when I want to display notifications they appears without style. Notification

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

Answers (1)

Anna Tomanek
Anna Tomanek

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

Related Questions