Title: Does the PRO version work with Bricks Builder?
Last modified: March 3, 2024

---

# Does the PRO version work with Bricks Builder?

 *  Resolved [deralict](https://wordpress.org/support/users/deralict/)
 * (@deralict)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/does-the-pro-version-work-with-bricks-builder/)
 * 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](https://wordpress.org/support/users/talextech/)
 * (@talextech)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/does-the-pro-version-work-with-bricks-builder/#post-17469726)
 * 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](https://wordpress.org/support/users/deralict/)
 * (@deralict)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/does-the-pro-version-work-with-bricks-builder/#post-17470236)
 * If I do that, only blog posts created with Gutenberg have the rel attribute added.
   All Bricks content does not.
 *  Thread Starter [deralict](https://wordpress.org/support/users/deralict/)
 * (@deralict)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/does-the-pro-version-work-with-bricks-builder/#post-17470286)
 * I’ve managed to work around the issue using the wpel_apply_settings filter only
   in the builder.
 *  [drngbsn](https://wordpress.org/support/users/drngbsn/)
 * (@drngbsn)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/does-the-pro-version-work-with-bricks-builder/#post-17505481)
 * Could you walk me through how you used the wpel_apply_settings filter to solve
   this? Having the same issue.
 *  Thread Starter [deralict](https://wordpress.org/support/users/deralict/)
 * (@deralict)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/does-the-pro-version-work-with-bricks-builder/#post-17505688)
 * 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.
 *  [drngbsn](https://wordpress.org/support/users/drngbsn/)
 * (@drngbsn)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/does-the-pro-version-work-with-bricks-builder/#post-17505932)
 * 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](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/wp-external-links/assets/icon-256x256.png?rev=2103983)
 * [External Links - nofollow, noopener & new window](https://wordpress.org/plugins/wp-external-links/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-external-links/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-external-links/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-external-links/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-external-links/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-external-links/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [drngbsn](https://wordpress.org/support/users/drngbsn/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/does-the-pro-version-work-with-bricks-builder/#post-17505932)
 * Status: resolved