Home>Support>Page Builder disables function of another Plugin

Page Builder disables function of another Plugin

Hi,

I have a plugin conflict.
I use the Monarch Plugin for social share.
If the SiteOrigin Page Builder is activated, the inline share icons of Monarch Plugin do not show up.
But I want both. Use the Page Builder Plugin and the inline share icons from Monarch.
Is it possible to fix that?

Regards,
Johannes

URL: http://studierdich.de/

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

  1. 7 years, 11 months ago dots3r

    I know this thread was opened 1 year ago, but recently I faced the same issue. SiteOrigin Building was preventing some other plugins to display correctly, some of them were Monarch and All in One Schema.org.

    Anyway, if someone is looking for a workaround to solve this kind of conflicts you can edit the file plugins/siteorigin-panels/siteorigin-panels.php line 940:

    Replace this:

    <?php
    add_filter( 'the_content', 'siteorigin_panels_filter_content' );
    ?>
    

    By this:

    <?php
    add_filter( 'the_content', 'siteorigin_panels_filter_content', 9 );
    ?>
    

    Of course, every time the plugin gets updated you will have to do the same, but at least it works until there is an official solution for this.

    Regards

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