Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #831467

    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;
    }

    #832291

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.