Support Forums

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

Forums Forums Search & Filter Pro first search works but then stuck, with no further refinements working

Viewing 5 posts - 11 through 15 (of 15 total)
  • Trevor Moderator
    #205352
    This reply has been marked as private.
    Michael Vandiermen
    #205367

    Is working now
    Sorry I restored the database due to spam from unsecured post form due to be listed in google now
    and I forget that a new user was added
    I am going to restore the database again tomorrow before I secure the site

    Trevor Moderator
    #205369

    One thing I can see is that you have two forms. The one on the page is #792. The other is #793.

    Both are set as ‘As an Archive’ and both use (and take control of) the search.php template.

    It is quite likely that one is taking control of the page, and most likely this is #793 and this has no fields in the form. What happens if you temporarily change that #793 form to use ‘Custom’?

    Michael Vandiermen
    #205611

    793:
    custom code I added to ,
    page template /public_html/wp-content/themes/custom-community-child/filter.php
    <?php
    $args = array(‘post_type’ => ‘post’);
    $args[‘search_filter_id’] = 793;
    $query = new WP_Query($args);
    ?>
    I dont think i did it rite
    and added widegt “search and filter” to side bar
    https://www.network.getitdone.live/filter/?_sft_post_tag=222 but its blank

    792:
    I followed short code instruction properly this time (I did not follow before)
    i made a page called https://www.network.getitdone.live/search/ with [searchandfilter id=”792″ show=”results”]
    and added [searchandfilter id=”792″] to side bar widget
    and redirecting to homepage

    Sorry I must be missing something
    I could pay for install

    Trevor Moderator
    #205636
    This reply has been marked as private.
Viewing 5 posts - 11 through 15 (of 15 total)

You must be logged in to reply to this topic.