• Hi
    Really like your plugin, it an excellent idea. I have it installed at the above URL and it works great on all pages except for the frontpage. On the front page the widget is actually showing the content of the frontpage!.

    The front page is designed with BeaverBuilder page builder, when I de-active BeaverBuilder your widget behaves normally on the frontpage.

    When I re-activate BeaverBuilder your widget again shows the content of the frontpage.
    So without doubt your widget and BeaverBuilder does not work together.

    I would like to get this resolves because you widget is one of its kind in the way it works with Gutenberg

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

Viewing 1 replies (of 1 total)
  • Hey @gbassoc, having this issue also, I temporarily fixed it by updating the widget.php file, removing the content filtering (which adds paragraph tags and so forth)
    Original:
    echo apply_filters('the_content', get_post_field( 'post_content', $instance['block'] ) );

    Edited:
    echo get_post_field( 'post_content', $instance['block'] );

    This is an imperfect solution, there should be a way of applying the filters without the extra content, will follow up if there’s a better way.

Viewing 1 replies (of 1 total)
  • The topic ‘Great plugin but it has an issue with BeaverBuilder’ is closed to new replies.