This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Conflct with Simple Author Box Plugin

7 years ago · Last reply by Andrew Misplon 7 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 7 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread