I am trying to: Display icons instead of the values displayed on the back end
Link to a page where the issue can be seen: hidden link
I expected to see: I have it so that if you make a custom post in the back end for 'hotel amenities' you can select from a list of words (ex. wifi, breakfast, fitness room, etc.), then for the Post Field Group the value to display is a shortcode that displays a font awesome icon using the 'Better Font Awesome' WordPress plugin. For example if the user clicks 'Wi-fi' on the back end, the value [icon name="wifi"] shows in the loop.
Instead, I got: I get a series of characters that is the shortcode up until the first quote of [icon name=\]: [icon name=\ [icon name=\ [icon name=\ [icon name=\
I have had this working before and it's a head scratched why it isn't now working.
Unfortunately no this won't work I see u provided the shortcodes within the select field values. Shortcodes won't be process as they need to be within a WYSIWYG editor.
What happened was everything was set up correctly but then for some reason all the Toolset shortcodes began failing so I restored a backup of the site, which then broke the display of the icon shortcodes. So it's strange to me that it was working before, but perhaps somehow broke the site?
That said, can you think of a way to make it work?
Could you let me know if you performed an update to our plugins before this started failing? Also could you let me know the previous versions that you were using if that was the case.