Page 1 of 1

Urgent Need Help CKEditor in 1.5.5.1 Missing Buttons

Posted: Fri Mar 08, 2013 2:03 am
by nickt15
Urgent Need Help CKeditor in 1.5.5.1 Missing Buttons, ex: font size, color, etc..

I have searched this forum and GITHUB https://github.com/opencart/opencart/issues/405 says the problem is solved but I can't find exactly where the fix is ?

I have a site I am working on & I need this to work now, the next step in my project is to add products and content & I really need this to work, please anybody that can point to the url for where the patch is or can give me the code fix here, would be very much appreciated. I have done a lot of work on the new site & if this doesn't work I have to go back to 1.5.4.1 & don't want to do that, any help will really be appreciated !!

Re: Urgent Need Help CKEditor in 1.5.5.1 Missing Buttons

Posted: Sun Mar 10, 2013 7:40 am
by saosangmo
First, download plugins you need:
Font: http://ckeditor.com/addon/font
Text alignment: http://ckeditor.com/addon/justify

Then extract and upload them to admin/view/javascript/ckeditor/plugins
open admin/view/javascript/ckeditor/config.js
Go to line 19 -> add this line:

Code: Select all

config.extraPlugins = 'justify,font';

Re: Urgent Need Help CKEditor in 1.5.5.1 Missing Buttons

Posted: Thu Mar 14, 2013 7:54 am
by American
You're a good man ... fixed my problem too.

Thanks!

Re: Urgent Need Help CKEditor in 1.5.5.1 Missing Buttons

Posted: Wed Mar 20, 2013 12:10 am
by test1.0
thanks mate, worked perfectly! ;D

Re: Urgent Need Help CKEditor in 1.5.5.1 Missing Buttons

Posted: Wed Mar 20, 2013 8:28 am
by American
saosangmo wrote:First, download plugins you need:
Font: http://ckeditor.com/addon/font
Text alignment: http://ckeditor.com/addon/justify

Then extract and upload them to admin/view/javascript/ckeditor/plugins
open admin/view/javascript/ckeditor/config.js
Go to line 19 -> add this line:

Code: Select all

config.extraPlugins = 'justify,font';
Actually, I wasn't paying attention. I forgot to add the justify code, when I do it breaks the ckeditor. Also, I do not have font color.

I've attached a screen shot of my ckeditor buttons in product edit mode. I need more buttons...

Re: Urgent Need Help CKEditor in 1.5.5.1 Missing Buttons

Posted: Fri Apr 05, 2013 10:30 pm
by maggie2013
Hi. i need more buttons too......anyone know that?

Re: Urgent Need Help CKEditor in 1.5.5.1 Missing Buttons

Posted: Fri Apr 05, 2013 11:32 pm
by justcurious
Make a backup copy of admin/view/JavaScript/ckeditor/config.js

Open the file to edit. Change:

Code: Select all

config.toolbar = 'Custom';
To:

Code: Select all

config.toolbar = 'Full';
Or edit the custom section to include the elements you want from the config.toolbar_full section.

REMEMBER TO BACKUP THE FILE BEFORE YOU DO THIS!!!

Re: Urgent Need Help CKEditor in 1.5.5.1 Missing Buttons

Posted: Tue Jun 18, 2013 10:02 pm
by JackDavis
Just for anybody else who is having this issue after upgrading their OpenCart installation. Setting the config file (as in the post above) is right but change it to 'Standard' instead of 'Full'. 'Full' is their premium editor I believe so 'Standard' will bring all the styling buttons back.

The file is at admin/view/JavaScript/ckeditor/config.js

Hope this helps!

Jack

Re: Urgent Need Help CKEditor in 1.5.5.1 Missing Buttons

Posted: Sat Jul 27, 2013 12:02 am
by stemon
Hi.

What are the chances to do this fix and lose all the info (txt/imgs) that I have already in my site.

Thanks all

Re: Urgent Need Help CKEditor in 1.5.5.1 Missing Buttons

Posted: Thu May 08, 2014 7:47 pm
by PlatinumPlace
Why, Why, Why, are these options not standard for the description editor?
The most basic things I do is change a font and center text, but I had to spend an hour working it all out, downloading, uploading and editing cfg files.

Seems a little crazy to me :-)

Regards,

Andy