Forums Forums Search & Filter Pro Search Not Working

Viewing 5 posts - 1 through 5 (of 5 total)
  • Anonymous
    #8171

    Hi Guys,

    I Just bought the plugin so i’m trying to find my way.
    I used this in my code: <?php echo do_shortcode('[searchandfilter id="881"]'); ?> which is the ID from the form I’ve made.

    I also created a folder in my theme called search-filter with the file results.php
    Unfortunately when I press submit on my form nothing happens.

    Any idea what i’m doing wrong?

    Thanks,
    Sam

    Ross Moderator
    #8173

    Hey Sam

    You must also add the shortcode for where the results will be displayed on the same page:

    <?php echo do_shortcode('[searchandfilter id="881" show="results"]'); ?>

    ๐Ÿ™‚

    Anonymous
    #8174

    Ahhh damn, my bad.
    How do I style the output of these results then if i’m not working in that other file?

    Thanks for the fast reply!

    Anonymous
    #8182

    Found it, resolved ๐Ÿ˜‰

    Ross Moderator
    #8485

    ๐Ÿ™‚

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