Jump to content

Search the Community

Showing results for tags 'CKEditor'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

  1. Hi folks, Not sure if there is a 'bug reports' list, but I was giving a tutorial/guide on the CMS for a client today and I came across two issues... 1. When inserting an image or link into a ckeditor field, I received some issues with it displaying any content. At the time I couldn't debug it to check if it was loading in the content via the Network tab in Chrome DevTools, but checking now it seems to be working okay. Different network now. Wasn't sure if it was worth bringing up? I tend to get a few buggy issues with this modal. 2. Also the modal has some slight CSS issues (see attached) with the vertical line. I managed to get rid of it by turning off the position: relative on .ui-dialog .ui-dialog-content and the height:auto on html.modal, body.modal but that seems weird so I wouldn't look too much into it... just a shout out. I am using PW 2.5.3 and Chrome 39.0.2171.95 – I am also on a retina MBP. Thanks and apologies if this is a bit tedious! R
  2. If I enter "language: sl" (without ") in Admin > Setup > Fields > body > Input > CKEditor > Custom Config Options, error is thrown: Custom Config Options failed JSON validation. (customOptions) I'm also trying to configure colorbutton. I downloaded required plugins (colorbutton, floatpanel, panelbutton), PW can see them, I added Colorbutton to the toolbar, but colorbutton is not displayed. What am I doing wrong?
  3. I've updated PW to 2.5 and had installed CKEditor before. Module is 1.1.9 and editor is 4.4.2. Now I have major problems using CKEditor. How can I deinstall the old module in my sites folder? Or do I have to update "InputfieldCKEditor" in my sites folder?
  4. Having some issue with getting an iframe to save on a CKeditor text field (2.5.3). Things I've done to explicity allow it: - added "iframe[*]" to extraAllowedContent - added "IFrame" to the CKEditor toolbar - turned off CKEditor ACF - switched the field's "Content Type" from "Markup/HTML" to "Unknown" When pasting in my iframe code (it's a Vimeo embed code), CKEditor shows the iframe placeholder, but after saving the page, it's stripped out. For testing, I tried adding a simpler iframe using CKEditor's iframe toolbar button, but that also gets stripped out after saving. Anyone experiencing this, or have iframes working with their field?
  5. Greets I'm using the dev-build of PW for one of my sites (obviously will upgrade to 2.5 when released). I'm not a huge fan of the default CKEditor skin, and would like to use the office2013 theme instead. How would I go about doing that? Update I have tried adding a skins directory in site/modules/InputfieldCKEditor and loading the skin via config.js, but it looks for the skin in the wire/modules/Inputfield/InputfieldCKEditor/ckeditor-4.4.3/skins directory... Any way to change that? Update (again) This works, but isn't so elegant: ../../../../../../../site/modules/InputfieldCKEditor/skins/office2013 Surely one could make it so that it looks in both the `wire` and `site` directories for skins?
  6. I used CKEditor on a project and it seemed to go well, then I upgraded it and it started manipulating my DIV tags. For example, if I have a field where I had something like this: <div class="video-container"><iframe allowfullscreen="true" frameborder="0" height="360" src="//www.youtube.com/embed/ffffffffffff" width="480"></iframe></div> <p>New paragraph appears here.</p> This was fine with the prior version (I have both ACF and HTML Purifier turned off). But now something like this happens: <div class="video-container"><iframe allowfullscreen="true" frameborder="0" height="360" src="//www.youtube.com/embed/ffffffffffff" width="480"></iframe> <p> </p> <p>New paragraph appears here.</p> </div> My ending DIV tag gets moved to the end and an extra P tag gets inserted. Any ideas? Thanks, Matt
  7. Hi, I´m using CKEditor as an inline editor on the front-end. Now I need to call the ProcessPageEditImageSelect dialog when the CKEditor image button is pressed, just like when using the editor in the back-end. (Right now the standard CKEditor image dialog comes up.) Does anyone know how to integrate ProcessPageEditImageSelect here? Thank you!
×
×
  • Create New...