• Resolved slacker77

    (@slacker77)


    Hi,

    I am looking for the way to add Pinterest to the social media options.

    In the header the theme has options for a few social media sites. However, I am missing Pinterest and I want to know how I can add this. I already created a child theme and looking for the way to add it. However, I haven’t found the solution so far.

    Has anyone added extra social media options, that are also available through the customizer?

Viewing 1 replies (of 1 total)
  • Thread Starter slacker77

    (@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.

Viewing 1 replies (of 1 total)

The topic ‘Add Pinterest to theme?’ is closed to new replies.