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. -> hidden link
However, when there is more than one instance it doesn't display anything
i.e. -> hidden link
I am not sure what has gone awry ... but would appreciate the assistance.
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.
I have tried it in your website, with below steps:
1) Edit the problem page: hidden link
Find and edit the loop of view block, add shortcode [wpv-post-link] into view's loop
2) Test it in frontend: hidden 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?