Title: htvu's Replies | WordPress.org

---

# htvu

  [  ](https://wordpress.org/support/users/htvu/)

 *   [Profile](https://wordpress.org/support/users/htvu/)
 *   [Topics Started](https://wordpress.org/support/users/htvu/topics/)
 *   [Replies Created](https://wordpress.org/support/users/htvu/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/htvu/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/htvu/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/htvu/engagements/)
 *   [Favorites](https://wordpress.org/support/users/htvu/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 60 total)

1 [2](https://wordpress.org/support/users/htvu/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/htvu/replies/page/3/?output_format=md) [4](https://wordpress.org/support/users/htvu/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/htvu/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPS Hide Login] too many 404 error](https://wordpress.org/support/topic/too-many-404-error/)
 *  [htvu](https://wordpress.org/support/users/htvu/)
 * (@htvu)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/too-many-404-error/#post-12208511)
 * Addition info: the link cause 404 error, it access normally yesterday. Maybe 
   this is cookie, session relate issue. I havent look into your code yet.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPS Hide Login] too many 404 error](https://wordpress.org/support/topic/too-many-404-error/)
 *  [htvu](https://wordpress.org/support/users/htvu/)
 * (@htvu)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/too-many-404-error/#post-12208502)
 * 404 error occurred on random links. For example, I’m using Wordfence (WF) plugin,
   I can access WF dashboard, scan page… but cant access firewall page (404). I 
   use a trick by add ?something=111 and I access normally. But this trick not work
   for all cases, some time it lead into some WordPress errors.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OptionTree] Add Font Family in Typography](https://wordpress.org/support/topic/add-font-family-in-typography/)
 *  [htvu](https://wordpress.org/support/users/htvu/)
 * (@htvu)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/add-font-family-in-typography/#post-3651780)
 * Yes, use this code in your functions.php
 *     ```
       function filter_ot_recognized_font_families( $array, $field_id ) {
   
         /* only run the filter when the field ID is my_google_fonts_headings */
         if ( $field_id == 'my_google_fonts_headings' ) {
           $array = array(
             'sans-serif'    => 'sans-serif',
             'open-sans'     => '"Open Sans", sans-serif',
             'droid-sans'    => '"Droid Sans", sans-serif'
           );
         }
   
         return $array;
   
       }
       add_filter( 'ot_recognized_font_families', 'filter_ot_recognized_font_families', 10, 2 );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OptionTree] OptionTree and NEW Insert Media](https://wordpress.org/support/topic/optiontree-and-new-insert-media/)
 *  Thread Starter [htvu](https://wordpress.org/support/users/htvu/)
 * (@htvu)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/optiontree-and-new-insert-media/#post-3304663)
 * Check it for new Media Upload [https://github.com/valendesigns/option-tree/issues/84#issuecomment-16179238](https://github.com/valendesigns/option-tree/issues/84#issuecomment-16179238)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OptionTree] Request for implementation of new media uploader (WP 3.5)](https://wordpress.org/support/topic/request-for-implementation-of-new-media-uploader-wp-35/)
 *  [htvu](https://wordpress.org/support/users/htvu/)
 * (@htvu)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/request-for-implementation-of-new-media-uploader-wp-35/#post-3401101)
 * Check it [https://github.com/valendesigns/option-tree/issues/84#issuecomment-16179238](https://github.com/valendesigns/option-tree/issues/84#issuecomment-16179238)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OptionTree] Support for new Media Uploader](https://wordpress.org/support/topic/support-for-new-media-uploader/)
 *  [htvu](https://wordpress.org/support/users/htvu/)
 * (@htvu)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/support-for-new-media-uploader/#post-3641067)
 * Check it [https://github.com/valendesigns/option-tree/issues/84#issuecomment-16179238](https://github.com/valendesigns/option-tree/issues/84#issuecomment-16179238)
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[OptionTree] Exellent job !](https://wordpress.org/support/topic/exellent-job/)
 *  Thread Starter [htvu](https://wordpress.org/support/users/htvu/)
 * (@htvu)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/exellent-job/#post-7735576)
 * Yes. I’m using your plugin for my first WP theme at ThemeForest.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OptionTree] How to use option tree](https://wordpress.org/support/topic/how-to-use-option-tree/)
 *  [htvu](https://wordpress.org/support/users/htvu/)
 * (@htvu)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-to-use-option-tree/#post-3416436)
 * [@derek](https://wordpress.org/support/users/derek/) you’re welcome. I l love
   this plugin and I’m using it for my new theme in ThemeForest. I made some changes
   on the plugin and I just want give a little help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OptionTree] Can Theme Options be used after removal of plugin?](https://wordpress.org/support/topic/can-theme-options-be-used-after-removal-of-plugin/)
 *  [htvu](https://wordpress.org/support/users/htvu/)
 * (@htvu)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/can-theme-options-be-used-after-removal-of-plugin/#post-3603768)
 * Yes, it’s possible. See ot-ui-theme-options.php in includes folder of OT plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OptionTree] Can Theme Options be used after removal of plugin?](https://wordpress.org/support/topic/can-theme-options-be-used-after-removal-of-plugin/)
 *  [htvu](https://wordpress.org/support/users/htvu/)
 * (@htvu)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/can-theme-options-be-used-after-removal-of-plugin/#post-3603619)
 * This plugin stored settings in database, it NOT generate codes for admin panel.
   If plugin is removed, no admin panel displayed. You can see document to know 
   how to use plugin in THEME MODE. In THEME MODE, admin panel always show even 
   plugin is intalled or not.
 * The latest version (2.0.12) of this plugin still use old Media Upload but you
   can easy switch it to the new one by modyfying some codes (of couse you should
   use plugin in THEME MODE)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OptionTree] Meta Boxes on specific theme template page](https://wordpress.org/support/topic/meta-boxes-on-specific-theme-template-page/)
 *  [htvu](https://wordpress.org/support/users/htvu/)
 * (@htvu)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/meta-boxes-on-specific-theme-template-page/#post-3527138)
 * If you want to show specific metabox for new post that not save yet, you must
   regirster all metaboxes in PHP and use JS to show metabox base on what tempate
   is selected.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OptionTree] Theme options under the Appearance tab…. why?](https://wordpress.org/support/topic/theme-options-under-the-appearance-tab-why/)
 *  [htvu](https://wordpress.org/support/users/htvu/)
 * (@htvu)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/theme-options-under-the-appearance-tab-why/#post-3528808)
 * [@w1cky](https://wordpress.org/support/users/w1cky/): I’m not sure about an elegant
   solution because I just like you, a user of this plugin not author.
 * My idea to solve your issue is use a capability value (**publish_pages**) that
   available for superadmin, admin and editor. **manage_options** is a capability
   just availabe for superadmin and admin, not for editor. You can see Roles and
   Capabilities in WP document for more information.
 * UPDATE: in new version of OT, Derek (plugin’s author) use **edit_theme_options**
   instead **manage_options**. Editor still can’t access page because **edit_theme_options**
   not available for editor.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OptionTree] Theme options under the Appearance tab…. why?](https://wordpress.org/support/topic/theme-options-under-the-appearance-tab-why/)
 *  [htvu](https://wordpress.org/support/users/htvu/)
 * (@htvu)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/theme-options-under-the-appearance-tab-why/#post-3528807)
 * [@dhaval007](https://wordpress.org/support/users/dhaval007/): use **ot_theme_options_page_title**
   and **ot_theme_options_menu_title** filters
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OptionTree] Theme options under the Appearance tab…. why?](https://wordpress.org/support/topic/theme-options-under-the-appearance-tab-why/)
 *  [htvu](https://wordpress.org/support/users/htvu/)
 * (@htvu)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/theme-options-under-the-appearance-tab-why/#post-3528804)
 * [@dhaval007](https://wordpress.org/support/users/dhaval007/): see ot-ui-theme-
   options.php file
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OptionTree] Theme options under the Appearance tab…. why?](https://wordpress.org/support/topic/theme-options-under-the-appearance-tab-why/)
 *  [htvu](https://wordpress.org/support/users/htvu/)
 * (@htvu)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/theme-options-under-the-appearance-tab-why/#post-3528770)
 * You should change **capability** value too, from **manage_options** to **publish_pages**.
 * This is not elegant solution but easiest.

Viewing 15 replies - 1 through 15 (of 60 total)

1 [2](https://wordpress.org/support/users/htvu/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/htvu/replies/page/3/?output_format=md) [4](https://wordpress.org/support/users/htvu/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/htvu/replies/page/2/?output_format=md)