Forums Forums Search & Filter Pro Elementor pro post grid Issues (pagination and image render post filter)

  • This topic has 12 replies, 2 voices, and was last updated 5 years ago by Anonymous.
Viewing 3 posts - 11 through 13 (of 13 total)
  • Anonymous
    #220865
    This reply has been marked as private.
    Trevor
    #220957

    Add this custom CSS to the theme:

    body.sfajax .elementor-255 .elementor-element.elementor-element-f133f8c .elementor-posts-container .elementor-post__thumbnail {
      padding-bottom: 0 !important;
    }

    Then you need to add a javascript to the page:

    <script>
    (function ( $ ) {
      "use strict";
      $(document).on("sf:ajaxstart", ".searchandfilter", function(){
        jQuery("body").addClass("sfajax");
      });
    }(jQuery));</script>

    I am hoping that will do it.

    Anonymous
    #221056

    Dear Trevor.

    Thank you, that did the trick

    Best,

    Barend

Viewing 3 posts - 11 through 13 (of 13 total)