- This topic has 3 replies, 2 voices, and was last updated 6 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › WordPress & Elementor Update – Search & Filter Not Working
As stated in the title – since updating Elementor and WordPress to recent versions – our search & filter plugin is no longer filtering content as intended. https://dev-privitar.pantheonsite.io/resources/
Additionally, it looks like the display of results on our PROD server are not rendering correctly post filter: https://www.privitar.com/resources/ When filtering, the aspect ratio breaks.
Hey Trevor –
The non-working issue on our dev site was user error (did not update the display results URL) – so no issue here.
Regarding the broken image sizing (in conjunction with Elementor) however, is still an issue. I have a piece of CSS code to circumvent this
.elementor-post__thumbnail__link {
max-height: 200px;
If this is removed via web-dev tools you can see the issue. It looks like on search an entire DIV and class is being removed in the process. If you refresh the search results they will load as intended. Strange, no?