Hello,
I've been trying to add CKEditor to the CMS I've been working on.
Funny thing is that no toolbar is showing when invoking the script. The script itself works, it changes the textarea to CK instance but no toolbar (top and bottom) is shown.
From the same folder, samples, I can view all examples, everything works just fine, but even if I copy the source code and paste it to the PHP file - the icons go missing.
To illustrate this issue I have made screenshots of it.
http://postimg.org/image/p1cx72l37/1
Can anyone help me out here?
Thanks a lot.
Cheers,
Greg
Do you get the same problem
Do you get the same problem with other skins, like Moono or Kama? This is a strange issue. There's no reason why it would do that, unless you have some funky setup.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Howdy
Hey Seb,
thanks for your reply.
I have downloaded bunch of other versions with different skins - all of them display the page in the very same style, no toolbars.
Edited: and I haven't used any funky settings, just the initial stuff :)
Solved.
CSS was the problem.
By standard I disable all <span> elements setting them to display: none;
That caused the problem, and it was on my end all the time. The CKEditor works like a charm!
Thanks,
Cheers,
Greg