Forums › Forums › Search & Filter Pro › Short Code Filter not Working
- This topic has 9 replies, 2 voices, and was last updated 8 years, 1 month ago by Trevor.
-
Anonymous(Private) September 24, 2016 at 5:13 am #59816
Please view this. http://college.ideabatch.com/books/
Other page is build by Themify Search but we want custom filter feature thats why we purchase your plug in.
PS. The site is for demo purpose now
Trevor(Private) September 26, 2016 at 10:18 am #60008Hi
I have had a good look at the issue. I made the search a bit easier to use by hiding empty values. If I do a search, it says there are two results for a search for Kedah, but shows none, or does it?
If you look at the page source code, the results are there! But they are being hidden by the plugin you are using for Custom Post Types; Post Type Builder.
It is adding a container div around the results –
ptb_loops_wrapper ptb_list-post clearfix
and in CSS it is setting this todisplay:none
To undo this, you would have to use this code snippet:
$(document).on("sf:ajaxfinish", ".searchandfilter", function(){ console.log("ajax complete"); //your JS code here });
Where the line
//your JS code here
is replaced by the javascript to show that div.Our developer is currently working hard on some bug fixes for a new version, but, if possible, he would like to borrow a copy of the bundle plugin to see what it is doing (so we can maybe engineer a better solution).
Anonymous(Private) September 27, 2016 at 4:57 am #60435Trevor
We appreciate your quick support but it seems not able to solve the issue we have right now & we have found another filter plugin that able to solve the issue.
If it is possible, please provide refund. If can’t, please let know if there is any replacement service you can provide.
Thanks
-
AuthorPosts