Re: Support Thread for CKEditor Plugin
V157 built in CKEDITOR
When adding or changing a product on the product description page, I can click on the text color selection and click on a color to select it.
Unfortunately, I am partly color blind so sometimes I come up with weird color selections or color mismatches in the same block of text.
Consequently, I prefer to use the HTML color codes but this option is not offered. Is there an easy way to add this?
I know I can click on the source code and change the color codes manually but that is a bit tedious.
Re: Support Thread for CKEditor Plugin for Zen Cart
Hi,
I have update Zendcart Version latest. After that CKEditor Image Upload is gone but it's in html code. We have to enable the Upload Button now. But After upload image showing error as "Image Source Url Missing". Please find the screenshot : https://prnt.sc/11i8g1x
Can you please share the step to fix this issue.
Thanks in Advance
Re: Support Thread for CKEditor Plugin for Zen Cart
ckeditor in 1.5.7 shows up in the banner manager with no option to turn it off. And it has issues there like editing the source code and it disappearing in admin but the change is actually in the database.
I did have an older version installed before but removing everything has not made a difference.
Since it's now in the default zc, should these questions be posted in a more general area than the plugin here?
Re: Support Thread for CKEditor Plugin for Zen Cart
edit admin/banner_manager.php and change
class="editorHook form-control"
to
class="form-control"
Re: Support Thread for CKEditor Plugin for Zen Cart
Re: Support Thread for CKEditor Plugin for Zen Cart
Maybe create a PR for this? It might actually be a bug - not sure CKEditor is a good match for Banner Manager. I will leave it to you.
Re: Support Thread for CKEditor Plugin for Zen Cart
good question but since there is no choice of editor or not, I would call it a bug. Though having the editor in there could be helpful, I've always preferred my clients not monkey with it but that doesn't mean it should not have the editor if works properly which it doesn't right now. So definite screwiness. Shall we just throw it out there and let others decide?
Re: Support Thread for CKEditor Plugin for Zen Cart
Be bold and mighty forces will come to your aid. Create a PR and assert your position that it's a bug.
Re: Support Thread for CKEditor Plugin for Zen Cart
Thanks for making me laugh!
I would have to reset up all github related stuff. Too much time involved. Note I said "we" in my last post.
Re: Support Thread for CKEditor Plugin for Zen Cart
Trying to add lineheight to the menu....not having much luck. Been to the config.js added this:
Code:
config.extraPlugins = 'font,justify,lineheight,colorbutton,iframe';
{ name: 'styles', items: [ 'Styles', 'Format', 'FontSize', 'lineheight' ] }
config.line_height = "1px;1.1px;1.2px;1.3px;1.4px;1.5px";
But that just made define page editor crash. Removing the plugin modification brought it back.