Page 6 of 22 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 214
  1. #51
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Support Thread for CKEditor Plugin for Zen Cart - VIDEO AUTOPLAY

    Quote Originally Posted by ShopVille View Post
    Bump? oops message is too short...
    That is default CKEditor behaviour, it strips anything that is not html

  2. #52
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart - VIDEO AUTOPLAY

    Quote Originally Posted by Design75 View Post
    That is default CKEditor behaviour, it strips anything that is not html
    Any fix or alternative?
    (older version didn't do that?!)

  3. #53
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Support Thread for CKEditor Plugin for Zen Cart - VIDEO AUTOPLAY

    Quote Originally Posted by ShopVille View Post
    Any fix or alternative?
    (older version didn't do that?!)
    I don't know.You may want to check the CKeditor site

  4. #54
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Support Thread for CKEditor Plugin

    Quote Originally Posted by ShopVille View Post
    Quote Originally Posted by ShopVille View Post
    I noticed the lastest update i sstripping js, any fix?
    Bump?
    Not sure I understand what it is you're trying to do.

    By "older version didn't", which specific older version are you referring to exactly?
    .

    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.

  5. #55
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart - VIDEO AUTOPLAY

    Quote Originally Posted by ShopVille View Post
    I noticed the lastest update i sstripping js, any fix?
    For anyone searching for the solution this worked for me add the following line
    Code:
    config.extraAllowedContent = 'p(*)[*]{*};div[id]';
    To
    /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';
    };

  6. #56
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Support Thread for CKEditor Plugin for Zen Cart - VIDEO AUTOPLAY

    Quote Originally Posted by ShopVille View Post
    For anyone searching for the solution this worked for me add the following line
    Code:
    config.extraAllowedContent = 'p(*)[*]{*};div[id]';
    To
    /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

  7. #57
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart - VIDEO AUTOPLAY

    Quote Originally Posted by frank18 View Post
    DrByte has posted an updated version, available here: http://www.zen-cart.com/downloads.php?do=file&id=1098
    Does it address this issue?

  8. #58
    Join Date
    Apr 2010
    Posts
    897
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart - VIDEO AUTOPLAY

    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!

  9. #59
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Support Thread for CKEditor Plugin for Zen Cart - VIDEO AUTOPLAY

    try adding a / in front of the relative path.
    So it becomes something like /images/your_mage.jpg

  10. #60
    Join Date
    Apr 2010
    Posts
    897
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin

    Yaaaay Design75!



    Man, how dumb!!! Thank you!

 

 
Page 6 of 22 FirstFirst ... 4567816 ... LastLast

Similar Threads

  1. v150 Support Thread for Google reCAPTCHA plugin
    By David Allen in forum All Other Contributions/Addons
    Replies: 675
    Last Post: 2 Jun 2025, 09:57 AM
  2. Back to Top Plugin [Support Thread]
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 6 Feb 2016, 10:52 PM
  3. v151 Plug 'n' Pay plugin [Support Thread]
    By KetchRescue in forum Addon Payment Modules
    Replies: 5
    Last Post: 28 Nov 2015, 04:56 AM
  4. Justuno Plugin [Support Thread]
    By JustunoApp in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 24 May 2015, 11:00 PM
  5. VendingBox Plugin Support Thread
    By vb_support in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 10 Feb 2013, 07:24 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR