Home>Support>Conflct with Simple Author Box Plugin

Conflct with Simple Author Box Plugin

Hi,

There is a conflict between Page Builder and Simple Author Box plugin.

Any post that I create using Page Builder will not display the Author Box. If I deactivate Page Builder or create a post without using Page Builder, the author box displays correctly.

Any suggestions of what is causing the conflict?

Thanks,
John

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 6 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Hi John

    Thanks.

    To hotfix, install the plugin Code Snippets, add a new snippet with the function:

    function so_adjust_author_box_content() {
        remove_filter( 'the_content', 'wpsabox_author_box', 10 );
        add_filter( 'the_content', 'wpsabox_author_box', 11 );
    }
    add_action( 'init', 'so_adjust_author_box_content' );

    Opt to run it on the front end and save and activate.

    We’ll pass this feedback onto the authors, hopefully, they can resolve in an update. You can also insert the above into a child theme functions.php file.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More