Viewing 7 replies - 1 through 7 (of 7 total)
  • Not sure where they’re officially supposed to be posted, but if you wouldn’t mind posting them here I (and I’m sure lots of other people) would greatly appreciate it.

    Thread Starter Joe Hoyle

    (@joehoyle)

    I opened a pull request here: https://github.com/hunk/Magic-Fields/pull/157

    clone from git@github.com:humanmade/Magic-Fields.git to use a version compatibile with 3.3

    Thats great Joe, thanks. However I’m also having a problem where TinyMCE isn’t loading on multiline fields, I guess you’re not having that problem?

    Thread Starter Joe Hoyle

    (@joehoyle)

    Hmm, I don’t remember having that issue no, so unless I made a fixed without thinking about it, I don’t think so.

    Thread Starter Joe Hoyle

    (@joehoyle)

    Ahh, try switching to HTML editor in the main content area, then reload the page. For some reason, if you don’t have the TinyMCE Visual view set on teh main content, other TinyMCEs don’t work.

    I was having the same problem, looks like the new version of WP has removed some files in tinymce. Here’s how I fixed:

    – Download the latest tinymce at http://www.tinymce.com/download/download.php

    – Copy the ‘simple’ folder: tinymce/jscripts/tiny_mce/themes/simple

    – Upload the simple folder to /wp-includes/js/tinymce/themes

    Looks a little different but it works.

    I’m on WP 3.3.1 and had this problem when I used Magic Fields on a custom post type. The problem was that I did not have the ‘editor’ turned on for the post type, so the TinyMCE wasn’t showing up on the multiline text fields.

    The solution was to turn on the editor, when i did that the problem went away.

    I did not want the editor to be seen or used by the client though, so to fix that, I put this in the ‘help text’ area of the first magic field:
    <style type=text/css>#postdivrich {display:none;}</style>

    I was aware of this problem, and the fix for it because I use Custom Field Template quite often and it has the same issue.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Magic Fields] Doesn't work with 3.3’ is closed to new replies.