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
Hey philippvavra,
Can you check the settings that the ALB is activated for custom post types?
Best regards,
Basilis
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;
}
Hi,
Can you give us temporary admin and ftp access? so we can check the issue further.
Best regards,
Nikko
of course
thank you
Philipp
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