Forums › Forums › Search & Filter Pro › Display results method: Custom not working.
- This topic has 7 replies, 3 voices, and was last updated 7 years, 9 months ago by Ross.
-
Anonymous(Private) January 24, 2017 at 12:50 pm #84897
Hey,
I know there is this bug, but I now also have a problem when adding the shortcode to a custom page template. All my other pages work fine, but they are all
post archives
.I have the following setup. I have a page called
events-open
with a page templatepage-events-open.php
where I have a custom loop. TheDisplay results method:
is set toCustom
and theResults URL:
is set tohttp://www.mydomain.com/events-open/
.Nothing happens when using the filter, it does scroll to the container, but nothing is being filtered. The weird thing is I have the same setup on the
post archive
of that same post type, with the same HTML structure and template parts and everything runs smoothly there. Is this something that is also broken in this specific version (Version 2.3.0)?Hope to hear from you,
Trevor(Private) January 24, 2017 at 2:02 pm #84931The idea of the ‘Custom’ method is that in the page template for the results page is the necessary php code to get S&F to filter. I can’t for sure remember the code right now, but this post might help:
https://support.searchandfilter.com/forums/topic/manually-add-sf-to-an-existing-query/#post-81577
Anonymous(Private) January 24, 2017 at 2:08 pm #84934@Trevor amazing adding this to my query worked
'search_filter_id' => 1234,
.Because everything else works so smoothly and didn’t need much configurartion, maybe you could add a notice to the docs here.
Manually add S&F to an existing query and then simply supply the URL where this can be located. [link to docs]
Like you did with infinity scroll settings. I had no idea that there needed to be more configurations to get it to work.
Thanks for the help
Ross Moderator(Private) January 25, 2017 at 12:49 pm #85292I’ve added this now, thanks for the feedback:
https://www.designsandcode.com/documentation/search-filter-pro/search-results/custom/
Best
-
AuthorPosts