Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Matt Gibbs

    (@mgibbs189)

    Were there ANY other code/theme changes you made other than upgrading from CFS 1.8.6 to 1.8.7? Are you trying to remove wpautop from the main content, CFS fields, or both?

    Unless you can provide some more information, there’s little I can do to help.

    Thread Starter littleredmosquito

    (@littleredmosquito)

    Thanks for your answer. I want to remove wpautop from the CFS fields, and only there. I am coding a theme for a little museum, so yes I change a lot of code. But the weird thing is when I updated to 1.8.7 I didn’t see any change until I wrote a new post or updated an old, then the wpautop was there on that post. So I tried 1.8.6 again and the same thing happened, but backwords, the wpautop was there until I updated the post, and then It worked and the autop was gone.

    Roger

    Plugin Author Matt Gibbs

    (@mgibbs189)

    Have you tried editing your CFS wysiwyg fields and setting the “Formatting” option to “None”?

    Thread Starter littleredmosquito

    (@littleredmosquito)

    Yes, tried it and it didn’t work.

    Thread Starter littleredmosquito

    (@littleredmosquito)

    I removed <?php remove_filter (‘the_content’, ‘wpautop’); ?> and used formating none in 1.8.6 and it worked, but not in 1.8.7.

    Plugin Author Matt Gibbs

    (@mgibbs189)

    Roger,

    Try replacing core/fields/wysiwyg.php in CFS 1.8.7 with this: https://gist.github.com/mgibbs189/5145068

    Please let me know if this resolves your issue.

    Matt

    Thread Starter littleredmosquito

    (@littleredmosquito)

    I just tried it, and it didn’t work.

    Roger

    Plugin Author Matt Gibbs

    (@mgibbs189)

    Still investigating…

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Can't get rid of auto p in 1.8.7’ is closed to new replies.