Hi All,
Considering this has not been reported before, I am assuming I am doing something wrong and it is not a bug.
I have Wysiwyg (7.x-2.1), TinyMCE (3.5.2), IMCE (7.x-1.5) and IMCE Wysiwyg API bridge (7.x-1.0) installed on Drupal 7.14. I have enabled the various buttons for the editor (Image, Bold, Italic, Advanced image, IMCE and so on).
When I create/edit content, all of the buttons appear as they should do. I want to upload an image and assign it a class. So I do the usual, click on the image icon, use IMCE to upload and insert an image. That all works fine. However on the image properties box, there is no text area for entering a class (see attached screenshot). My understanding, and I am sure this is what I ahve done a thousand times before, is that beneath the style box there should appear a "class" box where I can enter my own classes.
So:
1) Have I missed something in my set-up? If so can someone tell me what?
2) If not, can anyone replicate this?
Regards,
Nick
| Comment | File | Size | Author |
|---|---|---|---|
| screen capture 2012-6-7-11-25-43.png | 15.52 KB | nickbits |
Comments
Comment #1
alanom commentedThere's normally a drop-down list of classes. Rather than a text box, it's a list of pre-defined CSS classes, and these need to be loaded somehow. If it's not showing, that probably means they're failing to load.
Check your settings in WYSIWYG profiles under the "CSS" section - my guess is that you've got it set to "Define CSS" with a broken link or a link to a broken CSS file, so it can't load CSS classes.
(it's also possible the CSS file isn't strictly speaking broken, but is unconventially formatted in a way which causes a parser to freak out)