Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #176548

    Hello,
    How to diseable Avia Layout builder form Posts ?

    Thank you

    #176872

    Hey dweb!

    ALB is by default disabled on Posts, however if you enabled it at some point, you can disable it by editing this file: /enfold/config-templatebuilder/avia-template-builder/config/meta.php

    Look for this line (5):

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page', 'post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
    

    And change it to:

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
    

    Regards,
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Diseable Layout builder’ is closed to new replies.