Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CKEditor misses some buttons #405

Closed
mhcwebdesign opened this issue Jan 30, 2013 · 3 comments
Closed

CKEditor misses some buttons #405

mhcwebdesign opened this issue Jan 30, 2013 · 3 comments

Comments

@mhcwebdesign
Copy link
Collaborator

The CKEditor 4 used in OpenCart 1.5.5.1 seems to ignore the following settings from the config.js:

    ['Font','FontSize'],
    ['TextColor','BGColor'],

They don't show up as buttons in the CKEditor menus.

@opencart
Copy link
Collaborator

fixed in latest commits

@missmonkee
Copy link

Where can I download the patch???

@goodspeed666
Copy link

You must be install the color button and panel button extra plugins of ckeditor.
And make the setting in the config.js, the it's work !

config.js
config.codemirror_theme = 'rubyblue';
config.extraPlugins = 'panelbutton';
config.extraPlugins = 'colorbutton';

add the line the config.toolbar section
['TextColor','BGColor'],

http://ckeditor.com/addon/colorbutton
http://ckeditor.com/addon/panelbutton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants