[Resolved] Unable to show repeating custom field images in a loop
This support ticket is created 4 years, 11 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.
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.
When i embed by View inside my Content Template for those post types—using the new Toolset Blocks editor—nothing shows on the front end except for my Bingo container in turquoise. None of the repeating custom field images display at all. So, the View displays, but not the repeating images as thumbnails.
What am i obviously doing wrong? I'm sure i've done this before, but perhaps my brain isn't awake any longer.
When you display the repeating field using [wpv-for-each] shortcode, you should add the [types] shortcode without the separator attribute to display the single instance within the [wpv-for-each] loop.
Can you please try to use the following code and check if that helps you to resolve your issue where I just removed the separator attribute added to types shortcode.