Essentially, I have a Repeater Field Group inside another Repeater Field Group (e.g. Nested RFGs) and I cannot get the fields of the child RFG to display.
Here is the Query Filters for the View, did I misconfigure something?
Link: hidden link
Question #3 - Do you know of there any instructions I can follow on how to display a looped list in a View with Font Awesome icons, custom icons, and/or custom SVGs?
Thank you!
I have a Repeater Field Group inside another Repeater Field Group (e.g. Nested RFGs) and I cannot get the fields of the child RFG to display.
You'll need a nested View structure here if I understand the setup correctly. I see one View in your Video - a View of the outer RFG. To display the nested bullets RFG, you'll need a nested View of the inner, bullets RFG displayed inside the View of the outer RFG. In the Content Selection of the nested View, selected the bullets RFG. Then since this View will be nested inside the outer Deals RFG View, use a post relationship filter set by the current post in the loop.
Do you know of there any instructions I can follow on how to display a looped list in a View with Font Awesome icons, custom icons, and/or custom SVGs?
If you're trying to use FontAwesome icons to replace the bullets in a bulleted list, check out these documents:
https://fontawesome.com/how-to-use/on-the-web/styling/icons-in-a-list
https://hollypryce.com/font-awesome-bullet-points/
That is awesome! I will try that, thank you. One quick follow-up, if I want to use either my own custom icons, or a different icon set that is _not_ FontAwesome in Views, are there any instructions or tutorials on how we could go about doing that?
I am using FontAwesome for rapid dev, but will switch into custom icons and other icon sets later on as I iterate.
Best,
One quick follow-up, if I want to use either my own custom icons, or a different icon set that is _not_ FontAwesome in Views, are there any instructions or tutorials on how we could go about doing that?
This sounds like more of an HTML or CSS question rathan than something specific to Toolset. If you can show me how to implement what you want to achieve without Toolset in basic HTML and CSS, I can help you integrate it into a View.
My issue is resolved now. Thank you!