I am trying to: Display a view
Link to a page where the issue can be seen:
hidden link
Everything is fine except there is a big white space between the filters and the table in the view. Edit to add, the blank space goes away when using pagination.
Hi,
Thank you for contacting us and I'd be happy to assist.
From looking into the page's code, it looks like the "Fixed TOC" plugin is inserting some content automatically, in the view's container.
In the view's loop editor, please see if you can find a "wpv-post-body" shortcode that is calling the view's loop item template. In that shortcode, you can include the suppress_filters="true" attribute, so that third-party filters are not applied to it.
( ref: https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-post-body )
For example:
[wpv-post-body view_template="template-name" suppress_filters="true"]
I hope this helps and please let me know how it goes.
regards,
Waqar
My issue is resolved now. Thank you!