Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Wyvern Style Menu not populating…

Status Resolved
Add-on / Version
Severity Critical
EE Version 16

maoStudios

May 30, 2012

I have cleared my cache and ensured my paths in the settings are correct, but I can’t for the life of me get the “Style” menu to populate. I am trying to get “Image on Left” and “Image on Right” to show to control how an image floats. The style menu is enabled and shows up, but it isn’t populated with any styles. I have confirmed that I have the image selected in the editor, as I am aware that the styles menu is context-sensitive.

Do I need to add something in the Extra CKEditor Config Options box? I just assumed that the style configuration is already set in the second preference option to the custom JavaScript file:

Path in settings to custom JavaScript file: /css/ckEdit.js

Contents of /css/ckEdit.js file:

CKEDITOR.addStylesSet( 'my_styles',
[
{ name : 'Left Image', element : 'img', attributes : { 'class' : 'left' } },
{ name : 'Right Image', element : 'img', attributes : { 'class' : 'right' } }
]);

FYI - I tried to attach a screenshot of my settings, but the “plus” icon wouldn’t work for me to add one…

Thanks for the assistance!

#1

BoldMinded (Brian)

Hi there. Sorry for the delay, but I’ll give this a look on Thursday.

#2

Brian Litzinger

Do you see any 404s for files not found in Console or Firebug? Any JS errors there?

#3

maoStudios

Hey, I figured it out. I was updating the site from a previous 1.6.8 build which used MX unieditor… so my ckEdit.js file had:

CKEDITOR.addStylesSet( ‘my_styles’, [ …

instead of

CKEDITOR.addStylesSet(‘wyvern’, [

Also, how does your system notify of responses? I don’t use Twitter much, so I am rarely logged in, and I didn’t get any email notification of your replies…

#4

BoldMinded (Brian)

Ah, I see. Glad you figured it out.

It should send an email to whatever email address is on to your Twitter account. I’m going to add Facebook auth as well eventually too.

Login to reply