Forums Forums Search & Filter Pro Beaver Builder Integration

  • This topic has 38 replies, 4 voices, and was last updated 6 years ago by Ross.
Viewing 10 posts - 1 through 10 (of 39 total)
  • Anonymous
    #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.

    Trevor
    #189782
    This reply has been marked as private.
    Anonymous
    #189974
    This reply has been marked as private.
    Anonymous
    #189979

    Hi 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.

    Anonymous
    #189981
    This reply has been marked as private.
    Trevor
    #190003

    Hi 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?

    Anonymous
    #190007

    Thanks Trevor,

    Great support!

    I’m looking into it. I’d let you know how it goes.

    Anonymous
    #190026
    This reply has been marked as private.
    Trevor
    #190078

    Do you (either in a plugin – like jetpack, or others) have lazyload images on? when I search for ‘parts’ I do see the card for the post, but no image. If I remove that word and hit enter, then all post/cards show, but no images.

    Anonymous
    #190080
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 39 total)