Page 1 of 6 123 ... LastLast
Results 1 to 10 of 214

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Posts
    87
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Quote Originally Posted by RoPey View Post
    Hi there
    I have this in use on a clients site and I'd like to add some styles to the Styles dropdown so that they can stop adding in limitless html by pressing buttons repeatedly ;-)

    I've had a look at the CKEditor website, specifically here http://docs.ckeditor.com/#!/guide/dev_styles and done lots and lots of Googling, but I'm still unsure how to achieve this. I believe I may need to change styles.js in the editors/ckeditor folder, but that doesn't seem to marry up to what I'm seeing in the current working Editor. There, there are styles such as Blue Title and Red Title, which I do not see defined in the styles.js.

    I did add my own bit of code to that file in the form of
    Code:
    { name: 'Red Text',     element: 'span' },
    and an option Red Text did appear in the drop down, but of course the actual presence of it isn't going to turn any text red - somewhere I need to define the relative CSS rules. Please could someone point me in the right direction?

    Thanks in advance...
    Well I seem to have found the answer, I was in the right place but needed to have the following code:
    Code:
    { name: 'Red Text',	        element: 'span', attributes: { 'class': 'redtext' } },
    thus setting a class which can then be defined in my usual stylesheet. It's also possible to set the styles within that code. However, I'm still unsure how to get the styling to show in the editor itself, rather than just on the rendered site.

    Any ideas would be welcome.

    Thanks

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

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    For the first time in many years I am having problems with CKEDitor on one of my live sites.

    The strangest thing is that CKEditor is working fine on the identical local clone of this site but on the live site it gives me a blank space where it should show up, be it on a product.php page or a define page or an ezpage. Nothing, silch, nada. Checking the source of the respective page actually shows the html text - but not on the page itself.

    Running latest v 4.1.3 of CKEditor, both live and local.

    Background:

    ZC 1.5.1 just upgraded from 1.3.9h
    same plugins installed live and local
    PHP 5.4.23 on live site and PHP 5.4.9 on local install

    This is what I did so far to find the culprit:

    - uninstalled CKEditor completely and reinstalled, both live and local - to no avail
    - downloaded entire live site file system to a separate temp folder and did a full file comparison of both - no difference (other than 2 configure.php files ofc)
    - checked log files: nada!

    Loaded the live site in the latest Firefox and Chromium (Linux Ubuntu 13.10) - same result. Chromium is set to clear all history, cookies etc upon exit so there can't be any leftover stuff which may falsify the output.

    At this point in time I am thinking that it may have something to do with the server side PHP extensions (???) and have decided to go and ask for opinions here.

    Any ideas please?

    Thanks / Frank

  3. #3
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    and I also am having odd problems as well on php 5.4. As soon as i can I'm going to switch that cart to my server with 5.3 to see if it makes a difference.

    In this case, some longer category descriptions and ezpages show fine on the site but do not show in the editor in admin.

    My original post in this thread I've fixed to some extent - but I've done so many things to that site and have not gotten everything working correctly so I won't post what I did yet.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

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

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Quote Originally Posted by delia View Post
    and I also am having odd problems as well on php 5.4. As soon as i can I'm going to switch that cart to my server with 5.3 to see if it makes a difference.......
    Switched back to PHP Version 5.3.28 and it made no difference at all

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

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Reverted back to PHP 5.4.23, checked that all ckeditor folders had permissions 755 and files 644.

    Logged out, rebooted, logged in again and still the same issue.

    I am absolutely stumped!

    Correction also to my earlier post: CKEditor version is 4.3.1 and not 4.1.3

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

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Got it working - finally!!

    Deleted the editors/ckeditor folder, obtained a fresh copy from www.ckeditor.com by using the latest full version (4.3.1) and added a few more plugins as well as moono-color skin (you can build your own ckeditor to your liking).

    Downloaded my personal version, unzipped it and uploaded the new ckeditor to the editors folder. No changes needed in the admin file structure.

    Finally, cleared the cache (yet again) in Firefox 26.0, logged into admin and selected a define page to edit.

    Voila, ckeditor showed up in nice colors

    Perseverence paid off
    Last edited by frank18; 19 Jan 2014 at 08:25 AM.

  7. #7
    Join Date
    Oct 2005
    Posts
    59
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    I am having a problem getting the ckeditor to show as an option in My Store>html editor. I installed as per the instructions that came with the plugin but for some reason it is not showing in the drop down menu. All that shows in that menu is Text. It also does not show in any of the other editor choice dropdowns.

    Can anyone help me with what the issue might be?

    I tried installing FCKeditor and it shows in the dropdown and will let me select it, but does not add the WYSIWYG editor anywhere.

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

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Quote Originally Posted by clikchic View Post
    I am having a problem getting the ckeditor to show as an option in My Store>html editor. I installed as per the instructions that came with the plugin but for some reason it is not showing in the drop down menu. All that shows in that menu is Text. It also does not show in any of the other editor choice dropdowns.

    Can anyone help me with what the issue might be?

    I tried installing FCKeditor and it shows in the dropdown and will let me select it, but does not add the WYSIWYG editor anywhere.
    Can you give us a clue of your ZC version please?

    Also check if your file your_admin/includes/init_includes/init_html_editor.php has CKEditor enabled.
    Last edited by frank18; 21 Jan 2014 at 10:50 AM.

  9. #9
    Join Date
    Mar 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Question regarding flash player in CKEditor:
    I am using Zencart version 1.5 with the CKEditor installed and am having issues using the included flash player piece. I have uploaded my flash video:
    /Streaming Videos/Cane Ja class training cane_F8_FLV_VP6_3000Kbps_720p.flv and, using the flash dialogue window in the editor, cannot seem to get the player to see the video file. I have, however, been able to embed from Vimeo and You tube the same video using their code. I would really like our customers to be able to view the video from our server though. Does this have anything to do with a security setting in Zencart for outside access to the server or is there something else I am missing?
    Thanks for the help!

  10. #10
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    I've never used any flash-player from ckeditor.

    But I'd strongly recommend NOT using flash, since doing so rules out a LARGE population of visitors whose computers/tablets/phones don't support flash. Why not use MP4 instead, and drop a suitable player widget onto the page to handle it.

    Of course, that takes the discussion totally away from CKEditor too :)
    .

    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.

 

 
Page 1 of 6 123 ... LastLast

Similar Threads

  1. v150 Support Thread for Google reCAPTCHA plugin
    By David Allen in forum All Other Contributions/Addons
    Replies: 689
    Last Post: 26 Apr 2026, 09:54 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

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