Skip Navigation

[Resolved] Data is not fetched properly

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 3 replies, has 2 voices.

Last updated by Waqar 1 year, 7 months ago.

Assisted by: Waqar.

Author
Posts
#2452179

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?

#2452843

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

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

#2453623

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

#2453725

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

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.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.