Forums Forums Search Search Results for 'beaver builder'

Viewing 10 results - 71 through 80 (of 131 total)
  • Author
    Search Results
  • #211243

    Anonymous
    Inactive

    Yes trying with some support on Beaver Builder slack but not there yet – this is where I am up to…

    
        /**
         * Public method for refreshing Masonry within an element
         *
         * @since 1.8.1
         * @method refreshGridLayout
         */
        function refreshGridLayout() {
            
            var $element         = $( '.fl-post-grid' ),
                 msnryContent    = $element.find('.fl-post-grid-post');
                 
                 //running images loaded again after page load / ajax event 
            $element.imagesLoaded(function () {
                // INITIALIZE MASONRY
                $element.masonry({
                    itemSelector: '.fl-post-grid-post',
                    columnWidth: '.fl-post-grid-post',
                    gutter: 40,
                });
                
                $element.masonry('reloadItems');
                        
                });
        }

    I can see the callbacks working via console log alerts but the masonry layout is not rebuilt and no JS errors via console.

    #211234

    Trevor
    Participant

    Hi

    I have checked my notes on Beaver Builder and a solution has not been found. You may need to contact them and see if they can help. If you do find a solution, posting it here would be great.


    Anonymous
    Inactive

    Hi there, I’m struggling to get the filter working in a CPT that I haven’t written an archive for. I have a single post type however I wanted to use the Beaver Builder Post Grid and filter that but it just says no matched posts.

    I’ve tried the info on the post here – https://support.searchandfilter.com/forums/topic/how-to-use-ajax-with-beaver-builder-posts-module/

    I really want the whole page to stay as is and just the Beaver Builder block to filter.

    #209806

    Trevor
    Participant

    What got updated? Our plugin or Beaver Builder? Or both?


    Anonymous
    Inactive

    We love the plug in but unfortunately we didn’t get it work on the way we want. If the page is loaded the page will automatic scroll to the search and filter section. How to disable this? We are using Beaver Builder and you solve the problem a couple of months for us. Unfortunately through updates the fix isn’t working any more. > https://support.searchandfilter.com/forums/topic/how-to-disable-scrolling-by-opening-page/

    Example of the page: https://voogd.develop.pageking.nl/vacatures/

    #201217

    Trevor
    Participant
    #200574

    Trevor
    Participant

    It would require adding PHP like this:

    Found <?php echo $query->found_posts; ?> Results

    in the PHP template, inside the Ajax Container if you are using Ajax to load the filtered results).

    You might need to seek the help of either Beaver Builder support or a third party coder to do this.

    #191053

    Anonymous
    Inactive

    Hi Ross, hi Trevor,

    Finally, my issue is now fixed: S&F works fine on WooCommerce category archives with a Beaver Builder or PowerPack Posts module.

    The reason why S&F didn’t worked had nothing to do with your plugin: the posts module pagination was messed up by multiple posts modules in the same archive page (the additional posts modules were used in the site menu to fetch custom posts data related to products).
    BB support tried to debug this with no luck, i finally removed the multiple posts modules, let just one in the page content and all is good now.

    Many thanks for your patience and your attentive support, it was much appreciates at a moment when i really needed help. Sorry i made you loose time!

    Keep going doing such a good work!

    #190180

    Trevor
    Participant

    Rueben

    Did we try the As an Archive display result method? I just looked at another Beaver Builder user’s site (using Genesis as the theme), and that seemed to work.

    #189979

    Anonymous
    Inactive

    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.

Viewing 10 results - 71 through 80 (of 131 total)