• Resolved deralict

    (@deralict)


    The free plugin works great EXCEPT for the the fact that it’s not possible to edit sites built using Bricks Builder. Will the PRO version have compatibility with Bricks?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    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.

    Thread Starter deralict

    (@deralict)

    If I do that, only blog posts created with Gutenberg have the rel attribute added. All Bricks content does not.

    Thread Starter deralict

    (@deralict)

    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.

    Thread Starter deralict

    (@deralict)

    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.
Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Does the PRO version work with Bricks Builder?’ is closed to new replies.