Skip Navigation

[Resolved] Show a list of nested RFG as bullets using custom FontAwesome or SVG bullet icons

This support ticket is created 3 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.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 4 replies, has 2 voices.

Last updated by saint 3 years, 10 months ago.

Assisted by: Christian Cox.

Author
Posts
#1920381

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!

#1920465

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/

#1926943

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,

#1926981

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.

#1932521

My issue is resolved now. Thank you!