This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

Noah Kuhn

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • Noah Kuhn
    Participant

    You’re the man Jason. I figured that was the issue, but thanks for the clarification. One note, I’ve had two inquiries via these forums and your responses have been consistently excellent. Doesn’t always happen in the web software world, so I want to thank you for your great work.

    Cheers.

    in reply to: Social Font Awesome Icons, "square" option #22960
    Noah Kuhn
    Participant

    In case anyone finds this thread and wants to do the same, add this to your child theme functions.php:

    function square_social_icons($sources) {
    	$sources['facebook-square'] = 'Facebook Square';
    	$sources['twitter-square'] = 'Twitter Square';
    	$sources['linkedin-square'] = 'LinkedIn Square';
    	asort($sources);
    	return $sources;
    }
    add_filter( 'themeblvd_social_media_sources', 'square_social_icons' );

    You need to add the coloring to your child theme stylesheet if you are using the flat color style.

    in reply to: Social Font Awesome Icons, "square" option #22957
    Noah Kuhn
    Participant

    No, there isn’t a square version for everything, so I see your point. I hadn’t found the social media filter you mention yet, but I can totally see how that would work now, thanks for pointing me in the right direction.

    Thanks for the quick reply, again, really awesome theme/framework.

Viewing 3 replies - 1 through 3 (of 3 total)