Hi
I have custom post type around 6 different , but it’s not working at all
thanks
Amisha+
Hi,
I’m getting the following error on activating the plugin:
Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method Facetious_Widget::register() should not be called statically in C:\inetpub\wwwroot\help\Dev\wp-includes\plugin.php on line 496
Any idea what might be causing this?
Thanks,
Trish
it is possible to hide empty terms in the dropdowns ?
thanks
]]>Current location of what I’m working on:
https://onlocation.com/otworth/
I have setup several custom taxonomies but I would also like to use the “tags” taxonomy as one of the drop downs. The description of the plugin states that it should be able to do so but I cannot figure out what I use to call it.
My current code is:
<?php
do_action( ‘facetious’, array(
‘submit’ => ‘Go’,
‘fields’ => array(
‘s’,
‘category’,
‘city’,
‘feature’,
‘pt’
)
) );
?>
Hello,
I’d like to test your plugin. Unfortunately, I have this message after activating in :
Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method Facetious_Widget::register() should not be called statically in /Applications/MAMP/htdocs/docteo/wp-includes/plugin.php on line 496
I have deactivate all my plugins.
Any help would be much appreciated ! ??
Mat
]]>I’ve got the search set up nicely on my site. The problem I’m trying to get round is that in the category drop down. Some options seem to be in alphabetical order then it seems to go to the order of main category with subcategories underneath them. What I want is for it to have the main category with the sub-categories underneath, indented so it’s obvious they’re sub-categories. Can someone help with this please? Many thanks.
]]>I’ve got the search set up nicely on my site. The problem I’m trying to get round is that in the category drop down. Some options seem to be in alphabetical order then it seems to go to the order of main category with subcategories underneath them. What I want is for it to have the main category with the sub-categories underneath, indented so it’s obvious they’re sub-categories. Can someone help with this please? Many thanks.
]]>Hi!
Each time I try to search with more than one word, I get a 404 error by the server. I think it could be a problem with the URL writing rules, but I can’t find a way to solve it.
Can anyone help? Thanks in advance!
Hello,
First a fantastiche plugin.
But i have also that it shows items that are not in the custom taxonomy selected. I also use relevanssi as site search plugin.
But at a certain page you should be able to search by custom taxonomy. In ‘normal’ categories will be fine …
it looks like the problem that is described here: https://www.ads-software.com/support/topic/work-with-relevanssi?replies=7
I hope there is (now) a solution
Greetings
]]>All search queries simply return no results.
]]>I want to keep the fact that the drop down shows Categories, but I wan to change the word “Categories” to “Project Names” on the search form.
Thank you
]]>I am getting a ‘no content matched your criteria’ results for searches.
I am working with Custom Taxonomies and the default Post Type.
The problem I am having is that the results url has /type/-1/ at the end of it.
This is causing a failed search resulting in a ‘Sorry, no content matched your criteria’
If I remove the /type/-1/ from the URL it returns search results as expected.
I have tried the default permalink structure of ?p=123 with similar results.
Thoughts?
Jeffrey
I am using a facetious search on a custom post type with multiple custom taxonomies being searchable. I am having trouble listing the terms used to search in my archive.php page that is returned for the search. Has anyone had this issue?
Also if the taxonomy search dropdowns are left at “All Terms” instead of results I am returned to the homepage but with the following trailing the URL:
/?facetious_post_type=locations&departments=&products=&services=
Hoping I am just missing something simple, thanks for the help!
]]>Hi I have some posts with a post status of expired. How do I exclude these from the search? I can exclude post types but not post statuses. Cheers
]]>Hey there:)
Is it possible to call fields separately? I need to have text in between two fields, such as:
Search for <field> in <field>.
Thanks in advance! ??
]]>This plugin is great — exactly what I need.
Will someone please give me some pointers on how to display the search results in a grid? I’ve tried this with the style sheet, but it affects all of the site’s pages/posts.
div.post {
display: inline-block;
width: 300px;
height: 250px;
Thanks in advance. ??
]]>Thanks for the help.
]]>Hi,
Any idea how to remove “All Tags” from the dropdown here https://pearne.com/professionals/ ?
Thanks in advance!
]]>Hello,
After enabling buddy press on one of my sites the facetious search stops working.
WP 3.9.1
BuddyPRess 2.0.1
Facetious Search 1.1.4
Using the widgets or short codes and hit search, I see the URL changes to the facetious parameters for a second then its redirected back to the home page.
Are you able to advise a fix for this?
]]>]]>Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method Facetious_Widget::register() should not be called statically in /wp-includes/plugin.php on line 470
Hi
Will be great if we are able to search authors post. Any chance to implement it?
Regards
Ciro
Hi!
Can someone please assist me…this plugin works great and is perfect for my use, I just need to have the search results returned in alphabetical order.
I can append &sort=asc to the results URL and it works. I just don’t know how to code it.
Thanks! ??
]]>Hi,
I wish if someone would help me!
I’m using this plugin to search my posts. i use the search field where the user can enter keywords & a taxonomy filter.
<?php do_action( ‘facetious’, array(
‘submit’ => ‘Search’,
‘fields’ => array(
‘s’,
‘cardsTax’
)
) );?>
cardsTax is the name of my taxonomy.
is there anyway to take inputs to the search field ‘s’ as a category name?
i have more than 2000 category in my website so it is impossible to display them in a drop-down for users to filter search results.
So i’m thinking in auto-complete categories names in the ‘s’ field, but how to let the search know that it should take the ‘s’ input as a category and search for posts in the entered category and not taking it as a keyword!
Any ideas ?!
]]>Changing the submit button value doesn’t not change anything on the front end of the widget.
This was tested on WP 3.8-3.9 with 3 different Genesis child themes and 2 separate WP installs.
]]>I want to use Facetious with the WPSearch plugin:
https://www.ads-software.com/support/plugin/wpsearch
WPSearch uses Lucene to enable boolean logic searches. It somehow replaces the standard WordPress search engine. The effect of having both Facetious and WPSearch plugins installed and activated is that the Facetious search widget ignores the Category and Tags drop-downs. It only uses the Keyword field.
]]>Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method Facetious_Widget::register() should not be called statically in /wp-includes/plugin.php on line 429
]]>Just noticed a typo in template.php..
each instance of a select tag being opened ends in a backslash:
<select name="facetious_post_type" class="%1$s" id="%2$s" />
which breaks the form when used with various javascript functions.
cheers,
Tom
]]>Can i use this plugin to display dropdowns based on how many custom fields and each one contains their own values?
]]>Add features:
1. Ability to change the label through the widget.
2. Ability to exclude certain category or tag ids.
Thanks,
Steve
Thanks for the plugin. Work really well.
I have a grade level taxonomy displaying: 10th Grade, 11th Grade, 12th Grade, 1st Grade, etc., 9th Grade, Kindergarten I’ve worked about the issue by adding a non-breaking space before terms with a single digit and two nbsp for Kindergarten. Works, but…
Is there a more elegant way to get an order of 1st – 12th? Ideally, sorting Kindergarten to the top.
]]>