Ross
Forum Replies Created
-
Ross Moderator in reply to:
Blank options appear in search filter(Private) January 12, 2021 at 3:20 pm #272517Hey Keith
So you would change:
if(($input_object['name']!='_sfm_attorneys')){ return $input_object; }
to:
$allowed_fields = array( '_sfm_practice_areas', '_sfm_industries', '_sfm_attorneys' ); if ( ! in_array( ($input_object['name'], $allowed_fields ) ) { return $input_object; }
Thanks
Ross Moderator in reply to:
How to change search results sort order(Private) January 12, 2021 at 3:16 pm #272515This reply has been marked as private.Ross Moderator in reply to:
Filter without a (visible) form(Private) January 12, 2021 at 3:11 pm #272512This reply has been marked as private.Ross Moderator in reply to:
HTTP Error 500(Private) January 12, 2021 at 3:09 pm #272510Great stuff, glad you got setup!
Best
Ross Moderator in reply to:
Filtering only working with the last variation loaded per product in Woocommerce(Private) January 12, 2021 at 3:07 pm #272508Yup that was released just today – which is the exact same version I sent you.
I’ll close this ticket then.
Best
Ross Moderator in reply to:
Search forms aren’t redirecting when placed on an archive page(Private) January 12, 2021 at 1:08 pm #272494This reply has been marked as private.Ross Moderator in reply to:
Infinite scroll issue(Private) January 11, 2021 at 9:55 am #272292Hi Rachel
That’s correct, the infinite scroll is triggered when the window scrolls past a certain point in relation to the container – I don’t think this would work if its in a container with overflow.
I’ll stick this on the todo list for further investigation, as it would be nice to work the way you have mentioned – but for now this will not work.
Best
Ross Moderator in reply to:
Filter without a (visible) form(Private) January 11, 2021 at 9:51 am #272290This reply has been marked as private.Ross Moderator in reply to:
HTTP Error 500(Private) January 11, 2021 at 9:37 am #272288Ok great, let me know how you get on.
Best
Ross Moderator in reply to:
Filtering only working with the last variation loaded per product in Woocommerce(Private) January 11, 2021 at 9:34 am #272286This reply has been marked as private. -
AuthorPosts