Hey!
I have here called category-wise courses, For that I have created a view named: Course Grid
hidden link
Course data in first 1:2 i.e second block of second column and first row is not fetched
S.S hidden link
I have given pagination, when I click on next , then come back data is fetched
Can you please help me figure out the issue
Here is screenshot of view setting
S.S hidden link
Url link:
hidden link
Can please help me figure out the issue, do I share credentials?
Hi,
Thank you for contacting us and I'd be happy to assist.
To troubleshoot this, I'll need to see how this view and the course posts are set up in the admin area.
Can you please share temporary admin login details, in reply to this message?
Note: Your next reply will be private making a complete backup copy is recommended before sharing the access details.
regards,
Waqar
hey
Did you get the chance to review it? I have selected table grid view, its not working with that setting, It was easy to display the data in 2 columns
I tried with other structure and its worked
Thank you for sharing the admin access details.
During troubleshooting, I noticed that some content filters from the third-party plugins or the active theme are affecting the output of the template used in the view.
Including the suppress_filters="true" attribute to all the instances of the "wpv-post-body" shortcode in the view's loop editor, fixes this:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-post-body
Example:
[wpv-post-body view_template="loop-item-in-course-grid" suppress_filters="true"]
I hope this helps and please let me know if you need any further assistance around this.