• Resolved cerstrand_mace

    (@cerstrand_mace)


    I’m not getting redirected to the search.php results page when clicking Submit. The page just refreshes. What might be wrong?

    I’m using this shortcode to generate my searchform:

    [searchandfilter fields=”travelcats,destinationer,continents” hierarchical=”,1″]

    I searched around and tried with changing:

    add_action( ‘get_header’, array( $this, ‘check_posts’ ) );

    to

    add_action( ‘wp’, array( $this, ‘check_posts’ ) );

    but then the search will just take me to the taxonomy page I selected.

    https://wordpress.org/plugins/search-filter/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author DesignsAndCode

    (@designsandcode)

    Hey cerstrand_mace

    This is how this version works, it uses the power of WordPress to do the searching, and will take you to the taxonomy page as you mention if you select a single taxonomy…

    What you are looking I think is in the pro version, with the ability to specify whichever template file you like for results!

    I haven’t updated the free version in some time and will be looking at bringin in some pro features in the coming months but I guess that will be too late for you :/

    Thread Starter cerstrand_mace

    (@cerstrand_mace)

    Thanks for the answer!

    I see, so If I get the Pro version I will be able to get the results on the default search.php? That would make my day 🙂 The reason I didn’t look very much into the pro version is that it looked a bit too much for my needs, I only need the ability to filter through 3 different taxonomies and view a result of posts. If you can assure me that I will be able to do that I will purchase the Pro version.

    Thanks!

    Plugin Author DesignsAndCode

    (@designsandcode)

    Hey cerstrand_mace, yes of course, you just specify the filename of the template you want to use (which should be located in your themes folder) and you’re good to go!

    If you ahve any problems drop my a message via the support forum (not this one) 🙂

    Thread Starter cerstrand_mace

    (@cerstrand_mace)

    Thanks!

    I just purchased the Pro version. Waiting for the payment to be confirmed so that I can get my product!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Results on search.php’ is closed to new replies.