Hi all!
I just set up Author and Contributor accounts for new members of my team to create posts with, however the Enfold Magic Wand with all the fun features I use to format posts is not visible/available to them.
Is there a way to fix this or am I forced to do all the final formatting of their posts?
Thanks!
Hey taylor_smith!
Author and Contributor are not able to use the magic wand icon my default. Only Editors and Administrators can use the shortcode generator. If you want to change this open up wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/tiny-button.class.php and replace:
if ( current_user_can('edit_posts') && current_user_can('edit_pages') && self::$count == 0)
with
if ( current_user_can('edit_posts') && self::$count == 0)
Regards,
Peter
It worked. Thanks!