Brand icons not working after last update
-
After the most recent update, brand icons, specifically linkedin, don’t seem to be working in the frontend although I can select them and they render ok in the gutenberg preview in the admin area. It does flash up for a moment before switching to the broken question mark in a circle.
I’m adding the field to a repeater using the ACF API like this:
acf_add_local_field([
'key' => 'small_icon_list_icon',
'label' => 'Icon',
'name' => 'small_icon_list_icon',
'type' => 'font-awesome',
'parent' => 'small_list_items',
]);I did wonder if I need to specify the icon sets in the code like this:
acf_add_local_field([
'key' => 'small_icon_list_icon',
'label' => 'Icon',
'name' => 'small_icon_list_icon',
'type' => 'font-awesome',
'parent' => 'small_list_items',
'icon_sets' => ['brands', 'duotone'],
]);But that seems to break things further.
Thanks for your help and making a great plugin!
The page I need help with: [log in to see the link]
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.