Hi,
Thanks for the information. I will have a look at the suggested plugin.
Were you able to fix it?
I am having issues with Contactform 7 in the footer when the form does not validate. Original skin has the same issue. Not setup properly.
-
This reply was modified 9 years, 3 months ago by slacker77.
For anyone who wants to do the same. Copy the /inc/custom_functions.php, nx-customizer.php and header.php file to your child theme.
Rename the icraft_custom_setting to for example icraft_child_custom_setting;
Rename the icraft_social_icons to for example icraft_child_social_icons;
In the nx-customizer.php set the name of the function to your child function: add_filter( ‘kirki/controls’, ‘icraft_child_custom_setting’ );
In header.php replace the function name icraft_social_icons to your child theme function for example craft_social_icons.
You can now add social media options to your /inc/custom_functions.php and nx-customizer.php file. It will show up in the customizer.