Re: Support Thread for CKEditor Plugin
All,
I just installed zencart 1.5.4 plus the ckeditor (zen-cart-v1.5.4-12302014). If I now (in admin) goto Tools -> Define pages pages editor I get everything as expected. If I now select at Text Editor the CKEditor from the dropdown. It shows me quickly the CKEditor choice but then jumps back to Plain Text.
In the apache access log I find:
Code:
10.0.0.1 - - [01/Mar/2015:17:34:30 +0100] "GET /winkel154/winkeladmin/define_pages_editor.php?reset_editor=2&action=set_editor HTTP/1.1" 302 - "http://www.praktijk-dekorenbloem.nl/winkel154/winkeladmin/define_pages_editor.php" "Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0"
10.0.0.1 - - [01/Mar/2015:17:34:31 +0100] "GET /winkel154/winkeladmin/define_pages_editor.php HTTP/1.1" 200 19162 "http://www.praktijk-dekorenbloem.nl/winkel154/winkeladmin/define_pages_editor.php" "Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0"
This also happens if I use chrome in stead of firefox.
Anybody got a clue what I'm doing wrong??
TIA,
Arjan ten Hoopen
Re: Support Thread for CKEditor Plugin
All,
Found it!!! forgot to install one file of ckeditor ..... sorry.
Thanks!!
Arjan
Re: Support Thread for CKEditor Plugin
Hi
I am using Zencart 1.5.1 classic green template and the latest CK editor from zencart add-ons that was updated last December.
It is working fine.
My problem is I want to add a couple of extra font sizes to the drop down list of sizes in the box you see when you want to edit products, so I can select the new sizes..
I added the extra ones to the list of font sizes (CKEDITOR.config.fontSize_sizes=) in config.js and ckeditor.js. They then show up in the dropdown list of sizes but as blank, there are no names.
For example if I add 20b/21px then the 20b does not show up, just a blank. If I click on the blank then I can set the font selected in the box to the size 21px.
Am I updating in the correct places?
Re: Support Thread for CKEditor Plugin
Quote:
Originally Posted by
marton_1
Hi
I am using Zencart 1.5.1 classic green template and the latest CK editor from zencart add-ons that was updated last December.
It is working fine.
My problem is I want to add a couple of extra font sizes to the drop down list of sizes in the box you see when you want to edit products, so I can select the new sizes..
I added the extra ones to the list of font sizes (CKEDITOR.config.fontSize_sizes=) in config.js and ckeditor.js. They then show up in the dropdown list of sizes but as blank, there are no names.
For example if I add 20b/21px then the 20b does not show up, just a blank. If I click on the blank then I can set the font selected in the box to the size 21px.
Am I updating in the correct places?
thats a question best asked on the ckeditor website. Zen Cart doesn't interfere with anything related to that.
Re: Support Thread for CKEditor Plugin
Quote:
Originally Posted by
DrByte
thats a question best asked on the ckeditor website. Zen Cart doesn't interfere with anything related to that.
Thanks..............
Re: Support Thread for CKEditor Plugin
Ok, I'm going batty trying to figure this out on my own!
I am using CKEditor 4.4.6 on a ZC1.5.4
CKE installed and seems to be working just fine... only I can't figure out how to configure the tool bar!
I have a very basic set of buttons (bold, italic, bullet list, etc), but I'm missing some very important stuff. Specifically, things like text alignment buttons (center, justify, etc).
Can somebody point me in the right direction? Thanks!
Re: Where did the left/right/center justify go?
Thanks to stevesh!
In case anybody else comes along and wants to accomplish the same, there is a bit more involved.
First, download the addon:
http://ckeditor.com/addon/justify
Unzip the file, then upload the folder "justify" directly into /editors/ckeditor/plugins
Next, open this file /editors/ckeditor/config.js and add the following snippet:
config.extraPlugins = 'justify';
It's up and running smooth for me. Best of luck!
Re: Where did the left/right/center justify go?
All: Any thoughts about having a second version of the plugin offering the Full CKEditor package instead of Standard?
Re: Where did the left/right/center justify go?
Quote:
Originally Posted by
swguy
All: Any thoughts about having a second version of the plugin offering the Full CKEditor package instead of Standard?
The full editor just causes extreme feature-bloat for no added value. But anyone can grab the latest "full" and upload it to their site in a few minutes, after installing the plugin.
Which specific additional plugin features are being begged for regularly?
Re: Where did the left/right/center justify go?
Someone wanted the ability to change fonts. I could do it as a one-off if there's no widespread interest.