peakadmin
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Extended Search] Plugin does not recognize ALL registered taxonomiesThank 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
In reply to: [WP Extended Search] Plugin does not recognize ALL registered taxonomiesHi @5um17,
Here’s the outputArray ( [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
In reply to: [WP Extended Search] Plugin does not recognize ALL registered taxonomiesHi 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.
Hope this helps somewhat.
Forum: Plugins
In reply to: [WP Extended Search] Plugin does not recognize ALL registered taxonomiesHi Sumit,
I have two screenshots to help explain the issue.
wp_term_taxonomy.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 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/
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
In reply to: [ProjectManager] Very Powerful But Has BugsHi 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 (so far!).
Peak Consulting Putting Your Business Online
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!
Thanks JLeuze,
Your solution worked perfectly. Your quick and accurate response has saved me heaps of valuable time and for that I thank you.
Love your plug-in!
Hi JLeuze,
Nice plugin thanks. I have it installed and working just fine on a clients homepage at 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