Hello,
I use Enfold and the Event Manager Pro. In enfold child function.php, I added the Avia Layout Builder for events.
Unfortunately this does not work at events. I can build a event page with ALB, but this is displayed incorrectly.
Correct Page: http://www.blackbox-protokoll.de/blackbox-protokoll/
Issue Event Page: http://www.blackbox-protokoll.de/veranstaltungen/das-blackbox-protokoll/
Can you help me or support from event manager pro?
Thanks
Kathleen
function add_builder_to_posttype($metabox)
{
foreach($metabox as &$meta)
{
if($meta[‘id’] == ‘avia_builder’ || $meta[‘id’] == ‘layout’)
{
$meta[‘page’][] = ‘event’; /*instead add the name of the custom post type here*/
}
}
return $metabox;
}
Hey coralie4,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
