Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #225902

    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!

    #226657

    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

    #227836

    It worked. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Magic Wand invisible for Authors/Contributors’ is closed to new replies.