hey folks,
everytime i like to import a font it says:
Using this feature is reserved for Super Admins
You unfortunately don’t have the necessary permissions.
site is a single site not a network one. i tried to set super admin via functions.php of the theme – no luck.
whats wrong here? i am using the latest version of the theme 4.8.6.2 and the update to it went flawlessly.
thanks
tom
ok i solved it with a plugin:
<?php
/*
Plugin Name: Enfold Permissions
Description: Enfold Permissions
Version: 1.0
Author: InoPlugs
Plugin URI: https://inoplugs.com
Author URI: https://inoplugs.com
*/
add_filter(‘avf_file_upload_capability’, ‘avia_file_upload_capability’, 10, 1);
function avia_file_upload_capability($cap)
{
$cap = ‘edit_posts’;
return $cap;
}
Hi brouge,
We’re glad to hear that :)
And thanks for sharing the solution that worked for you.
Thanks as well for using Enfold and have a great day!
Best regards,
Nikko