• Resolved flexkeller

    (@flexkeller)


    Anyone who wants to activate the “Advanced Layout Builder” in the event description can use this code: (It works for me with Enfold-Theme)

    // EventPrime ALB Metabox
    add_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

    (@epsupport1)

    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.