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

    Hi,
    Is it possible to add the Avia page builder to a new custom post type? I’m trying to create a post type called employees and want to use this feature here as well.

    Best regards,
    Roger Henriksen

    #187302

    of course, open:
    wp-content/themes/enfold/config-templatebuilder/avia-template-builder/config/meta.php
    line5 / custom post type is bold/ or add your custom post type name, for own custom post types your will need plug in “types” // http://wordpress.org/plugins/types/:

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

    dont treat this as official support answer.
    mAqq

    #187835

    Hey!

    As mAqq said that will add it in. We don’t have “official” support for the advanced layout editor on posts or custom post types but it should work as noted above.

    Cheers!
    Devin

    #190541

    Thanks! It works fine!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Add page builder to custom post type’ is closed to new replies.