Page 21 of 22 FirstFirst ... 1119202122 LastLast
Results 201 to 210 of 214
  1. #201
    Join Date
    Jun 2007
    Location
    Eustis, Florida, USA, EARTH
    Posts
    836
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Yes I have a plugin directory and yes lineheight is in it.

  2. #202
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Has anyone gotten the color button to work? I cannot. I used the online builder (https://ckeditor.com/cke4/builder) uploaded and extracted the zip, logged out and back into Zen Cart but there is no button in the tool bar. This is the config.js

    CKEDITOR.editorConfig = function( config ) {
    // Define changes to default configuration here.
    // For complete reference see:
    // https://ckeditor.com/docs/ckeditor4/...OR_config.html

    // The toolbar groups arrangement, optimized for two toolbar rows.
    config.toolbarGroups = [
    { name: 'clipboard', groups: [ 'clipboard', 'undo' ] },
    { name: 'editing', groups: [ 'find', 'selection', 'spellchecker' ] },
    { name: 'links' },
    { name: 'insert' },
    { name: 'forms' },
    { name: 'tools' },
    { name: 'document', groups: [ 'mode', 'document', 'doctools' ] },
    { name: 'others' },
    '/',
    { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
    { name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi' ] },
    { name: 'styles' },
    { name: 'colors' },
    { name: 'about' }
    ];

    // Remove some buttons provided by the standard plugins, which are
    // not needed in the Standard(s) toolbar.
    config.removeButtons = 'Underline,Subscript,Superscript';

    // Set the most common block elements.
    config.format_tags = 'p;h1;h2;h3;pre';

    // Simplify the dialog windows.
    config.removeDialogTabs = 'image:advanced;link:advanced';
    };

  3. #203
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,286
    Plugin Contributions
    125

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Please note that a patch for the security dialog shown in CKEditor has been posted. See

    https://www.zen-cart.com/downloads.php?do=file&id=1098
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #204
    Join Date
    Nov 2020
    Posts
    282
    Plugin Contributions
    1

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    I just installed the patch, my template has a few admin areas where ck editor is not wanted. is there an easy way to do this?

    My attempts so far have resulted in it not loading at all when trying to add an exclusion for those pages. plus side is my home page banner is correct, downside is that i have to remember too swap out the patch file with my modified one so i can edit this button every few weeks. the page relies on entry of raw source code with an edit of what needs to change such as search terms in the search url and css for the button. when ck editor is active, even if i select the source code option and paste in code from a saved snippet that works... it malforms it into a css rule with the banner underneath it and then the link to the search term on plain text opposed to the expected nice button of text on the banner my homepage for all too see :/

    i'm trying to stop it loading on "wt_wokiee_banner_manager" and "wt_wokiee_slideshow_manager" and no doubt some more in the future as i change something else i do not alter as often.

  5. #205
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,286
    Plugin Contributions
    125

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    You can add the class "noEditor" to the call to the zen_draw_textarea_field() function, and then ckEditor will not be displayed.

    So instead of the last parameter being

    'class="editorHook form-control"');

    use

    'class="noEditor form-control"');
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #206
    Join Date
    Nov 2020
    Posts
    282
    Plugin Contributions
    1

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    perfect thankyou. I was starting to suspect editing ckeditor.php was not the solution

  7. #207
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,337
    Plugin Contributions
    94

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Noting that ckeditor5 (don't know if the same is true of the previous version) converts
    Code:
    <div class="float-left pr-3">Some text</div>
    to
    Code:
    <p>Some text</p>

  8. #208
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Quote Originally Posted by lat9 View Post
    Noting that ckeditor5 (don't know if the same is true of the previous version) converts
    Code:
    <div class="float-left pr-3">Some text</div>
    to
    Code:
    <p>Some text</p>
    yeah, I ran into this a few days ago. It won't allow me to use the source button to add a class. Once I accessed the page without the editor and added it, it stuck. Definitely not the way previous versions worked.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  9. #209
    Join Date
    Dec 2022
    Location
    Delanson, NY
    Posts
    2
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin

    I use CK Editor and it is prompting me to update to version 5, do I get the update from this forum (I saw a place to download)? I just don't want to mess up my store

  10. #210
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Support Thread for CKEditor Plugin

    Quote Originally Posted by Heidisgarden View Post
    I use CK Editor and it is prompting me to update to version 5, do I get the update from this forum (I saw a place to download)? I just don't want to mess up my store
    Yes. https://www.zen-cart.com/downloads.php?do=file&id=1098

 

 
Page 21 of 22 FirstFirst ... 1119202122 LastLast

Similar Threads

  1. v150 Support Thread for Google reCAPTCHA plugin
    By David Allen in forum All Other Contributions/Addons
    Replies: 672
    Last Post: 25 Feb 2025, 12:17 PM
  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