Forums › Forums › Search & Filter Pro › Integrating elementor pro with Search and filter Pro
- This topic has 35 replies, 2 voices, and was last updated 6 years, 2 months ago by Trevor.
-
Trevor(Private) September 7, 2018 at 8:25 am #187589
If we did not use that CSS I gave you, this ONLY happens after an Ajax refresh of the results?
If so, some custom javascript could be used to apply the CSS, in theory like this:
<script type="text/javascript">(function ( $ ) { "use strict"; $(document).on("sf:ajaxfinish", ".searchandfilter", function(){ console.log("ajax complete"); $('.elementor-336 .elementor-element.elementor-element-e34e354 .elementor-posts-container .elementor-post__thumbnail').css('padding-bottom','0 none !important'); }); }(jQuery));</script>
I am not sure if, when doing it this way, it needs the !important. If you have no means to add javascript to a page, the simplest is a text widget and paste it in there.
-
AuthorPosts