Forums Forums Search & Filter Pro Short Code Filter not Working

Viewing 10 posts - 1 through 10 (of 10 total)
  • Anonymous
    #59730

    I got 2 question here.

    1. When use shortcode, the search form is not working, but it works fine with Post Type Archive

    2. I need custom result, but we don’t know how.

    PS : We build & custom the post by Themify Post Type Builder.

    Trevor
    #59732

    So, you want to use the Shortcode Display method, but it does not work? Do you have a page where I can see this problem?

    Anonymous
    #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
    #59830

    I see the page of results, but what about it is not working?

    Anonymous
    #59834

    When u click search, there is no result show.

    Trevor
    #59890

    I see it. I will need to log in as an admin and edit the search form. You can use a private reply here to send me logins.

    Anonymous
    #59992
    This reply has been marked as private.
    Trevor
    #60008

    Hi

    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 to display: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
    #60435

    Trevor

    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

    Trevor
    #60468

    I will ask the owner about the refund. As this problem was caused by another plugin, which we did offer to take a look at, it may be that he will not agree to refund.

Viewing 10 posts - 1 through 10 (of 10 total)