Skip Navigation

[Resolved] Can't Find Repeatable Group in Toolset view Content

This support ticket is created 2 years, 3 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
- 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/Hong_Kong (GMT+08:00)

This topic contains 4 replies, has 2 voices.

Last updated by fahimS-2 2 years, 2 months ago.

Assisted by: Luo Yang.

Author
Posts
#2543251
9.jpg
8.jpg
7.jpg

Tell us what you are trying to do?
I have a custom field group which has a repeatable group. Now I know that in the 'Toolset View - Content' screen (Image 8.jpg) the repeatable groups should appear. But they aren't appearing. What can I do?

#2543967
rfg-view.jpg

Hello,

I have tried it in a fresh WP installation + the latest version of Toolset plugins, it works fine, I can see the repeatable field group in the "Toolset View - Content", see my screenshot: cfg-view.jpg

You can see it in the same sandbox site:
Login URL:
hidden link

Single "SAAS" post:
hidden link

Is there any missing steps? can you reproduce the same problem in above test site? thanks

#2544051

I was actually creating a custom search View on a WordPress Default page type. For those search queries I wanted to show the respective Repeatable Fields of the SAASes posts on that page. Is it possible?

#2544659

Yes, it is possible, and needs nested views. For example:
1) Parent post view:
- Query SAASes posts
- setup the custom search form, filter the results by fields of post type "SAASes"
- In view's loop, display the "SAASes" post information + below child post view

2) Child post view:
- Query posts of your Repeatable Field groups
- Filter by post type relationship of between "SAASes" and Repeatable Field groups
- In view's loop, display Repeatable Field groups fields.

In the page you mentioned above, display the Parent post view of step 1)

#2546333

My issue is resolved now. Thank you!