It’s most likely an output buffering issue. Try goin to the exceptions tab in Externa Link settings and uncheck All Contents then just leave the other boxes that show up checked.
If I do that, only blog posts created with Gutenberg have the rel attribute added. All Bricks content does not.
I’ve managed to work around the issue using the wpel_apply_settings filter only in the builder.
Could you walk me through how you used the wpel_apply_settings filter to solve this? Having the same issue.
Create a new PHP snippet in WPCodeBox, enter filter:
add_filter( ‘wpel_apply_settings’, ‘__return_false’ );
Set condition to run only where Page URL contains “?bricks=run”
Note that the plugin still conflicts with other plugins as well (like Motion.page) and I haven’t found a workaround for those, so I need to deactivate the plugin before editing in Motion.page.
Dude, thanks! Bummer that the plugin has so many conflicts. It’s such a useful tool.
-
This reply was modified 2 years, 2 months ago by
drngbsn.