Conflict with Forminator Plugin
-
Hi Site Origin,
There is a plugin conflict between Forminator and the SiteOrigin Page Builder. When inserting a Forminator shortcode, the form does not display.
If I preview the Forminator shortcode inside the Site Origin Page Builder, there are no issues, but as soon as publish the change and view the live page. The form will not show.
I have tried the following workarounds:
- Turn off “Automatically add paragraphs in the Site Origin Editor Widget”
- Insert following code into CSS:
.forminator-custom-form { display: block !important; }
However, none of these work.
I have a staging site and changed the theme to Twenty Nineteen but still, the form would not display. It will only display when the Site Origin plugin is disabled which is not possible.
Interestingly, when I look at the code in the WordPress Classic Editor after disabling Site Origin in the staging website, I can see the following has been wrapped around the Forminator shortcode:
<div id="pg-884-5" class="panel-grid panel-no-style"> <div id="pgc-884-5-0" class="panel-grid-cell" data-weight="1"> <div id="panel-884-5-0-0" class="so-panel widget widget_sow-editor panel-first-child panel-last-child" data-index="6" data-style="{"background_image_attachment":false,"background_display":"tile"}"> <div class="so-widget-sow-editor so-widget-sow-editor-base"> <div class="siteorigin-widget-tinymce textwidget"> [forminator_form id="2546"] </div> </div> </div> </div> </div>
I am assuming it’s this code that is causing the issues.
Kind regards,
Simon
- The topic ‘Conflict with Forminator Plugin’ is closed to new replies.