• Resolved 1cocuk

    (@1cocuk)


    Google plus, twitter or other icons seem but facebook icon does not seem on the page and login widget. (I am not sure that it is becauce of facebook is first icon)

    After I refresh the page then facebook icon seems on the page but first time I enter the page I can not see the facebook icon.

    What can be the problem?

    https://www.ads-software.com/plugins/super-socializer/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi there,
    Seems some issue related to load time.
    To fix the issue, place following code at the end of “wp-content/themes/CURRENT_THEME/functions.php” 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/child theme.

    function heateor_ss_custom_css(){
    ?>
    <style type="text/css">
    .theChampFacebookLogin{
         display: block !important
    }
    </style>
    <?php
    }
    add_action('wp_head', 'heateor_ss_custom_css');
    add_action('login_head', 'heateor_ss_custom_css');
    Thread Starter 1cocuk

    (@1cocuk)

    Thank you very much. It works!

    Plugin Author Heateor Support

    (@heateor)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Some times facebook icon does not seem on the page’ is closed to new replies.