Forums › Forums › Search & Filter Pro › V2 to V3
- This topic has 5 replies, 2 voices, and was last updated 5 years, 10 months ago by
Trevor.
-
Anonymous(Private) June 3, 2020 at 9:00 pm #247254
Hi Trevor,
I would like to know if I can change easily vom v2 to v3 with these two changes
1. https://support.searchandfilter.com/forums/topic/categories-are-all-empty/page/2/#post-229485
2. https://support.searchandfilter.com/forums/topic/categories-are-all-empty/page/2/#post-229511Thanks
MatthiasTrevor(Private) June 4, 2020 at 10:33 am #247327I am not sure. We DID change how our current plugin works with EDD, where it isn’t the standard method, so you can use the filter_next_query shortcode. These changes are in this revised guide:
https://searchandfilter.com/documentation/3rd-party/easy-digital-downloads/
Anonymous(Private) June 4, 2020 at 11:33 am #247342Hi Trevor,
I know these changes in your last update, but a few month ago you told me, that my theme does not use the EDD shortcodes. So I had to do a workaround
https://support.searchandfilter.com/forums/topic/categories-are-all-empty/page/2/#post-229485Do you think my theme will work with the new edd guide?
Thanks
MatthiasTrevor(Private) June 4, 2020 at 11:40 am #247348Ah, my bad. It is this that I think you might now need to use (so setting the display type to ‘Custom’):
https://searchandfilter.com/documentation/search-results/custom/
The last method, here:
https://searchandfilter.com/documentation/search-results/custom/
Anonymous(Private) June 4, 2020 at 11:51 am #247355Hi Trevor,
don’t get me wrong. At the moment everything is working fine on my page.
I just want to prevent that V3 is causing problems.Aat the moment I’m using
[searchandfilter id="426455" action="prep_query"]Should I change it to
[searchandfilter id="426455" action="filter_next_query"]At the moment my template includes just
$args['search_filter_id'] = 426455;Should I change it to
$args = array('post_type' => 'post'); $args['search_filter_id'] = 123; $query = new WP_Query($args); -
AuthorPosts