Forums › Forums › Search & Filter Pro › Beaver Builder Integration
Tagged: Beaver Builder
- This topic has 38 replies, 4 voices, and was last updated 6 years ago by Ross.
-
Anonymous(Private) October 1, 2018 at 11:29 am #189759
Hello there,
I’ve been following this thread (https://support.searchandfilter.com/forums/search/beaver+builder) in an attempt to hook up the filtering with beaver builder.
I think I’ve done all that was mentioned but I’m still not getting the results to filter.
I’ve even followed David Waumsley post here, but to no luck: https://themer.beaverjunction.com/making-a-product-site-with-beaver-themer-4/
The filtering setup is found on the demo site here: clever.ga/sample-page/
Can you please assist.
Anonymous(Private) October 3, 2018 at 2:56 pm #189979Hi kendell daniel,
i am also currently using beaver builder in attempt to be used with S&F. just wondering if you are using beaver builder plugin with beaver theme child, or are you using beaver themer. base on my research for the past two days, it appears that most of the online research they are using beaver THEMER as a plugin and they succeed.( not so sure about beaver builder plugin tho…)
recently i went to ask David Waumsley regarding if S&F can integrate with beaver builder on his youtube channel. his replied was
David Waumsley:
Hi Reuben,Great question. I am not entirely sure. It works on any WordPress archive page, but I guess you are asking is it will work on a normal page using the BB post module to show the posts (as an secondary query).
I tried it for you and it did not work… but maybe I don’t know how to set it. Worth asking the S&F pro team. I am sure FacetWP works on normal pages with the post module.
With the post module you are limited to showing only the content options that module it has where with Themer you can bring in other field and really adjust stuff… so I never fully checked it out.
Trevor(Private) October 3, 2018 at 4:32 pm #190003Hi Kendall
Great to speak with you. You are going to try the shortcode method, customising the results.php file as detailed here:
https://searchandfilter.com/documentation/search-results/using-a-shortcode/#customising-the-results
And replace this part:
<div> <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <p><br /><?php the_excerpt(); ?></p> <?php if ( has_post_thumbnail() ) { echo '<p>'; the_post_thumbnail("small"); echo '</p>'; } ?> <p><?php the_category(); ?></p> <p><?php the_tags(); ?></p> <p><small><?php the_date(); ?></small></p> </div> <hr />
With your HTML/shortcode block. Let me know how you get on?
-
AuthorPosts