Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

ACF WYSIWIG field does not format paragraph breaks

  • I have read several topics on the subject, but none of them have helped me.
    I have GB PRO and ACF PRO. The WYSIWIG field does not format paragraph breaks in the text editor. https://imgur.com/a/1guWj0m

    Can’t I use the dynamic content and select the post meta directly? Do I have to do it with a shortcode created with code in the functions.php?

    I’ve tried putting this in functions.php, but it doesn’t work, it keeps reading in one go:

    function custom_tinymce_config($init) {
    // Don’t remove <p> and <br> tags
    $init[‘wpautop’] = false;
    $init[‘forced_root_block’] = false;
    return $init;
    }
    add_filter(‘tiny_mce_before_init’, ‘custom_tinymce_config’);

  • Hi there,

    If you have GB Pro enabled, it should not remove tags from the WYSIWIG field.

    If it’s still happening, can you disable all plugins except ACF, GP Premium GB and GB Pro to test?

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.