Skip Navigation

[Resolved] I am getting a No items found error when displaying a repeatable fields via view

This support ticket is created 5 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

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.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 5 years, 9 months ago.

Assisted by: Nigel.

Author
Posts
#1206696

I am trying to: to display a repeatable single text field on elementor

Link to a page where the issue can be seen: hidden link

I expected to see: an unordered list

Instead, I got: No items found

#1206931

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi Simon

A View queries the database for some kind of content, possibly applying filters to narrow down the results, before outputting those results.

If you get "No items found" it means that the View ran the query according to the content selected and any filters applied, and no data matches.

So Q1 is what is the content selection for the View? If it is a post type, are there posts of that type published?

Q2 would then be what are the filters added to the View which exclude some—and seemingly in this case all—results.