Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #245324

    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.

    http://www.bowlandwalks.co.uk

    #245325

    (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’ ),
    );

    #245330

    Please ignore, this has fixed itself. Dunno how.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Avia Layout builder for posts gone after updating latest theme’ is closed to new replies.