Title: Advanced Layout Builder
Last modified: October 16, 2025

---

# Advanced Layout Builder

 *  Resolved [flexkeller](https://wordpress.org/support/users/flexkeller/)
 * (@flexkeller)
 * [7 months, 3 weeks ago](https://wordpress.org/support/topic/advanced-layout-builder/)
 * Anyone who wants to activate the “Advanced Layout Builder” in the event description
   can use this code: (It works for me with Enfold-Theme)
 *     ```wp-block-code
       // EventPrime ALB Metaboxadd_filter('avf_builder_boxes', function($metaboxes) {    $metaboxes[] = array(        'title' => 'Avia Layout Builder',        'id' => 'avia_builder',        'page' => array('em_event', 'em_performer'),        'context' => 'normal',        'priority' => 'high',        'expandable' => true    );    return $metaboxes;});
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Support [epsupport1](https://wordpress.org/support/users/epsupport1/)
 * (@epsupport1)
 * [7 months, 3 weeks ago](https://wordpress.org/support/topic/advanced-layout-builder/#post-18686238)
 * Thank you for sharing the snippet.
 * We appreciate your contribution and will review it for potential inclusion in
   future updates.
 * If anything else comes up, just open a new thread and we’ll assist you right 
   away.

Viewing 1 replies (of 1 total)

The topic ‘Advanced Layout Builder’ is closed to new replies.

 * ![](https://ps.w.org/eventprime-event-calendar-management/assets/icon-256x256.
   gif?rev=2961582)
 * [EventPrime – Events Calendar, Bookings and Tickets](https://wordpress.org/plugins/eventprime-event-calendar-management/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/eventprime-event-calendar-management/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/eventprime-event-calendar-management/)
 * [Active Topics](https://wordpress.org/support/plugin/eventprime-event-calendar-management/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/eventprime-event-calendar-management/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/eventprime-event-calendar-management/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [epsupport1](https://wordpress.org/support/users/epsupport1/)
 * Last activity: [7 months, 3 weeks ago](https://wordpress.org/support/topic/advanced-layout-builder/#post-18686238)
 * Status: resolved