Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
I don't know.You may want to check the CKeditor site
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
For anyone searching for the solution this worked for me add the following line
ToCode:config.extraAllowedContent = 'p(*)[*]{*};div[id]';
/editors/ckeditor/config.js
My config.js file looks like this:
Code:/** * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.editorConfig = function( config ) { config.extraAllowedContent = 'p(*)[*]{*};div[id]'; // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; };
DrByte has posted an updated version, available here: http://www.zen-cart.com/downloads.php?do=file&id=1098
Hi All,
I'm thinking this is a simple fix, I just don't know where to look. I have ckeditor on several sites, all have the same issue. But the site I'm working on now is a fresh install of ZC154. I have added (in this order):
• Backup mySQL
• Template
• ckeditor
• IH4
• colorbox
HERE IS THE PROBLEM:
When editing a page in ck, images show as broken links, though they look fine on the store.
If I look at SOURCE and then add "http://mysite.com/", the image shows up fine. So it's just when it looks for an image that is relative (not specifically mapped). My stores are all contained on mysite.com, not mysite.com/store.
Anybody know how to fix this?
Thanks!
try adding a / in front of the relative path.
So it becomes something like /images/your_mage.jpg
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
Yaaaay Design75!
Man, how dumb!!! Thank you!
Bookmarks