Title: Allen Chu's Replies | WordPress.org

---

# Allen Chu

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] All widgets are gone](https://wordpress.org/support/topic/all-widgets-are-gone-2/)
 *  [Allen Chu](https://wordpress.org/support/users/allensph/)
 * (@allensph)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/all-widgets-are-gone-2/#post-10737659)
 * I’ve the same issue here.
 * under php 5.4.5
    Ocean extra 1.4.29 widgets all disappear Ocean extra 1.4.2 runs
   well.
 * under php 5.6
    Ocean extra 1.4.29 have no issue.
 * It’s hard for me to change the php version on shared server
    so please make sure
   Ocean Extra more reliable.
    -  This reply was modified 7 years, 7 months ago by [Allen Chu](https://wordpress.org/support/users/allensph/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sidebar Menu] Multiple Custom Taxonomies ?](https://wordpress.org/support/topic/custom-taxonomy-terms-2/)
 *  Thread Starter [Allen Chu](https://wordpress.org/support/users/allensph/)
 * (@allensph)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/custom-taxonomy-terms-2/#post-9394531)
 * I’ve tried and make something available for my scenario:
    Create a parent level
   term above others in My Custom Taxonomy. Use taxonomy-term instead of custom-
   post-type-archive in Menu, and works fine (even with several different taxonomies).
 *     ```
       function custom_taxonomy( $taxonomy, $widget_args, $widget_values, $menu_class){
           global $post;
           $taxonomy_names = get_object_taxonomies( $post );
           $taxonomy = $taxonomy_names[0];
           return $taxonomy;
       }
       add_action('advanced_sidebar_menu_taxonomy','custom_taxonomy', 10, 4);
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sidebar Menu] Multiple Custom Taxonomies ?](https://wordpress.org/support/topic/custom-taxonomy-terms-2/)
 *  Thread Starter [Allen Chu](https://wordpress.org/support/users/allensph/)
 * (@allensph)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/custom-taxonomy-terms-2/#post-9393490)
 * And I think it’s better to detect current taxonomy type and generate $taxonomy
   value dynamically, instead of manually change it. But these behavior may not 
   fit the plugin structure and not easy for me to achieve. Need some help here.
   Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Searchable Data Entry System] CSV import not working and search not reliable](https://wordpress.org/support/topic/csv-import-not-working-and-search-not-reliable/)
 *  [Allen Chu](https://wordpress.org/support/users/allensph/)
 * (@allensph)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/csv-import-not-working-and-search-not-reliable/#post-6777816)
 * The search method count every field as individual, even in same entry. If the
   entry contains a keyword in 3 different field, it will show 3 times in search
   result. At least I think the repeat can be avoided.

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