Tagged: blog post
Is there anyway to remove the Layout pane in blog posts for non admin users (or for all users for that matter) as it is shown below
https://dl.dropboxusercontent.com/u/4309835/blog/publishServer/2015-04-27_1539_ENFoldLayoutBox.png
Hi mocablue!
Open up /enfold/config-templatebuilder/avia-template-builder/config/meta.php and change line 6 from this.
array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', 'page' , 'post'), 'context'=>'side', 'priority'=>'low'),
To this.
array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', 'post'), 'context'=>'side', 'priority'=>'low'),
Cheers!
Elliott
thanks