• Resolved summerz

    (@summerz)


    i made a frontend page and there are few textareas so i change them to wp_editor.

    but it only works to administrator and doesn’t work to authors.

    i reduce wp_editors to one. so one wp_editor in a page – still doesn’t work to authors.

    my code is simple:

    $settings = array( ‘media_buttons’ => true );
    wp_editor(‘some_content’, ‘name_of_textarea’, $settings);

    do you have any ideas to solve this?

Viewing 1 replies (of 1 total)
  • Thread Starter summerz

    (@summerz)

    i figured it out few days later.

    i didn’t load wp_footer() on my page for authors because i don’t support the admin top bar for authors usually this site.

    i added wp_footer() and it works great.

    i just wanted to know wether there is another option but it works anyway now.

Viewing 1 replies (of 1 total)
  • The topic ‘frontend visual edtor doesn't work to authors’ is closed to new replies.