Same issue here… 0 module can be loaded…
any clue or fix to this….
cheers
Same issue here. Makes Beaver Builder unusable.
I like the plugin but it has to work with Beaver Builder.
Thanks for fixing this.
I was able to find a workaround. I simply check if the current URL contains the Beaver Builder suffix (?fl_builder) and in that case don’t load the plugin on this page.
Open wp-external-links.php and change line 24 to this:
if ( ! function_exists( 'wpel_init' ) && strpos($_SERVER['REQUEST_URI'], "?fl_builder") === false ):
It has to be applied after every update, but that shouldn’t be that big of a deal.
@jschweighofer
so easy that i don’t understand why nobody make this before…
Work like a charm here, but yes need update manually each time this line until code change…
BIG THX and have fun !!
Thanks for looking into it. I have moved on but may consider returning once it’s fully resolved.
@lesscro Sure, glad it works for you!
@royprince: You’re welcome! I didn’t want to move on because I really like how this plugin works. Maybe this or a similar fix gets applied on the next update.