When I go to this page:
http://aamlmn.wpengine.com/all-attorneys/
I see no content?
Are you using our Beaver Builder extension?
You could use As an Archive or the Shortcode methods, or, if you use any of the page builders we support (and your tags on this post suggest you are using Beaver Builder, yes?):
https://searchandfilter.com/documentation/3rd-party/elementor/
https://searchandfilter.com/documentation/3rd-party/beaver-builder/
https://searchandfilter.com/documentation/3rd-party/divi/
https://searchandfilter.com/documentation/3rd-party/wpbakery-page-builder-formerly-visual-composer/
you could use the integration extension plugin and associated display results method for those.
Be aware that taxonomies (including categories and tags) should be used in WordPress only for a single Post Type, and thus using taxonomy fields in the form could cause posts that the taxonomy is not associated with to disappear from the results. It is for this reason that searches dedicated to multiple post types are not often used on sites. Custom fields CAN be defined across multiple post types and searched safely without this happening.
If you are using only a search box, that could work, but you might need to also use Relevanssi to extend the search to all Post Types, depending on how your theme limits standard WordPress searches. See here:
https://searchandfilter.com/documentation/3rd-party/relevanssi/
A number of things I can see.
The form seems to be set to Post Type Archive. I think it should be set to ‘Beaver Builder Posts Module’ and the Results URL entered in the form.
AnonymousInactive
I see it. That builder we cannot use, sorry.
We do support some third party page builders, like:
Elementor Pro
WPBakery Page Builder (from CodeCanyon)
Beaver Builder
Results styling is from within Beaver Builder and your theme, and not our plugin, sorry.
AnonymousInactive
Hi,
S&F Pro has been working since we set it up for about a year now.
However, it suddenly lost its styling.
I’m not sure if this is S&F or something else but other pages look fine.
This is the only page with Beaver Builder + S&F extension.
https://www.smarterwebsites.com.au/100-days-to-world-domination/
Can you please check if this is an S&F issue?
Thanks.
AnonymousInactive
I’m having some trouble creating a search filter. I would like to have radio buttons for UPCOMING and PAST event, defaulting to UPCOMING.
If UPCOMING is selected, I need to show only where an ACF date field is >= today. Sorted by that date ASC.
If PAST is selected, I need to show only where an ACF date field is < today. Sorted by that date DESC.
I’m using Beaver Builder, and I’d already created this function that filters the post list by those parameters, using an ID for the module:
https://pastebin.com/q9uMH1iW
But I don’t think that will work with S&F, because the content source for the module needs to be Search and Filter, rather than Custom Query.
So in S&F, I’ve set the default order to a Meta Value of event_start_date ASC, which does the same thing, but of course, includes all events.
Is there a way to set a radio filter to default to event_date_date ASC (only show where that date field is >= today?
Then if that filter is switched to PAST, reverse that filter and show past events DESC?