Tagged: avia layout builder, not loading, theme update
I have amended the Meta.php file as instructed here https://kriesi.at/support/topic/how-to-add-advanced-layout-manager-to-blog-posts/ but all I get is some shortcodes. Has anyone come across the same problem? Is there a solution? Many thanks, Tim.
(Just looked at the new Meta file and the ‘posts’ addendum is already there. Looks like this.
<?php
global $builder;
$boxes = array(
array( ‘title’ =>__(‘Avia Layout Builder’,’avia_framework’ ), ‘id’=>’avia_builder’, ‘page’=>array(‘portfolio’,’page’,’post’), ‘context’=>’normal’, ‘priority’=>’high’, ‘expandable’=>true ),
array( ‘title’ =>__(‘Layout’,’avia_framework’ ), ‘id’=>’layout’, ‘page’=>array(‘portfolio’, ‘page’ , ‘post’), ‘context’=>’side’, ‘priority’=>’low’),
array( ‘title’ =>__(‘Additional Portfolio Settings’,’avia_framework’ ), ‘id’=>’preview’, ‘page’=>array(‘portfolio’), ‘context’=>’normal’, ‘priority’=>’high’ ),
);
Please ignore, this has fixed itself. Dunno how.