Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1250332

    Hello,
    is it normal that the tab Enfold Child is hidden for the role Editor?
    If yes, is there a workaround to let the editors see the Enfold Child options?

    Thank you.

    #1251411

    Hey Marco,

    Thank you for the inquiry.

    Yes, the theme options page is only visible to administrators. Changing the condition will require modification of the core files. If you want to proceed, look for the file enfold\framework\php\class-superobject.php and this code around line 183:

    if( is_admin() ) {
    				add_action( 'admin_print_scripts',array( $this, 'set_javascript_framework_url' ) );
    				new avia_adminpages( $this );
    				new avia_meta_box( $this );
    				new avia_wp_export( $this );
    }

    These changes cannot be done in the child theme, unfortunately.

    Best regards,
    Ismael

    #1251443

    Thank you Ismael for your help.

    #1251701

    Hi,

    You are most welcome! Please feel free to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Show tab Enfold Child to Role Editor’ is closed to new replies.