Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #814926

    Hi,
    I have a couple of cpts on my website that are using the Avia advanced builder. But for some days, they don’t work anymore. I just get the generic WYSIWYG HTML Editor.
    Can you help me,
    best,
    Philipp

    #815630

    Hey philippvavra,

    Can you check the settings that the ALB is activated for custom post types?

    Best regards,
    Basilis

    #815772

    Hi I haven’t changed anything, it didn’t work from one day to another.
    that’s the code in my functions.php that worked for months:

    function add_builder_to_posttype($metabox)
    {
    foreach($metabox as &$meta)
    {
    if($meta[‘id’] == ‘avia_builder’ || $meta[‘id’] == ‘layout’)
    {
    $meta[‘page’][] = ‘gebaeude’;
    $meta[‘page’][] = ‘oblate’;
    $meta[‘page’][] = ‘missionsprojekt’;
    $meta[‘page’][] = ‘zitat’;
    }
    }

    return $metabox;
    }

    #815850

    Hi,

    Can you give us temporary admin and ftp access? so we can check the issue further.

    Best regards,
    Nikko

    #815904

    of course
    thank you
    Philipp

    #817112

    Hi,

    Thanks for providing the admin and ftp access. It’s fixed. You have commented on this code:

    add_filter('avf_builder_boxes', 'add_builder_to_posttype');

    That’s why it’s not working :)

    Best regards,
    Nikko

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