Title: Bricks Builder Integration/Support
Last modified: August 15, 2022

---

# Bricks Builder Integration/Support

 *  Resolved [dariusdumitru](https://wordpress.org/support/users/dariusdumitru/)
 * (@dariusdumitru)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/bricks-builder-integration-support/)
 * Hey. Any way or plans to integrate with Bricks Builder to create the templates?
 * Thanks!!

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [Video User Manuals](https://wordpress.org/support/users/videousermanuals/)
 * (@videousermanuals)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/bricks-builder-integration-support/#post-15936813)
 * Hi [@dariusdumitru](https://wordpress.org/support/users/dariusdumitru/) ,
 * Thanks for your interest. If we hear more people asking for this, we will definitely
   look into it.
 *  [markussss](https://wordpress.org/support/users/markussss/)
 * (@markussss)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/bricks-builder-integration-support/#post-15936909)
 * I was watching this topic.. I am interested in this as well, as I am testing 
   many tools to figure out my ideal setup for elementor and bricks (not used at
   the same time of course)
 * Currently I know if I use White Label CMS it will only work with Elementor
 *  Thread Starter [dariusdumitru](https://wordpress.org/support/users/dariusdumitru/)
 * (@dariusdumitru)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/bricks-builder-integration-support/#post-16022576)
 * Any news on this? If you could make it also for any page builder would be really
   awesome as more and more people move from Elementor. Thanks!
 *  [Ken Sim](https://wordpress.org/support/users/kwsim539/)
 * (@kwsim539)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/bricks-builder-integration-support/#post-16383371)
 * Adding Bricks Builder template for the dashboard would be very useful.
 *  Thread Starter [dariusdumitru](https://wordpress.org/support/users/dariusdumitru/)
 * (@dariusdumitru)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/bricks-builder-integration-support/#post-16384397)
 * If anyone is interested, I did found a solution which involved custom code, and
   will work for any builder or page. I’ve used WPCodeBox, but you can use any code
   snippets plugin. Just create a new PHP snippet with this code:
 *     ```wp-block-code
       <?php 
   
       // Remove Dashboad Widgets
       function remove_dashboard_widgets(){
   
           global $wp_meta_boxes;
   
           foreach( $wp_meta_boxes["dashboard"] as $position => $core ){
   
               foreach( $core["core"] as $widget_id => $widget_info ){
   
                   remove_meta_box( $widget_id, 'dashboard', $position );
               }
           }
   
       }
       add_action( 'wp_dashboard_setup', 'remove_dashboard_widgets', 1000000 );
   
       // Load Dashboad Page
       function add_custom_page(){
           echo '<iframe id="customDashboard" src="URL TO YOUR PAGE" title="description"></iframe>';   
       }
       add_action( 'wp_dashboard_setup', 'add_custom_page', 1000000 );
   
       ?>
       ```
   
 * Then create a new CSS snippet and paste this code:
 *     ```wp-block-code
       /*Custom Dashboard CSS*/
   
       #customDashboard{
           position: fixed;
           z-index: 10;
           top: 0;
           width: 100%;
           height: 100vh;
           padding-left: 160px;
       }
   
       .folded #customDashboard{
           padding-left: 35px;
       }
       ```
   
 *  [casperroux](https://wordpress.org/support/users/casperroux/)
 * (@casperroux)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/bricks-builder-integration-support/#post-16663361)
 * I would also like this feature build-in into the plugin
 * support for brick template would be great
 *  [Georgian](https://wordpress.org/support/users/bgeo77/)
 * (@bgeo77)
 * [3 years ago](https://wordpress.org/support/topic/bricks-builder-integration-support/#post-16745886)
 * [@videousermanuals](https://wordpress.org/support/users/videousermanuals/) is
   there a roadmap/idea board where we can vote? 
   I’d also like to have Bricks Builder
   support. I’ve been using your plugin for a while working with Elementor and now
   seems like I can’t find anything compatible with Bricks that works.
 *  Plugin Support [VUM Support – Jhay](https://wordpress.org/support/users/jhayvum/)
 * (@jhayvum)
 * [3 years ago](https://wordpress.org/support/topic/bricks-builder-integration-support/#post-16802506)
 * We heard your request and we have added a new feature for you.
 * You can now use any page builder for the welcome panel by selecting a “Page” 
   in Template Type option for your Custom Welcome Dashboard Panel.
 * To try this feature, please download the latest version of our plugin from this
   link: [https://d.pr/f/p6KAtz](https://d.pr/f/p6KAtz).
 * Your feedback is very important to us, it will help us improve our plugin services
   to you.
 * Thanks in advance.
 *  [Ken Sim](https://wordpress.org/support/users/kwsim539/)
 * (@kwsim539)
 * [3 years ago](https://wordpress.org/support/topic/bricks-builder-integration-support/#post-16805569)
 * [@jhayvum](https://wordpress.org/support/users/jhayvum/)
 * This is useless. Because you are simply placing a page into an iFrame you are
   not able to access any part of the administrative backend from the dashboard.
   all the links to access any of the areas in the admin area load inside the iFrame.
   Also as you can see I am not able to access any of the assets from WordPress,
   such as its Dashicons. Below is a link to a screencast of what is happening.
   
   I built the same dashboard in Elementor Pro and because this was not in an iFrame
   I had no problem accessing areas in the admin.
 * [https://u.pcloud.link/publink/show?code=XZtnkOVZqfh1NqE5AFHW5bzXxw8ryJass977](https://u.pcloud.link/publink/show?code=XZtnkOVZqfh1NqE5AFHW5bzXxw8ryJass977)
 * ![](https://i0.wp.com/stellargrafxhosting.net/white-label-cms-img/WLD-Dashbaord.
   gif?ssl=1)
 *  [Ken Sim](https://wordpress.org/support/users/kwsim539/)
 * (@kwsim539)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/bricks-builder-integration-support/#post-16859064)
 * [@jhayvum](https://wordpress.org/support/users/jhayvum/) Do you have any comment
   regarding my last comment and issues I’ve run across using this solution for 
   Bricks?
 *  [clarabelle75](https://wordpress.org/support/users/clarabelle75/)
 * (@clarabelle75)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/bricks-builder-integration-support/#post-17147763)
 * I found a solution to the opening inside iframe here: [https://www.wyzant.com/resources/answers/621391/how-to-force-link-from-iframe-to-be-opened-in-the-parent-window](https://www.wyzant.com/resources/answers/621391/how-to-force-link-from-iframe-to-be-opened-in-the-parent-window)
 * You just need to add target=”_PARENT” within that links anchor tag.
 * <a href=”[https://www.google.com&#8221](https://www.google.com&#8221); target
   =”_PARENT”>Google.com</a>

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Bricks Builder Integration/Support’ is closed to new replies.

 * ![](https://ps.w.org/white-label-cms/assets/icon-256x256.png?rev=1977768)
 * [White Label CMS](https://wordpress.org/plugins/white-label-cms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/white-label-cms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/white-label-cms/)
 * [Active Topics](https://wordpress.org/support/plugin/white-label-cms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/white-label-cms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/white-label-cms/reviews/)

## Tags

 * [dashboard](https://wordpress.org/support/topic-tag/dashboard/)

 * 12 replies
 * 8 participants
 * Last reply from: [clarabelle75](https://wordpress.org/support/users/clarabelle75/)
 * Last activity: [2 years, 7 months ago](https://wordpress.org/support/topic/bricks-builder-integration-support/#post-17147763)
 * Status: resolved