Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #583198

    I have added the CPT to the meta.php but its not displaying. It was before the last theme update..thoughts?

    $boxes = array(
    array( ‘title’ =>__(‘Avia Layout Builder’,’avia_framework’ ), ‘id’=>’avia_builder’, ‘page’=>array(‘doors’,’page’,’post’,’portfolio’,’product’), ‘context’=>’normal’, ‘priority’=>’high’, ‘expandable’=>true ),
    array( ‘title’ =>__(‘Layout’,’avia_framework’ ), ‘id’=>’layout’, ‘page’=>array(‘doors’,’portfolio’ ,’page’, ‘post’, ‘Doors’), ‘context’=>’side’, ‘priority’=>’low’),
    array( ‘title’ =>__(‘Additional Portfolio Settings’,’avia_framework’ ), ‘id’=>’preview’, ‘page’=>array(‘portfolio’), ‘context’=>’normal’, ‘priority’=>’high’ ),
    array( ‘title’ =>__(‘Breadcrumb Hierarchy’,’avia_framework’ ), ‘id’=>’hierarchy’, ‘page’=>array(‘portfolio’), ‘context’=>’side’, ‘priority’=>’low’),
    );

    Thanks

    #585259

    Hi finchkelsey!

    Please create a child theme and re-do the customization in the child theme files so when you update the theme all your customizations won’t get overwritten.

    http://kriesi.at/documentation/enfold/using-a-child-theme/

    Regards,
    Vinay Kashyap

    #606388

    Hi Vinay,

    I am familiar with child themes, the issues is when I add the CPT’s to the meta.php it does not add it..

    I have added CPT doors to the meta.php in the theme files and it is not taking effect..Please advise..

    array( ‘title’ =>$av_default_title, ‘id’=>’avia_builder’, ‘page’=>array(‘post’,’portfolio’,’page’,’product’,’doors’), ‘context’=>’normal’, ‘priority’=>’high’, ‘expandable’=>true ),
    array( ‘title’ =>__(‘Layout’,’avia_framework’ ), ‘id’=>’layout’, ‘page’=>array(‘portfolio’, ‘page’ , ‘post’,’doors’), ‘context’=>’side’, ‘priority’=>’low’),

    Thank you

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