I′ve just migrated my WP from 3.7.1 to 4.2.2.
This plugin doesn′t work, it shows [AjaxWPQSF id=xxx], just as if it was not activaded.
Anyone has this plugin working on this WP version?
thanks
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>Good day! Thank you for the great plugin. But for me, as a beginner, there was a problem. The plugin allows you to sort by the Meta key. I use it. But as in the derivation of the results highlight the first 3 records. To make this look like a “TOP -3”. I tried to do it through the database. But I can not understand what kind of variable units responsible for id post. Please tell me how to select records that will be in my TOP.
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>I would like to exclude some of the categories in my seach form that apears when not selecting any taxonomies in a seaching.
I have tried to follow the advice in this topic, But it did not work at all.
Some suggestions?
/?sa
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>Hello friend
I am looking for a plugin for searh routing bus (tranport public)
I only need search for “from” and “to” routes, for example,
City A, B, C – routes 4, 6, 30
City C, D, F – routes 4, 8, 20
then the route in list A and list B is 4 and show in the search results
with this plugin it is possible?
thanks for support
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>Hi,
I have the following issue. I work with a lot of taxonomies.
For the taxonomy country and region I have taxonomy archives.
For example: Taxonomy country france I have a page:
https://www.sitename.nl/country/france
for a region I have https://www.sitename.nl/region-france/regionname
At every taxonomy archive I’ve added a filter form, where the user can filter with from several different taxonomies. Issue is that when I filter at the page of France, it shows results from (as example) Italy as well.
I’m using a custom function to show the results. I know I’ll have to add something like:
$arg = array(
'country' => 'france'
);
$query = new WP_Query( $arg );
only changing ‘country’ => ‘france’ to something that automatically the right taxonomy etc. is added to the array.
When i’m at the region page it should add: ‘region-country’ => ‘region-name’.
Any clue how to do this?
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>Hi,
Thanks for using this plugin, however recently I have released a new search filter plugin, which will replace this plugin in the future. So you are recommended to use the new plugin instead of this one.
If you want to stick with this plugin, it’s okay. But there will be no update for this plugin from now on.
New Plugin : Ultimate WP Query Search Filter
]]>I want to search in somes category. I added a “Taxonomy” on Category and I excluded somes categorys ID but when I make a search posts from the category I excluded appears.
Thank for help !
Diane
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>Hi,
I tried your plugin and it does exactly what it says/what i need. Only one thing, I can’t use it right now with the way the results are showing up. I tried to change things in the functions.php as mentioned in your post here:
https://9-sec.com/2013/06/ajax-wp-query-search-filter/
But my template uses a bunch of php to customize the layout, that’s a column based layout and it must call the number of columns from the option and the last colum has an extra class to change the css.
Here is an example to give you an idea:
<?php while ( have_posts() ) : the_post(); $count++; ?>
<!-- Post Starts -->
<div class="bg-photo-thumb <?php echo $class; ?>-col<?php if ($count == $cols) { echo ' last'; $count = 0; } ?>">
I’m a newbie and couldn’t figure out how to make it work from the functions.php
So my question is, can we call/use a php template to present the results instead of doing it in the functions.php?
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>I want to order results by post_title.
Not seeing this in the sorting meta keys listed in the Results Settings.
How to?
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>Hi,
Could anyone tell me how I can add pagination buttons to the pagination, instead of only the numbers? I know have
“1 2 3 4″
But I actually desire something like
“< Previous 1 2 3 4 Next >”
I use an alternative styling using functions .php based on this args array:
$args = array(
'posts_per_page' => 2,
's' => esc_html($keyword),
'paged'=> $pagenumber,
'post_type' => 'project'
);
The pager is displayed by the following code, but i don’t know how to alter it:
echo $apiclass->ajax_pagination($arg['paged'],$query->max_num_pages, 2, $id);
The plugin Page Navi does not work because of the ajax.
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>Hi, I tried to costumize the result template using the code you mentioned here: https://www.ads-software.com/support/topic/costumize-result-template?replies=30
but when I add it to my function.php my search doesnt display any result.
Iam using a custom post type with custom taxonomies and I wanted to display the tittle, thumbnail and some metabox I created.
thanks!
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>Hi !
I have created a custom post type and custom taxonomies for it, on the front end I can see the categories I created perfectly, however when I make the search the plugin just display results of the normal taxonomies from normal wordpress posts, it cant found the post from the categories on my custom taxonomies.
In the plugin configuration I selected to makes the search from the custom post type I created but its still not working.
Could you help me on that?
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>Hi,
Short question.
Is it possible to search for zipcodes and display results in a certain radius from the zipcode?
Many thanks in advance for your answer. Suggestions are more than welcome.
Best regards,
Stefan
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>I’m having an issue where my search results are containing ANY ONE of the search parameters I’m using rather than ALL of the parameters I’ve selected via checkbox. For example, if I’m trying to search something that fits both the category “white” and the category “cloth,” my search results are of items that are are white and cloth or white or cloth. From the choice below, I have selected: “AND”
Boolean relationship between the taxonomy queries
ANDOR
AND – Must meet all taxonomy search.
OR – Either one of the taxonomy search is meet.
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>Is it possible to use 2 or more css themes together (different pages are different css themes)? And how i can add new css themes?
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>can you add a class field on element and an option to enable bootstrap class on default theme.
thanks for your great plugin ??
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>hello
i want to show search result like as my default search template
how can?
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>Is it possible to update the filters (checkmark) onChange and remove Search button?
Thanks ??
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>Hi, I try to add new Taxonomy, but I only see “category” but do not see “tag”?
How to add Tag Taxonomy?
Thanks ??
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>Please help. Search button does not work.
Probably the answer is “You probably forget to set the div to display the search result in the form of setting page, in the” Result Setting And Other “section.”
But when I go there, I totally do not know how to set it up. How to set it up?, What to write in the Div to display result: to run this plugin?
I really do not know how to set it up, please help! I’ve tried everything. My site: click
]]>Hi,
I have assigned my pages with categories and I want to use them as search in the Check Boxes.
What I did is I have added ‘category’ as taxonomy and have chosen ‘Check Box’. After that I saved it.
I went to the page where I put my code in to view and test it.
[AjaxWPQSF id=616]
<div id=”content”></div>
Tested it, but I always come out with ‘Found Nothing’
I hope someone can help me with this, I’ve searched for a solution. atm I haven’t found anything useful.
Thanks,
Erick
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>Hi,
I’ve been working with WordPress for a couple of weeks now and I would like to know how to make this plugin work properly.
The only thing that doesn’t work is the Search Button. I searched trough the support forum of “Ajax WP Query Search Filter“, the only thing I found is:
“(You probably forget to set the div to display the search result in the form setting page, in “Result Setting And Other” section.)”
I enabled the options in there
– “Result Settings And Other” section
I have been searching for a couple of days now to find out how to make this plugin work properly, but no result.
This is the website I am working on and where I have the problem atm: https://meerkerk.sitebysite.nl/zoeken/
Do I need to put some code somewhere? and if so where?
I hope someone can help and guide me trough this.
Thank you.
]]>Hi, im trying to add post custom images in page results apart from post thumbnail. Im using the plugin Advanced Custom Fields, it works adding this code at src:
src="<?php the_field('name_of_custom_image'); ?>"
How can I insert this code in your plugin? Im trying this:
$html .= '<img src="'.the_field(name_of_custom_image).'">';
but when I inspect the code at page results, the src is empty, and the url of custom image appears written at the beginning of my content div.
How can I fix it?
Thank you!
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>The use of shortcode <?php echo do_shortcode("[AjaxWPQSF id={form id}]"); ?>
within page template does not generate search filter. It only show the containing box (div with light grey border).
Currently using the theme Purity.
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>Would “Ajax WP Query Search Filter” be able to integrate with an existing “Filterable Portfolio” (e.g. https://veented.com/themes/purity/four-columns-1/)?
Looking for the checkboxes to have a similar effect seen in the demo link above.
Thank you!
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>If the display type is dropdown there is no problem, but if I select Radio or Check box, it will only display a text string saying Radio or Checkbox, but not checkbox itself.
please assist! thanks!
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>Could you please help telling me why my search form is not working? I’ve tried deactivating all the other plugins in my website, but it made no difference
You can find my search form right here: https://lab.nassidj.com/siao/?page_id=36
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>Hi,
I have the following custom function that is trying to modify the ORDER BY query:
function custom_ajwpsf_ometa_type($ordervalue, $getdata, $id) {
if (isset($getdata['sort_filter'])) {
switch($getdata['sort_filter']) {
case 'A-Z':
case 'Z-A':
$ordervalue = 'title';
break;
case 'date':
$ordervalue = 'date';
break;
case 'month':
$ordervalue = "meta_value";
break;
}
}
else {
$ordervalue = "_simple_fields_fieldGroupID_1_fieldID_5_numInSet_0";
}
return $ordervalue;
}
The reason for this is that I have a select menu, titled “Sort By”, which contains the following four items:
– Title (A-Z)
– Title (Z-A)
– Date Published
– Current Events
In the case statement above, “month” matches the “Current Events” item.
Now, the two Title fields and the Date published field sort the query perfectly. However, the Current Events (month) field doesn’t work. In the SQL it shows the following column that its trying to sort by.
wp_postmeta.meta_value
Now normally this would work perfectly, however the dates in our database are stored in dd/mm/yyyy format, so they don’t sort naturally. In a manual SQL query, we can counter this by using:
STR_TO_DATE(meta_value, ‘%d/%m/%Y’)
So my question is, how do I customise the query to do this in the function above?
Thanks,
Chris.
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>Hello!
This plugin looks great so far. Thanks for building it! It works great so far and will work for many use cases I’m sure. However there are a few things stopping me from using it right now though. For the particular project I’m working on, I need a little bit more functionality.
I’m just posting this so I can keep an eye on this project and see if others have any of the same requirements that I do.
Thanks for reading!
-Tim
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>Hello,
Thanks for this awesome plugin!
Wondering how I would go about customizing the way that my search results are displayed. I added the code snippet from your website to my functions.php file, but no matter what I searched for it said “no results found.” So I would appreciate some extra pointers.
I would like to display the results from a custom post type (“property”) with a thumbnail, title, and custom field data, if that data is present (i.e. Address, Lot Size, etc.).
How would I call that information in the functions.php file?
On the archive page, this is the way I have it set up:
<h2 class="entry-title"><?php the_title(); ?></h2>
<div class="one_third"><?php
if ( has_post_thumbnail()) {
$large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'large');
echo '<a href="' . $large_image_url[0] . '" title="' . the_title_attribute('echo=0') . '" rel="prettyPhoto" >';
echo get_the_post_thumbnail($post->ID, 'medium');
echo '</a>';
}
?></div>
<div class="two_third last">
<?php echo "Address: ".types_render_field("address", array("output"=>"HTML"));?><br/>
<?php echo "Park Location: ".types_render_field("park-location", array("output"=>"HTML"));?><br/>
<?php echo "Allowable Uses: ".types_render_field("allowable-uses", array("output"=>"HTML"));?><br/>
<?php echo "Property Size: ".types_render_field("total-size", array("output"=>"HTML"));?> sq. ft.<br/>
<?php echo "Max Ceiling Height: ".types_render_field("max-ceiling-height", array("output"=>"HTML"));?> ft.<br/>
<?php echo '<a class="button small default" href="'. types_render_field("pdf-summary", array("output"=>"HTML")) . '" target="_blank" >';
echo "Download PDF Summary";
echo '</a>';?><br/></div>
How could I achieve the same layout for the search results?
Thank you so much for any tips you could offer…
I am an absolute newbie when it comes to php!
https://www.ads-software.com/plugins/ajax-wp-query-search-filter/
]]>