• Hi. I’m running a multisite wordpress installation. I have the latest version of the Super Socializer plugin installed.

    On one of my sites, double icons are appearing in the settings and front-end part of the site. https://i60.tinypic.com/13z79c.png

    I am not using the plugin actively (that is, the icons are disabled) on the other sites, but when I try to do so double icons appear there as well.

    Also, the Facebook Like Button is not being displayed even though I enabled it in the settings part and later included a link to the shortcode in PHP in content.php

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

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

    (@heateor)

    Hi there,

    On one of my sites, double icons are appearing in the settings and front-end part of the site. https://i60.tinypic.com/13z79c.png

    Did you update the plugin from older version to latest or you installed the latest version first time at your website?
    Drop an email at support[at]heateor[dot]com so that we can help you with this.

    Also, the Facebook Like Button is not being displayed even though I enabled it in the settings part and later included a link to the shortcode in PHP in content.php

    Would you try enabling/disabling Include Javascript in website footer option in Basic Configuration section at Super Socializer > Social Login page in admin panel?

    Plugin Author Heateor Support

    (@heateor)

    To resolve Facebook Like 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_scripts(){
    	wp_dequeue_script('the_champ_modernizer');
    }
    add_action('wp_enqueue_scripts', 'heateor_ss_custom_scripts', 100);
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Double icons appearing in settings and front-end’ is closed to new replies.