Support Forums

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Problem with the height of the container

Viewing 4 posts - 1 through 4 (of 4 total)
  • david jolly
    #2256

    Hello Ross,

    When i use the filters the container’s height stay fixed, it’s not fluid with the content.

    On your demos, it works good.

    Can you have a look please ?

    Best regards.

    david jolly
    #2257
    This reply has been marked as private.
    Ross Moderator
    #2259

    Hey David

    That is really strange, when I inspect the element also it does not show any height being manually set…

    One thing to notice is, perform a search, refresh the page manually, then carry on searching, and you will see this problem does not happen… really strange!

    I just did a little test, and resizing the window will automatically resize this area properly, so maybe you could try forcing a window resize once the results are loaded?

    I just did a test and it seemed to work, do something like this in your JS:

    $(".searchandfilter").on("sf:ajaxfinish",function(){
        jQuery(window).resize();
    });

    Its a bit hacky but it seems that the height doesn’t auto calculate when we load the results, so forcing the browser to resize (only the event not actual dimensions) should trigger the right actions in your theme.

    Let me know if that works?

    david jolly
    #2267

    It works !

    Thank you for your help Ross.

    Best regards

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.