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.

Page Builder disables function of another Plugin

Resolved 1 reply pluginplugin-page-builder
10 years ago · Last reply by dots3r 9 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. dots3r 9 years, 4 months ago

    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.

Have a different question or issue?

Start New Thread