Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Highfilter

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 13 total)
  • Highfilter in reply to:
    Custom Field Searching
    #9342

    You’re the best!

    Can you send me the build once it is done?

    Thanks.

    Highfilter in reply to:
    Latest Version Breaks Relevanssi Search
    #7096

    Hey Ross,

    any progress on this? Would be great to get something going, even if it there is a temp. workaround.

    Thanks.

    Highfilter in reply to:
    Cannot Update To Latest Version
    #5800

    Hey Ross,

    there’s no attachment in the email. Can you please attach the latest version?

    Thanks,
    Clayton

    Highfilter in reply to:
    Latest Version Breaks Relevanssi Search
    #5267

    Would it be easier for you to integrate a similar feature into the Search & Filter Pro plugin where you can make the keyword search include searching specific fields? I wouldn’t need Relevanssi at all at that point, and it might be easier than trying to get the plugin to work with Relevanssi.

    Or if that is what you meant on looking into adding this functionality in to this plugin yourself, then forgive me.

    Do you know of a current workaround that would work in my situation? Is it possible to alter what field the keyword search searches in? So maybe I could combine the title and custom field into a single string, so it would return relevant results.

    Thanks!

    Highfilter in reply to:
    Pagination & Bug Report
    #4828

    Hey Ross,

    put it up and it looks great! Works for me.

    Like the disabled and active classes too. Good job.

    I’m not having any issues with Prev/Next buttons either now.

    Highfilter in reply to:
    Cannot Reactivate License
    #4814

    Thanks, got the email and it’s running now.

    Highfilter in reply to:
    Pagination & Bug Report
    #4813

    I’ve come across this issue as well. I actually prefer the old way when pagination was generally handled like the default pagination in WordPress. Is there a way to integrate a more standard WordPress pagination scheme? Or something that would work with the page-navi plugin?

    Also, I’m using the new AJAX method, and if you search and get 1 result, the Prev/Next buttons are still there, and if you press Prev, then it just refreshes the page. But if you hit Next, then it changes to “No Results Found”.

    Also, good job on the new AJAX stuff. This has resolved my old issue from the older thread “AJAX initialization In Safari”. It’s working good now other than a few pagination bugs.

    Highfilter in reply to:
    AJAX initialization In Safari
    #3064

    In a page template, I have the shortcode in a div, outside the #content div. Content selector is “#content”.

    Setup is like:

    
    <div id="search-filter-cont">
      <?php echo do_shortcode('[searchandfilter id="438"]'); ?>
    </div>
    
    <div id="content">
      ...
    </div>
    

    I do not have the beta featured enabled either. Funny how it only doesn’t work properly in Safari. 🙁

    Highfilter in reply to:
    AJAX initialization In Safari
    #2996

    Hey there,

    it doesn’t seem to be working. If I set a log message to show up on init, I can see it, but it seems to be too late or too early. If you have a pager for example, and change pages, the init will run but the form seems to just reload. For example, try adding a class to a <li> within the .searchandfilter, like so:

    
    $(".searchandfilter").on("sf:init",function(){
      console.log("search form init!");
      if($('.searchandfilter ul li.search-custom-class').length == 0) {
        $(".searchandfilter ul li").addClass("search-custom-class");
      }
    });
    

    If you switch pages or something that triggers the AJAX again, the class won’t be applied but you’ll see the console log fire.

    Thanks for your help.

    Highfilter in reply to:
    AJAX initialization In Safari
    #2568

    Any updates on this?

    Test case would be:

    – Create a page called Custom Search, url: /custom-search
    – Embed shortcode from Search & Filter into the ‘page-custom-search.php’
    – In Search & Filter settings, check ‘Use a custom template for results?”. Set the filename to ‘page-custom-search.php’ and set the “Set a slug?” field to ‘custom-search’.
    – Make sure AJAX is on in Search & Filter.

    When you view the Custom Search page in Safari, you’ll get a refresh on the form for no reason. Even if there’s a pager in the results and you switch pages, it will refresh the page again after it loads.

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