• Add after line 209:
    ob_end_flush();

    So it will look like:

    echo $after_widget;

    if ($cache) {
    $cache[$args[‘widget_id’]] = ob_get_flush();
    }
    wp_cache_set( ‘widget_ultimate_posts’, $cache, ‘widget’ );
    ob_end_flush();
    }

    function update( $new_instance, $old_instance ) {

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thank you that also solved my problem. I am using Elementor and Generatepress. The plugin suddenly broke the site layout. Now everything is working again. I hope the plugin will be updated soon officially.

Viewing 1 replies (of 1 total)
  • The topic ‘Solved: plugin-breaks-due-to-output-buffering’ is closed to new replies.