Viewing 10 replies - 46 through 55 (of 55 total)
  • Reactivating plugin didn’t help. I activated WP_DEBUG and I get:

    WordPress database error: [Unknown column ‘wp_postmeta.post_id’ in ‘on clause’]
    SELECT SQL_CALC_FOUND_ROWS wp_16ztI55qJ_posts.* FROM wp_16ztI55qJ_posts JOIN wp_16ztI55qJ_postmeta ON wp_postmeta.post_id = wp_posts.ID WHERE 1=1 AND wp_16ztI55qJ_posts.post_type = ‘post’ AND (wp_16ztI55qJ_posts.post_status = ‘publish’ OR wp_16ztI55qJ_posts.post_status = ‘future’ OR wp_16ztI55qJ_posts.post_status = ‘draft’ OR wp_16ztI55qJ_posts.post_status = ‘pending’ OR wp_16ztI55qJ_posts.post_status = ‘private’) and wp_16ztI55qJ_postmeta.meta_key = ‘_mf_write_panel_id’ and wp_16ztI55qJ_postmeta.meta_value = ‘2’ ORDER BY wp_16ztI55qJ_posts.post_date DESC LIMIT 0, 50

    Plugin Author hunk

    (@hunk)

    OK, autumnmist you can download the las version o apply this patch https://github.com/hunk/Magic-Fields/commit/137064edbd4d4995f8f4a60460e5d4b36582cd67

    Hm still no. I deleted the old plugin, downloaded, activated, deactivated, reactivated the version you just patched but posts still don’t appear. Error message is slightly different though:

    WordPress database error: [Unknown column ‘wp_posts.ID’ in ‘on clause’]
    SELECT SQL_CALC_FOUND_ROWS wp_16ztI55qJ_posts.* FROM wp_16ztI55qJ_posts JOIN wp_16ztI55qJ_postmeta ON wp_16ztI55qJ_postmeta.post_id = wp_posts.ID WHERE 1=1 AND wp_16ztI55qJ_posts.post_type = ‘post’ AND (wp_16ztI55qJ_posts.post_status = ‘publish’ OR wp_16ztI55qJ_posts.post_status = ‘future’ OR wp_16ztI55qJ_posts.post_status = ‘draft’ OR wp_16ztI55qJ_posts.post_status = ‘pending’ OR wp_16ztI55qJ_posts.post_status = ‘private’) and wp_16ztI55qJ_postmeta.meta_key = ‘_mf_write_panel_id’ and wp_16ztI55qJ_postmeta.meta_value = ‘2’ ORDER BY wp_16ztI55qJ_posts.post_date DESC LIMIT 0, 50

    Plugin Author hunk

    (@hunk)

    Yay! Posts show up and in some quick testing, it looks like p and br aren’t being removed anymore and I can flip between Visual and HTML tabs properly. Thanks!!

    Hi

    Did we get anywhere with the original problem of content disappearing when toggling between ‘HTML’ and ‘Visual’?

    The quick fix (commenting 1198) doesn’t solve things for me as I need to be able to add images into the multi-line text box.

    Sorry if i missed something, but it seems that the thread moved around a lot.

    thanks

    p.s. love the plugin, it’s vital to all the WP development i do so thanks for you ongoing work

    hey guys,
    I have the same question as mattcooperinlondon. For me, in some cases, the “HTML” and “Visual” buttons just don’t do anything when clicked. The quick fix (commenting line 1198) makes the buttons work, but the media buttons disappear.
    I tried the latest version on https://github.com/hunk/Magic-Fields, it did the same as the quick fix (the toggle buttons work, but the media buttons disappear)
    Please help.

    I love the plugin, too, thank you.

    Thread Starter Paul Ryan

    (@figureone)

    If you’re using the latest version from github (which includes the quick fix on line 1198), you should have the media buttons, but they’ll now be in the TinyMCE toolbar (usually 4 grayish buttons at the far right of the top row) instead of above the TinyMCE toolbar. Can you check on that?

    @figureone: yes, thanks very much. Last time I tried, I didn’t see the media buttons because they were moved into the TinyMCE toolbar.
    Again, thanks for the great plugin.

    WordPress Version 3.3.1
    This has been driving me crazy for weeks now, I have tried everything I can find so far, disableing the wpautop() function, tinymce advanced plugin, etc.

    The only thing I found that worked was to create this: https://rich-stadnick.com/2012/02/wp-br-tags-fix-wordpress-from-auto-correcting-your-post-format/
    What WP BR Tags does is allow you to insert “Short-Code’s” instead of “html” codes, and NEVER AGAIN will you have to worry about WordPress removing br tags.

    Hope it help’s you guys out.
    Rich

Viewing 10 replies - 46 through 55 (of 55 total)
  • The topic ‘TinyMCE Visual/HTML toggle doesn't work on WP3.1 Magic Fields 1.5.3’ is closed to new replies.