generationx
Forum Replies Created
-
Forum: Plugins
In reply to: [Mapster WP Maps] Clustering with MapLibreWorking perfectly now. Thank you so much for your outstanding support, and for an excellent plugin.
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] conflict with "Page Builder" pluginsFor SiteOrigin Page Builder compatibility I resolved this by:
in core.php line 1419 changing
‘details’ => apply_filters( ‘the_content’, $pp->post_content ),
to
‘details’ => apply_filters( ‘bg_the_content’, $pp->post_content ),and in views/shortcode-bgmp-list-marker.php line 16 changing
echo apply_filters( ‘the_content’, $p->post_content );
to
echo apply_filters( ‘bg_the_content’, $p->post_content );I hope this helps.
I encounter the same problem editing or adding Codelights widgets via SiteOrigin Page Builder. I have tested this with the Interactive Text and Interactive Banner widgets. The error log is ‘End of script output before headers: post.php’
The error only occurs on the live install, not on a Duplicator backup restored to localhost under XAMPP.
The site is running the latest version of WordPress and all plugins are up to date.
I have tried uninstalling and reinstalling the Codelights plugin.
As a workaround I can install widgets via shortcode through the Text widget.
I have created a screencast of the error which can be viewed at http://screencast-o-matic.com/watch/cbeoQP6AdZ
Thank you,
Simon