Page 7 of 21 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 202
  1. #61
    Join Date
    Feb 2015
    Location
    Netherlands
    Posts
    5
    Plugin Contributions
    0

    Default 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

  2. #62
    Join Date
    Feb 2015
    Location
    Netherlands
    Posts
    5
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin

    All,

    Found it!!! forgot to install one file of ckeditor ..... sorry.

    Thanks!!
    Arjan

  3. #63
    Join Date
    Apr 2013
    Location
    eglisau switzerland
    Posts
    567
    Plugin Contributions
    0

    Default 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?

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

    Default Re: Support Thread for CKEditor Plugin

    Quote Originally Posted by marton_1 View Post
    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.
    .

    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. #65
    Join Date
    Apr 2013
    Location
    eglisau switzerland
    Posts
    567
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin

    Quote Originally Posted by DrByte View Post
    thats a question best asked on the ckeditor website. Zen Cart doesn't interfere with anything related to that.
    Thanks..............

  6. #66
    Join Date
    Apr 2010
    Posts
    897
    Plugin Contributions
    0

    Default 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!

  7. #67
    Join Date
    Apr 2010
    Posts
    897
    Plugin Contributions
    0

    Default 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!

  8. #68
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,784
    Plugin Contributions
    124

    Default 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?
    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.

  9. #69
    Join Date
    Jan 2004
    Posts
    66,387
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Where did the left/right/center justify go?

    Quote Originally Posted by swguy View Post
    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?
    .

    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.

  10. #70
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,784
    Plugin Contributions
    124

    Default 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.
    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.

 

 
Page 7 of 21 FirstFirst ... 5678917 ... LastLast

Similar Threads

  1. v150 Support Thread for Google reCAPTCHA plugin
    By David Allen in forum All Other Contributions/Addons
    Replies: 638
    Last Post: 31 Jan 2024, 04:03 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