Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Rajat Varlani

    (@the_champ)

    Hi,
    Seems due to improperly configured apps. Would you let me now your website url so that I can look into the issue?

    Thread Starter maddogmcewan

    (@maddogmcewan)

    i managed to ge the fb icon to show now as well, but not linkedin, by replacing the front.css file as suggested to another thread here

    website url = https://mysocial.buzz

    Plugin Author Rajat Varlani

    (@the_champ)

    Place following code at the end of “wp-content/themes/CURRENT_THEME/functions.php” (in the root folder of your website) before ?> (if ?> is not there, simply place the code at the end of the file) and save the file back. CURRENT_THEME is your active theme:

    function the_champ_custom_css(){
    	?>
    	<style type="text/css">
    	.theChampFacebookButton, .theChampLinkedinButton{
    		display: block !important;
    	}
    	</style>
    	<?php
    }
    add_action('wp_head', 'the_champ_custom_css');

    Thread Starter maddogmcewan

    (@maddogmcewan)

    yeeeeeeeeeaaaaaa – yep that worked 100% – full stars to you !!! tx man

    Plugin Author Rajat Varlani

    (@the_champ)

    Cheers ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Only Google icon shows in login’ is closed to new replies.