Navigation überspringen

[Gelöst] Repeatable Group not displaying contents

This support ticket is created vor 4 years, 4 months. 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 -

Zeitzone des Unterstützers: Asia/Hong_Kong (GMT+08:00)

Dieses Thema enthält 2 Antworten, hat 3 Stimmen.

Zuletzt aktualisiert von Luo Yang vor 4 years, 4 months.

Assistiert von: Luo Yang.

Author
Artikel
#2273591

in one of my custom post types I have a repeatable group that has two fields:
support-doc-file-name
support-doc-file

In a view loop, when there is only 1 instance of the repeatable group, it displays as expected with the document title and an icon both linked to the file
i.e. -> versteckter Link

However, when there is more than one instance it doesn't display anything
i.e. -> versteckter Link

I am not sure what has gone awry ... but would appreciate the assistance.

thx

Gordon

#2274059

Nigel
Unterstützer

Sprachen: Englisch (English ) Spanisch (Español )

Zeitzone: Europe/London (GMT+01:00)

Hi Gordon

The repeatable field group items are displayed using a View. In the non-working link you shared I can see that the View has iterated over 3 results, but the links to the file itself are missing.

I can't really see why from the front end. If you are willing, we can take a look at the back end to check what's happening.

Let me mark your next reply as private so that we can get log-in credentials from you—you may want to create a temporary admin user for us to use that you can later delete. And be sure to have a current backup of your site.

#2274727
view-block.JPG

Hello,

I have tried it in your website, with below steps:
1) Edit the problem page:
versteckter Link
Find and edit the loop of view block, add shortcode [wpv-post-link] into view's loop

2) Test it in frontend:
versteckter Link

It works fine, I can see three results, see my screenshot view-block.jpg

Is there any missing steps or this problem is resolved?