Support » Plugin: Social Share, Social Login and Social Comments Plugin - Super Socializer » No vertical or horizontal sharing bar on homepage

  • Hi Rajat,

    I’d like to notify you that SuperSocializer isn’t working on the homepage at all and it never did on my site. There is no vertical or horizontal sharing bar on the homepage. All other website pages have the vertical sharing bar. Please fix this problem for all users of SuperSocializer.

    I contacted PressCustomizer, developer of Customizer Pro theme, and this is their response:

    Something is wrong with your plugin’s codes.
    There is no vertical or horizontal sharing bar’s code in the webpage source code.
    The plugin is not producing any of them on home page.
    This has nothing to do with our theme.

    With reference to this page.
    http://support.heateor.com/social-sharing-shortcode-and-widget/
    I come up with a custom function in your child theme’s functions.php to produce the vertical sharing bar on your homepage.

    This is the code that I had added in your child theme functions.php

    function custom_do_shortcode(){
    if(is_front_page()):
    echo do_shortcode(‘[TheChamp-Sharing type=”vertical” align=”right”]’);
    endif;
    }
    add_action(‘wp_footer’,’custom_do_shortcode’);

    Your vertical sharing bar is on homepage now.

    Please note that providing custom solution is not included in our support.
    You may want to contact your plugin developer if you require further assistance on this issue.

    https://wordpress.org/plugins/super-socializer/

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

    (@heateor)

    Hi,

    As per our conversion earlier, our plugin use the_content WordPress hook to render sharing interface at webpages (including Homepage), which is working fine on 99% websites.
    So, there is something wrong with the way your theme is utilizing the_content. BTW, we are glad that you got a solution.

Viewing 1 replies (of 1 total)
  • The topic ‘No vertical or horizontal sharing bar on homepage’ is closed to new replies.