Hello all,
I have a error in the plugins Ultimate WP Query Search Filter, I see this error when I try to save a new filter in the Ultimete plugin.
Fatal error: Uncaught Error: [] operator not supported for strings in /home/classicmotorclub/.ftp-users/wp-content_lzDD/plugins/ultimate-wp-query-search-filter/ultimate-wpqsf.php:129 Stack trace: #0 /home/classicmotorclub/www/wp-includes/class-wp-hook.php(307): ulitmatewpsf->uwpqsf_save_from('') #1 /home/classicmotorclub/www/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #2 /home/classicmotorclub/www/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #3 /home/classicmotorclub/www/wp-admin/admin.php(175): do_action('admin_init') #4 {main} thrown in /home/classicmotorclub/.ftp-users/wp-content_lzDD/plugins/ultimate-wp-query-search-filter/ultimate-wpqsf.php on line 129
Any idea? Thanks
]]>Hi,
I have installed this plugin and ultimate member plugin. I want to add a search form for custom fields of users registered by ultimate member.
In details, I create a registration form with some custom fields for example state, city, education degree and so on. Now, I want to create a search form in which users can select the state and degree from drop-down menu and see the results.
I selects um_directory and um_form in post type, but, i do not know which meta key should be selected. There is a large number of meta keys start by um! ??
Can you somebody help me.
Thank you
]]>When I get results from the filter pagination not working properly and redirects to archive page
]]>Dear sir,
I have get below query, but I cant optimize / cache this query.
Please help me…
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_postmeta AS sq1 ON ( wp_posts.ID = sq1.post_id AND sq1.meta_key = ‘_wp_attached_file’ ) WHERE 1=1 AND (((wp_posts.post_title LIKE ‘%ke%’) OR (wp_posts.post_excerpt LIKE ‘%ke%’) OR (wp_posts.post_content LIKE ‘%ke%’) OR ( sq1.meta_value LIKE ‘%ke%’ ))) AND (wp_posts.post_mime_type LIKE ‘image/%’) AND wp_posts.post_type = ‘attachment’ AND ((wp_posts.post_status = ‘inherit’ OR wp_posts.post_status = ‘private’)) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 40
regards,
Uday
]]>Please, update your plugin to meet wordpress requirements about php 7.2 and WP 5.0 and may be it will works properly.
Thanks in advance.
]]>I wanted to have an input field text to search numbers, this is not case sensitive; also all queries are “equal”, “like” and other variants. I was using the plugin custom fields search but I had problems with newer php versions; this plugin works perfectly but I think an input field is necesary, does no matter if the user has a wrong typing; all sites has this kind of field, even Allyexpress and amazon. I modified de CSS to make it look according the theme; could you address me to the right code to try to make this change? I could contribute for this addition.
Regards!
]]>When the page first loads, you click on a category in the sidebar, the correct results display. If you try to click a different category in the sidebar after this, it reloads, but it is the same results as the first search.
Sometimes you can click a few times with the correct results, but inevitably, it ALWAYS stops working and just reloads results.
Has anyone here encountered this before? Can anyone help me troubleshoot?
Thanks in advance!
]]>Hello,
I have question about plugin.
If there is posibility to make ajax results for specific form ID or something similar?
I need two results designs for two forms.
No results found in any case, does anyone know how to fix it?
]]>Hi,
Great plugin. I’m just having trouble with the ‘random,’ search results for my website. The first page loads fine, but when I click on the button at the bottom of the page to load more results, I keep getting repeats of the same posts from the first page.
I think its because the next page is also ‘random,’ and so it will randomly pick any posts, regardless of whether they have been shown before.
Is there any way to fix this?
Thanks!
]]>Hello and very great thanks for this great plugin.
I’d like to insert a box with an input value (number) that should be appears on search page as variable in php.
Is it possibile?
Thanks in advance
]]>Running latest WordPress theme and installed the plugin for first time, went through and added a search.
Hit save and got directed to a white screen and that’s it…
url; /admin.php?page=uwpqsfform&uformid=new&uformaction=new
If I hit refresh, it loads the form page again though but blank!
]]>Hi,
I’m sorry for my poor English.
On this url ( https://www.ortodacoltivare.it/cosa-seminare.html ) I have search form built with your plugin.
If you press “SCOPRI COSA PUOI SEMINARE” you can see search results (vegetables).
Often the plugin breaks and shows the error “there is error here” instead of the search results.
I can temporarily solve the problem in two ways:
– Purge all cache of W3 Total Cache
– Disabiliting Wordfence security plugin
Of course I need the security plugin, so this is not a good solution.
Purging cache is temporary solution because after a little time (about 24 hours) the problem returns.
Does anyone know how to help fix the problem?
]]>Hi
How to use this function with my custom post type plugin…
Kindly help me out of this…
Thanks
]]>Please make premium version of this plugin which works on PHP7 and latest WP. I am sure we all can’t wait to pay to get some support and updates.
]]>I’m using the ‘Ajax- results displayed on same page function’ of Ultimate WP Query Search Filter.
I’m just wondering if there is a way to have the search automatically update when a new check box is ticked. There is a good example of this on this website: https://www.supercook.com
I think it would make for a more dynamic search engine for my website.
]]>Hi,
For some specific reason, I want to add a variable in the query string. For example &var=value
. How can I do that?
Hello I noticed that forms cannot be edited when running on PHP 7.1.
PHP 7.0 works fine.
Hi!
I recently had an issue with ajax filters only working for the default language, and this solved it for me:
https://wpml.org/forums/topic/ie11-wpml-issue-with-ajax-call-only-default-language-is-displayed/
Would you consider adding this to the plugin?
In the meantime, maybe the hack proposed helps somebody else.
Cheers!
]]>Hi,
Is it any way to change the order of the Taxonomy fields and Meta fields? I use both of these, but I have to start the widget with the Meta fileds, instead of the Taxonomi field, but it seems that I cannot modify this order on the plugin dashboard.
Thank you very much!
I saw this error messages more than once
Warning: Error while sending QUERY packet. PID=137086 in /home/xxx/public_html/couponat/wp-includes/wp-db.php on line 1877
And
Warning: array_map(): Argument #2 should be an array in /home/xxx/public_html/couponat/wp-content/plugins/ultimate-wp-query-search-filter/classes/uwpqsf-process-class.php on line 53
Can you help me or update this plugin to the latest version? I can’t forget the donation if this issue solved ??
]]>Hello,
I’ve got some issues when I tried to filtering repeater and relation field. I’m using ACF to create custom posts.
Is the plugin able to filter ACF fields ?
Thank you for your help,
]]>the filter is working correctly but it ony displays the results in a link we need to fetch an image and other meta with it ,,,\
ls get back to me asap
thanks
I used this plugin and like it before.
But now I can’t add any new form in my new site.
When I add a form and save , it show “HTTP ERROR 500”.
I tried to disabled all plugins or change my themes, it also not working.
And I tried to install WPQSF in other site, it working normally.
Can you tell me where error is?
Thanks a lot!
Hi,
Is it possible to use “Clear All” checkbox for the checked boxes, before the new search?
I mean, there is “Search All” option for categories, whis is really great idea, I would like to use similar for clear the checked boxes.
Thank you very much!
]]>I would like to customize the ajax search result page, I see that you have provided the template code here https://9-sec.com/2014/01/ultimate-wp-query-search-filter/
but Where to place this “uwpqsf_result_tempt” code in our theme?
No post found on other langauge, my site has two languages and on one works perfectly, and on another one no post found. I am using ajax results with predefined dropdown lists.
I am using wp 4.8 and wpml 3.7.1. NO errors in console.
Search is normally worked until a few days ago.
Do you know what problem is? In my error log i see this warning on both languages:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘search_filter’ not found or invalid function name in wp-includes/class-wp-hook.php on line 298
]]>Hi!
Congratulation for this plugin! It works great! I have just a question: is it possible to hide or reduce somehow the url of the query from the address bar? Is it too “dirty” in my opinion…
I have created a filter using checkbox, and it had worked fine, but yesterday when I tested again, it showed “Sorry, nothing found”. Not only that, filters using string search still works and shows correct results. I don’t know what happened with filter using checkbox. This is the link: https://athenasubgroup.com/tim-kiem-video.
Do you know what the problem is? Thank you.
Dear Support,
could you help me how can I put (post’s) Featured images to the list of results?
I need it here: Result list of our webpage
Thank you in advance!
]]>