Hi there, this plugin triggers security warning in wordpress backend.
A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests.
any way to get rid of it?
best,
c–
We create footer using ((footer content)). This is show in the post perfectly but in the form, it is show as ((…)).
One form reference attached here:
https://ibclaw.in/testingfdfdfsdfsd/
We are also interested to purchase the Pro version which is not available on the site.
]]>I’m very sad about the decision to stop development of this plugin. It’s still now one of the best plugin to filter ACF fields.
Why this plugin is no more updated?
If I’d want to move to another plugin which is the most similar?
It’s a nice plugin and workd on my website.
i have two question
1.How to limit the number of selected checkboxes?
2.Can i use two selectbox not filter but the result together
thanks!
]]>how to make the result page just show only 9 results not 10 per result page im using Filter Custom Fields & Taxonomies Light
]]>Hello,
when creating a search filter, is there a way to go back one step? For example, sometimes when I forget to add a searchable field, I would go back one step in the creation process to add it.
Also when I have already created a search filter, is there a way to edit it afterwards?
]]>If filter page is re-loaded in Firefox, the search gets broken.
in sf.js there is:
var hash = JSON.parse( location.hash.substr( 4 ) );
It should for example return “search-id”:”filter-name”}
but in Firefox the hash = {%22search-id%22:%22filter-name%22}
which breaks the search.
This is a working work-around solution:
var hash = location.hash.substr( 4 );
if(navigator.userAgent.toLowerCase().indexOf(‘firefox’) > -1)
{
hash = hash.split(‘%22’).join(‘”‘);
}
hash = JSON.parse( hash );
]]>Hello,
your plugin suites all my needs and I am going to recommend to my company to purchase it. But I have one big problem – my Avada website with Polylang plugin is broken if this plugin is activated. As soon as I disable Polylang everything works perfect.
So, the question is: could you help me to make both of these plugins work? If you can I would be thankful and will complete purchase.
Thank you in advance.
Predrag
]]>is Form Elements has quantity limit????
]]>Hi,
I want to proper slug of search page.
Current slug is reflecting like that “siteurl/#sf-{“2″:”4″,”search-id”:”1″}”
Is it possible in plugin if yes then how?
Is it possible to display the search results in another page or specific div, when added to the sidebar it currently displays in the sidebar which is not suitable.
]]>Hi, Im using free version and I was wondering if theres a way to link results straight to documents instead of going to portfolio item page. I have lots of pdf′s files and my idea is after i get results from filtering just click on thumbnail and go straight to the pdf file, not the portfolio post. Can your please help me? Thanks in advance.
Kind regards
(i tried by changing ”#the_permalink#” to ”#the_content#” but did not work as i expected)
]]>I am using the plug in to filter tags on individual pages that contain information about happy hours at local bars. It is working well with one important exception. It returns results that do no show certain characters that are next to others. Specifically, any character in a page that is next to a “$” will be omitted from the results. For example, if the page lists “$3.50 beers” within the text, the results using the plug in will display “.50 beers”. If I change the text on the page to read “3.50 beers”, the filter returns the correct results.
I am considering upgrading to pro but I’m not sure if the problem will persist. I do not want to have to go back through every page and remove all of the dollar signs. Please help!
]]>this counts as a pre-sale question too, as i’ll need it for the “Search” button.
i need to search for both Post and Media types (taxonomies and tags for both): is it possible to select more than one Post Type? is this a Pro feature too?
alternatively, is it possible to place more than one shortcode (one for each Post Type) in a page? or more than one widget?
]]>thanks for this great plugin, have been looking around for it for quite a while, and hope this issue gets solved so i can move on to the pro version (i need it as widget and i need a search button instead of ajax results).
i’m having problems with the selectbox. i’m trying to pick custom fields values assigned to posts and attachments using Advanced Custom Fields, but nothing i’ve tried works. i’m also confused by the Value:Key fields i have to fill: Value seems to appear as Key…
1) i add a Selectbox to the Form Elements
2) i select the meta in Postmetas
3) i select Individual
4) values appear below, in this fashion:
a:1:{i:0;s:11:"accessories";} (a:1:{i:0;s:11:"accessories";})
i’ve tried using a:1:{i:0;s:11:"accessories";}
as Key (with “Accessories” as Value), as Value (using “Accessories” as Key), as both, but nothing changes, i always get no results.
the site uses WPML, so i’ve created the page in the other language, with the same shortcode: nothing there either.
what am i doing wrong? is it serialized data? how else can i integrate your plugin with ACF then?
on the confusion about Value:Key, afaik Key is the “label” and Value is, well, the value (i.e. key=color value=red), but what i put in your Value field is what appears as the option’s text in the select menu.
am i missing something here too, or shouldn’t it be the other way around?
thanks for any help
]]>hi, thanks for the great plugin
I want to know if is possible (about free version) to disable the ajax filtering.
I want to work into the loop at shortcode.php
<?php apply_filters( ‘sf-after-result-head’, ” ); ?>
<ul class=”sf-result”>
<?php
if( isset( $results ) ):
foreach( $results[‘result’] as $r )
echo $r;
endif;
?>
to calculate the average value for a custom field.
When the page with the shortcode [search-form id=”1″ showall=”1″] load for the first time everything is ok and the result created follow the “shortcode.php” orders, but what i select something for the filters i think that the orders given by ajax and not by “shortcode.php”.
Can i disable the ajax and the results page creating every time based into “shortcode.php” file?
Thanks for the support
]]>Hi,
My results always show this symbol: ?.
The screenshot:
What am I doing wrong?
Hi Author ,
we are trying ‘Filter custom fields..’ . This is amazing and meeting our requirement to include custom fields. We need the selected fields to be in ‘scroll bar’ or slider at the front end. Can you help in this regard? If you have any paid version or similar paid plug in which is meeting the requirement – I can buy that . Please consider it as urgent.
Thanks
]]>Can I use “not” operator for search?
For example for watched or not watched post?
Example: not <field value>
Hi!
I bought Pro version of your plugin and now want to know how to display all posts after page loading? When all filters are empty.
]]>How I can search posts that have post_status => private?
]]>How can I search posts by post author ID?
]]>Hi There,
Thanks for such nice plugin. It is a result of great work.
I have used this shortcode in my site [search-form id="search-id" showall="1"]
but it is not working. It is not showing all the results and pagination is coming.
Any idea what could be the issue?
https://www.ads-software.com/plugins/filter-custom-fields-taxonomies-light/
]]>Hi
Sorry for my english, i’m french.. so i’ll try to explain my bug.
I made my own template, based on 0 parent template. When i want to include the filter as widget on my taxonomy page, i got a bug :
VM34672:1 Uncaught SyntaxError: Unexpected token < in JSON at position 0
i got them when i click a checkbox filter.
i tried to display on simple page the shortcode.. and same result. I got wp_head() and wp_footer in my template, and i load jquery normaly.
Can you help me please ? Because i really need this amazing plugin.. thanks for it !
This is the link of the custom website : https://www.gfardoux.ovh/type-offre/mobile/
https://www.ads-software.com/plugins/filter-custom-fields-taxonomies-light/
]]>Hi there! Great plugin, but when I enter some code into custom css, it is affecting other elements on page. ie I’m outputting search results for a number of timber products, and wanted to change the size of their images, but my banner image is affected by the css as well.
Any tips on how to limit the css to only the elements output by the search would be great!
Also, I have no idea why, but the names of the products (output with #the_title#) are all displaying with a bullet dot (?). How do I get rid of this?
https://www.ads-software.com/plugins/filter-custom-fields-taxonomies-light/
]]>Thanks for this nice plugin, the filter works good
I try to custom the result template and I click update, but the template not save and update in the (Adjust template for Result Elemet).
Can I edit it by ftp? or can I use my default archive.php for the result template?
Thanks
https://www.ads-software.com/plugins/filter-custom-fields-taxonomies-light/
]]>I’m posting here from the reviews cause it could help others in the future.
The filters are stacked on top of each other without me putting anything in the Custom CSS box.
Also, nothing happened when i keyed it into the CSS box.
The search results layout are also wrong. 1 column seems fine, but for 2 column, all the results are on the left and nothing on the right. Same goes for 3 column and 4 column layout; the column on the extreme right is empty.
Re-installed the plugin and nothing changed.
What should i check in the styles.css?
Sorry for all the trouble! Really loved the plugin but all the issues pop up when i’m adding new filters… I will definitely buy it if my current issues are resolved
https://www.ads-software.com/plugins/filter-custom-fields-taxonomies-light/
]]>Hi,
Just wondering is it possible to ad a search button to the search area? Currently you have to press the enter button on the keyboard.
Thanks
https://www.ads-software.com/plugins/filter-custom-fields-taxonomies-light/
]]>I’ve tried using the search function on my mobile site (using two different Mobile themes, one from Jetpack and one from Elegant Themes), and the search drop-down only shows a few blank lines with radio buttons. It works fine on the full site, at https://pmppals.net/find-a-surgeon-2/. Please advise if there’s a way to get this to work on mobile.
Thank you.
https://www.ads-software.com/plugins/filter-custom-fields-taxonomies-light/
]]>Is it possible to include an general “all” categories entry, that in best case is also the initial state when opening the site, so it immediately lists everything that then can be filtered?
https://www.ads-software.com/plugins/filter-custom-fields-taxonomies-light/
]]>