Adding additional social network
-
Hello again!
I have some questions in relation to “Social Networks Icons”:
I understand that the networks are defined in the parent’s function.php and they are output in header.php using the function
‘ct_apex_social_icons_output(‘header’);’1)
I try to add Ravelry to the social icons.
I am working with a child theme.
If I add “ravelry” in parent’s function.php, this is listed in customizerIf I add
if(function_exists('ct_apex_social_array') ) { $social_sites['ravelry']='apex_ravelry_profile'; }
in functions.php of my child-theme, no result.
But I do not want to edit the function.php of the parent theme in order to set $social_sites global2)
Where to get the icon of the new network?
where will “apex_ravelry_profile’ be defined?
I now see that the icons come from Font Awesome, but what if an icon is not included there? Ravelry icon is not includedEven when I ask to add this to the font, I am wondering how long it will take to include it
Thanks in advance,
Connie
- The topic ‘Adding additional social network’ is closed to new replies.