Title: Frontend Editor Issue
Last modified: August 24, 2016

---

# Frontend Editor Issue

 *  [jaycit148369](https://wordpress.org/support/users/jaycit148369/)
 * (@jaycit148369)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/frontend-editor-issue/)
 * Regardless of whichever Content Editor Type is selected (Rich Text Tiny or Full)–
   there’s always only a few styling buttons available. Things like Link or Unlink
   are missing (among others) are not there but they appear on in the back-end Editor.
   I’ve noticed that removing buttons like Bold from the back-end editor also makes
   the Bold button disappear from the front-end too. It appears something is hiding
   certain buttons from the front-end editor – does anyone know how to un-hide/add
   them?
 * [https://wordpress.org/plugins/wp-user-frontend/](https://wordpress.org/plugins/wp-user-frontend/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [weDevs](https://wordpress.org/support/users/wedevs/)
 * (@wedevs)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/frontend-editor-issue/#post-6128767)
 * I have checked but in my side everything is working correctly. Attach link, remove
   link everything working fine. Can you please provide any screenshot here?
 *  Thread Starter [jaycit148369](https://wordpress.org/support/users/jaycit148369/)
 * (@jaycit148369)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/frontend-editor-issue/#post-6128904)
 * How strange! Here’s a screen shot of the Editor from the front end. Note the 
   lack of options available:
 * [http://img42.com/JaGsH](http://img42.com/JaGsH)
 *  Plugin Author [weDevs](https://wordpress.org/support/users/wedevs/)
 * (@wedevs)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/frontend-editor-issue/#post-6128908)
 * Did you customize anything in your plugin file? Because by default it is shown
   the full rich text area correctly- [http://i.imgur.com/xOiPxQW.png](http://i.imgur.com/xOiPxQW.png).
 *  [mtsyyz](https://wordpress.org/support/users/mtsyyz/)
 * (@mtsyyz)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/frontend-editor-issue/#post-6128947)
 * I am having a similar issue. When ‘rich text full’ is selected i do see all the
   editor buttons listed in your link above however, all the plugin buttons (Nextgen
   gallery and maps etc.) are all NOT listed.
 * I am not sure if this has something to do with the wpuf-add-post.php:
 *  ‘ <?php
    $editor = wpuf_get_option( ‘editor_type’, ‘wpuf_frontend_posting’ );
   if ( $editor == ‘full’ ) { ?> <div class=”wpuf-richtext”> <?php wp_editor( $description,‘
   new-post-desc’, array( ‘textarea_name’ => ‘wpuf_post_content’, ‘editor_class’
   => ‘requiredField richtext’, ‘teeny’ => false, ‘textarea_rows’ => 8, ‘mce_buttons’
   => true, ‘mce_external_plugins’ => true, ‘wp_mce_translation’ => true, ‘media-
   editor’ => true
 *  ) ); ?>’
    As you can see i have tried in the line of wp_editor() to manually
   add in the array mce external plugins and some others, but the editor is not 
   displaying the other buttons that are regularly found on pages or posts.
 * Any help is appreciated.
 *  Plugin Author [weDevs](https://wordpress.org/support/users/wedevs/)
 * (@wedevs)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/frontend-editor-issue/#post-6128951)
 * Hello,
 * In the plugin we have already a feature to select teeny and rich text area. Everything
   is working fine here. I think you can check with a default theme and disable 
   all of your plugin except Wp user fronted.
 * Thanks.
 *  [mtsyyz](https://wordpress.org/support/users/mtsyyz/)
 * (@mtsyyz)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/frontend-editor-issue/#post-6128952)
 * teeny and rich are working….however when you select rich, none of my plugins 
   that appear on the regular page or post editor appear.
 * So YES the rich text area displays basic rich text features BUT the plugin buttons
   that appear everywhere else on a page or post editor are not displaying as noted
   above:
 * “When ‘rich text full’ is selected i do see all the editor buttons listed in 
   your link above however, all the plugin buttons (Nextgen gallery and maps etc.)
   are all NOT listed.”
 * Any suggestions.
 *  Plugin Author [weDevs](https://wordpress.org/support/users/wedevs/)
 * (@wedevs)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/frontend-editor-issue/#post-6128953)
 * Hello,
 * Step 1: Please navigate to – plugins/wp-user-frontend/wpuf-add-post.php
 * Step 2: Find following line of code.
    <div class=”wpuf-richtext”> <?php wp_editor(
   $description, ‘new-post-desc’, array(‘textarea_name’ => ‘wpuf_post_content’, ‘
   editor_class’ => ‘requiredField richtext’, ‘teeny’ => true, ‘media_buttons’ =
   > false, ‘quicktags’ => false, ‘textarea_rows’ => 8) ); ?> </div>
 * Step 3: Replace the below line of code with above code.
 * <div class=”wpuf-richtext”>
    <?php wp_editor( $description, ‘new-post-desc’, 
   array(‘textarea_name’ => ‘wpuf_post_content’, ‘editor_class’ => ‘requiredField
   richtext’, ‘teeny’ => true, ‘media_buttons’ => false, ‘quicktags’ => true, ‘textarea_rows’
   => 8) ); ?> </div>
 * Thanks
 *  [peters3](https://wordpress.org/support/users/peters3/)
 * (@peters3)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/frontend-editor-issue/#post-6128954)
 * Hi when activating the plugin at the bottom of every page it suddenly show any
   media library image that has been linked to that page, thus we all of a sudden
   get a lot of double and unwanted images at the bottom of every page.
 * How to fix this?
 * Regards Peter
 *  Plugin Author [weDevs](https://wordpress.org/support/users/wedevs/)
 * (@wedevs)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/frontend-editor-issue/#post-6128955)
 * Hello Peter,
 * You have already posted here- [https://wordpress.org/support/topic/old-images-at-bottom-of-page?replies=4#post-7093690](https://wordpress.org/support/topic/old-images-at-bottom-of-page?replies=4#post-7093690).

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Frontend Editor Issue’ is closed to new replies.

 * ![](https://ps.w.org/wp-user-frontend/assets/icon-256x256.gif?rev=3578622)
 * [User Frontend: AI Powered Frontend Post Submission, User Directory, User Profile, Membership & User Registration](https://wordpress.org/plugins/wp-user-frontend/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-user-frontend/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-user-frontend/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-user-frontend/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-user-frontend/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-user-frontend/reviews/)

 * 9 replies
 * 4 participants
 * Last reply from: [weDevs](https://wordpress.org/support/users/wedevs/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/frontend-editor-issue/#post-6128955)
 * Status: not resolved