Title: peakadmin's Replies | WordPress.org

---

# peakadmin

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Extended Search] Plugin does not recognize ALL registered taxonomies](https://wordpress.org/support/topic/plugin-does-not-recognize-all-registered-taxonomies/)
 *  Thread Starter [peakadmin](https://wordpress.org/support/users/peakadmin/)
 * (@peakadmin)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/plugin-does-not-recognize-all-registered-taxonomies/#post-13919672)
 * Thank you Sumit,
 * That code snippet did the trick – the search now works as expected!
 * I did not realize that you had all those actions and filters to extend or modify
   the plugin functionality, they’re fantastic yet so simple!. They really take 
   the plugin to the next level – thanks again.
 * You can mark this ticket resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Extended Search] Plugin does not recognize ALL registered taxonomies](https://wordpress.org/support/topic/plugin-does-not-recognize-all-registered-taxonomies/)
 *  Thread Starter [peakadmin](https://wordpress.org/support/users/peakadmin/)
 * (@peakadmin)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/plugin-does-not-recognize-all-registered-taxonomies/#post-13915338)
 * Hi [@5um17](https://wordpress.org/support/users/5um17/),
    Here’s the output
 *     ```
       Array
       (
           [category] => WP_Taxonomy Object
               (
                   [name] => category
                   [label] => Categories
                   [labels] => stdClass Object
                       (
                           [name] => Categories
                           [singular_name] => Category
                           [search_items] => Search Categories
                           [popular_items] => 
                           [all_items] => All Categories
                           [parent_item] => Parent Category
                           [parent_item_colon] => Parent Category:
                           [edit_item] => Edit Category
                           [view_item] => View Category
                           [update_item] => Update Category
                           [add_new_item] => Add New Category
                           [new_item_name] => New Category Name
                           [separate_items_with_commas] => 
                           [add_or_remove_items] => 
                           [choose_from_most_used] => 
                           [not_found] => No categories found.
                           [no_terms] => No categories
                           [items_list_navigation] => Categories list navigation
                           [items_list] => Categories list
                           [most_used] => Most Used
                           [back_to_items] => ← Go to Categories
                           [menu_name] => Categories
                           [name_admin_bar] => category
                       )
   
                   [description] => 
                   [public] => 1
                   [publicly_queryable] => 1
                   [hierarchical] => 1
                   [show_ui] => 1
                   [show_in_menu] => 1
                   [show_in_nav_menus] => 1
                   [show_tagcloud] => 1
                   [show_in_quick_edit] => 1
                   [show_admin_column] => 1
                   [meta_box_cb] => post_categories_meta_box
                   [meta_box_sanitize_cb] => taxonomy_meta_box_sanitize_cb_checkboxes
                   [object_type] => Array
                       (
                           [0] => post
                       )
   
                   [cap] => stdClass Object
                       (
                           [manage_terms] => manage_categories
                           [edit_terms] => edit_categories
                           [delete_terms] => delete_categories
                           [assign_terms] => assign_categories
                       )
   
                   [rewrite] => Array
                       (
                           [with_front] => 1
                           [hierarchical] => 1
                           [ep_mask] => 512
                           [slug] => category
                       )
   
                   [query_var] => category_name
                   [update_count_callback] => 
                   [show_in_rest] => 1
                   [rest_base] => categories
                   [rest_controller_class] => WP_REST_Terms_Controller
                   [default_term] => 
                   [rest_controller] => 
                   [_builtin] => 1
               )
   
           [post_tag] => WP_Taxonomy Object
               (
                   [name] => post_tag
                   [label] => Tags
                   [labels] => stdClass Object
                       (
                           [name] => Tags
                           [singular_name] => Tag
                           [search_items] => Search Tags
                           [popular_items] => Popular Tags
                           [all_items] => All Tags
                           [parent_item] => 
                           [parent_item_colon] => 
                           [edit_item] => Edit Tag
                           [view_item] => View Tag
                           [update_item] => Update Tag
                           [add_new_item] => Add New Tag
                           [new_item_name] => New Tag Name
                           [separate_items_with_commas] => Separate tags with commas
                           [add_or_remove_items] => Add or remove tags
                           [choose_from_most_used] => Choose from the most used tags
                           [not_found] => No tags found.
                           [no_terms] => No tags
                           [items_list_navigation] => Tags list navigation
                           [items_list] => Tags list
                           [most_used] => Most Used
                           [back_to_items] => ← Go to Tags
                           [menu_name] => Tags
                           [name_admin_bar] => post_tag
                       )
   
                   [description] => 
                   [public] => 1
                   [publicly_queryable] => 1
                   [hierarchical] => 
                   [show_ui] => 1
                   [show_in_menu] => 1
                   [show_in_nav_menus] => 1
                   [show_tagcloud] => 1
                   [show_in_quick_edit] => 1
                   [show_admin_column] => 1
                   [meta_box_cb] => post_tags_meta_box
                   [meta_box_sanitize_cb] => taxonomy_meta_box_sanitize_cb_input
                   [object_type] => Array
                       (
                           [0] => post
                       )
   
                   [cap] => stdClass Object
                       (
                           [manage_terms] => manage_post_tags
                           [edit_terms] => edit_post_tags
                           [delete_terms] => delete_post_tags
                           [assign_terms] => assign_post_tags
                       )
   
                   [rewrite] => Array
                       (
                           [with_front] => 1
                           [hierarchical] => 
                           [ep_mask] => 1024
                           [slug] => tag
                       )
   
                   [query_var] => tag
                   [update_count_callback] => 
                   [show_in_rest] => 1
                   [rest_base] => tags
                   [rest_controller_class] => WP_REST_Terms_Controller
                   [default_term] => 
                   [rest_controller] => 
                   [_builtin] => 1
               )
   
           [hp_listing_category] => WP_Taxonomy Object
               (
                   [name] => hp_listing_category
                   [label] => Categories
                   [labels] => stdClass Object
                       (
                           [name] => Categories
                           [singular_name] => Category
                           [search_items] => Search Categories
                           [popular_items] => 
                           [all_items] => Categories
                           [parent_item] => Parent Category
                           [parent_item_colon] => Parent Category:
                           [edit_item] => Edit Category
                           [view_item] => View Category
                           [update_item] => Update Category
                           [add_new_item] => Add Category
                           [new_item_name] => New Category Name
                           [separate_items_with_commas] => 
                           [add_or_remove_items] => 
                           [choose_from_most_used] => 
                           [not_found] => No categories found.
                           [no_terms] => No categories
                           [items_list_navigation] => Categories list navigation
                           [items_list] => Categories list
                           [most_used] => Most Used
                           [back_to_items] => ← Go to Categories
                           [menu_name] => Categories
                           [name_admin_bar] => Category
                           [archives] => Categories
                       )
   
                   [description] => 
                   [public] => 1
                   [publicly_queryable] => 1
                   [hierarchical] => 1
                   [show_ui] => 1
                   [show_in_menu] => 1
                   [show_in_nav_menus] => 1
                   [show_tagcloud] => 1
                   [show_in_quick_edit] => 1
                   [show_admin_column] => 1
                   [meta_box_cb] => post_categories_meta_box
                   [meta_box_sanitize_cb] => taxonomy_meta_box_sanitize_cb_checkboxes
                   [object_type] => Array
                       (
                           [0] => hp_listing
                           [1] => hp_listing_attribute
                       )
   
                   [cap] => stdClass Object
                       (
                           [manage_terms] => manage_categories
                           [edit_terms] => manage_categories
                           [delete_terms] => manage_categories
                           [assign_terms] => edit_posts
                       )
   
                   [rewrite] => Array
                       (
                           [with_front] => 1
                           [hierarchical] => 
                           [ep_mask] => 0
                           [slug] => listing-category
                       )
   
                   [query_var] => hp_listing_category
                   [update_count_callback] => Array
                       (
                           [0] => HivePress\Components\Listing Object
                               (
                               )
   
                           [1] => update_category_count
                       )
   
                   [show_in_rest] => 
                   [rest_base] => 
                   [rest_controller_class] => 
                   [default_term] => 
                   [rest_controller] => 
                   [_builtin] => 
                   [post_type] => Array
                       (
                           [0] => listing
                           [1] => listing_attribute
                       )
   
               )
   
       )
       ```
   
 * Thanks for looking into this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Extended Search] Plugin does not recognize ALL registered taxonomies](https://wordpress.org/support/topic/plugin-does-not-recognize-all-registered-taxonomies/)
 *  Thread Starter [peakadmin](https://wordpress.org/support/users/peakadmin/)
 * (@peakadmin)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/plugin-does-not-recognize-all-registered-taxonomies/#post-13887104)
 * Hi Sumit,
 * A follow up comment from the HivePress developer is
 * > I figured there may be an issue because all selectable attributes have the 
   > same taxonomy label of “Option”, but those are not displayed either. This may
   > be resolved if WPES displays taxonomy names instead of labels (in the same 
   > way as meta keys are displayed now).
 * You can read the original conversation over at HivePress [here](https://hivepress.io/support/topic/allow-attributes-and-their-options-to-be-searched-through-text-search/).
 * Hope this helps somewhat.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Extended Search] Plugin does not recognize ALL registered taxonomies](https://wordpress.org/support/topic/plugin-does-not-recognize-all-registered-taxonomies/)
 *  Thread Starter [peakadmin](https://wordpress.org/support/users/peakadmin/)
 * (@peakadmin)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/plugin-does-not-recognize-all-registered-taxonomies/#post-13884340)
 * Hi Sumit,
 * I have two screenshots to help explain the issue.
 * [wp_term_taxonomy.jpg](https://snipboard.io/m5cUNI.jpg) is a look at the WP table
   showing the standard WP install with its standard taxonomies of ‘category’ and‘
   post_tag’ (in yellow). Further down the table we see the HivePress plugin has
   registered its custom taxonomy of ‘hp_listing_category’ (in yellow) and ‘hp_listing_pets’
   and ‘hp_listing_locality’ (circled in red).
 * The three taxonomies in yellow are picked up by the WPES plugin but the two in
   red are not. [WPESsettings.jpg](https://snipboard.io/sE0QAF.jpg) shows the WPES
   plugin setting screen with the corresponding yellow taxonomies displayed and 
   the red ones not.
 * This is my concern.
 * The only difference between the custom taxonomies is the way in which they are
   built. Those in yellow are physically typed into a field for the name and slug
   of said custom taxonomy. Those in red are NOT typed into the name or slug fields
   BUT are **SELECTED from a drop down list of available options**.
 * So the issue is either the way that HivePress is registering those custom taxonomies
   OR its the way that the WPES plugin is collecting the data for its ‘taxonomies’
   => array().
 * HivePress has declared the issue lies with your plugin – [https://hivepress.io/support/topic/allow-attributes-and-their-options-to-be-searched-through-text-search/](https://hivepress.io/support/topic/allow-attributes-and-their-options-to-be-searched-through-text-search/)
 * HivePress is a free plugin. The HiveListing theme is also a free plugin
 * If I can help in any other way, please let me know.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[ProjectManager] Very Powerful But Has Bugs](https://wordpress.org/support/topic/very-powerful-but-has-bugs/)
 *  Thread Starter [peakadmin](https://wordpress.org/support/users/peakadmin/)
 * (@peakadmin)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/very-powerful-but-has-bugs/#post-7748830)
 * Hi David,
 * Unfortunately ProjectManager is a ‘one of a kind’ little plugin and basically
   provides you with a blank platform from which to build whatever type of database
   you require and so I’ve not found any other plugin that is as accommodating as
   this one is.
 * There are other ‘database’ plugins but they are quite specific in what they do…
   so a lot depends on what your database requirements are.
 * As for working with v3.5.1… it seems OK on my [client website](http://emeraldtigers.com.au)(
   so far!).
 *  Putting Your Business Online
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ProjectManager] [Plugin: ProjectManager] Double single entry due to two [project] elements](https://wordpress.org/support/topic/plugin-projectmanager-double-single-entry-due-to-two-project-elements-1/)
 *  [peakadmin](https://wordpress.org/support/users/peakadmin/)
 * (@peakadmin)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-projectmanager-double-single-entry-due-to-two-project-elements-1/#post-2912943)
 * Hi and thanks for a fantastic plugin – just wish there was more support!
 * I have the same issue as Tom, if you have more than one instance of the plugin
   on any given page, when you click through to the single dataset.php template,
   it returns that single dataset to EVERY instance of the plugin on that page.
 * So I have a side widget showing the league table, and I have a main table of 
   players and another table of team sponsors below that (3 instances of the plugin
   on one page)… if I drill down on any one of those (say a particular player or
   a particular sponsor), it returns those details in every area – in the league
   widget, in the players table, and in the sponsors table!
 * HELP!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meteor Slides] [Plugin: Meteor Slides] The slideshow won't show on my homepage.](https://wordpress.org/support/topic/plugin-meteor-slides-the-slideshow-wont-show-on-my-homepage/)
 *  [peakadmin](https://wordpress.org/support/users/peakadmin/)
 * (@peakadmin)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-meteor-slides-the-slideshow-wont-show-on-my-homepage/page/3/#post-2286412)
 * Thanks JLeuze,
 * Your [solution](http://nicerteas.com.au/) worked perfectly. Your quick and accurate
   response has saved me heaps of valuable time and for that I thank you.
 * Love your plug-in!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meteor Slides] [Plugin: Meteor Slides] The slideshow won't show on my homepage.](https://wordpress.org/support/topic/plugin-meteor-slides-the-slideshow-wont-show-on-my-homepage/)
 *  [peakadmin](https://wordpress.org/support/users/peakadmin/)
 * (@peakadmin)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-meteor-slides-the-slideshow-wont-show-on-my-homepage/page/3/#post-2286410)
 * Hi JLeuze,
 * Nice plugin thanks. I have it installed and working just fine on a clients homepage
   at [nicerteas.com.au](http://nicerteas.com.au) but have just been told it does
   NOT work in Firefox or Opera browsers..!
 * It has been tested and appears in various versions of Chrome; IE; Safari; iPad2;
 * Do you know of any browser dependant issues with the plugin or is it supposed
   to be completely cross browser compatible?
 * Thanks

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