• Resolved virtous

    (@virtous)


    Hello,

    Just installed the latest version of this plugin on my localhost. I enabled the horizontal sharing interface, everything else is disabled.

    I’m outputting the plugin content through the shortcode [TheChamp-Sharing] on my posts only. If I inspect the document I can see that the HTML content has been rendered… but for some reason I can’t see any sharing options on the page. If I inspect the HTML more I can see that the the following has been created:

    <div class="the_champ_sharing_container the_champ_horizontal_sharing" super-socializer-data-href="www.my-site.com" >
    	<ul class="the_champ_sharing_ul">
    		<li><i alt="Facebook" Title="Facebook" class="theChampSharingButton theChampSharingFacebookButton" onclick=' theChampPopup("https://www.facebook.com/sharer/sharer.php?u=www.my-site.com")'></i></li>
    		<li><i alt="Google Plus" Title="Google Plus" class="theChampSharingButton theChampSharingGoogleButton" onclick=' theChampPopup("https://plus.google.com/share?url=www.my-site.com")'></i></li>
    		<li><i alt="Linkedin" Title="Linkedin" class="theChampSharingButton theChampSharingLinkedinButton" onclick=' theChampPopup("http://www.linkedin.com/shareArticle?mini=true&url=www.my-site.com")'></i></li>
    		<li><i alt="Twitter" Title="Twitter" class="theChampSharingButton theChampSharingTwitterButton" onclick=' theChampPopup("http://twitter.com/intent/tweet?text=TEST&url=www.my-site.com")'></i></li>
    		<li><i alt="Email" Title="Email" class="theChampSharingButton theChampSharingEmailButton" onclick="window.location.href = 'mailto:?subject=' + escape('Have a look at this website') + '&body=' + escape('www.my-site.com')"></i></li>
    		<li><i style="display: inline !important; visibility: visible !important" title="More" alt="More" class="theChampSharingButton theChampSharingMoreButton" onclick="theChampMoreSharingPopup(this, 'www.my-site.com', 'TEXT')" ></i></li>
    	</ul>
    	<div style="clear:both"></div>
    </div>

    But as I said, nothing shows up on the page.

    Any ideas? Help is appreciated!

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

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

    (@the_champ)

    Hi there,
    Can you install the plugin at online website so that I can check the issue? I cannot debug this issue without checking it at your website as I am unable to replicate this issue at my end.
    Some CSS style of your website might be hiding these icons.

    Thread Starter virtous

    (@virtous)

    I might be able to do that later tomorrow evening, as for now I did some more research. I can’t see where front.css is included to the page, where does this happen?

    Edit:
    adding this line in the <head> of the document made all the icons visible, but I nothing happens when I click on them.
    <link rel="stylesheet" type="text/css" href="<?php echo get_site_url();?>/wp-content/plugins/super-socializer/css/front.css">

    Plugin Author Rajat Varlani

    (@the_champ)

    Oh, it seems, the css file “front.css” is not getting loaded at your website. That’s why sharing icons are not appearing.

    Thread Starter virtous

    (@virtous)

    Check my latest update in my previous comment above^

    Nothing happens when I click on the icons, and the title text that I chose in the admin section doesn’t show up either.

    When I click the icons it says in console that theChampPopup is not defined.

    Any ideas?

    Plugin Author Rajat Varlani

    (@the_champ)

    Problem is – the Javascript and CSS files of the plugin are not getting loaded at your website.
    Wait, I am sharing the updated plugin file to fix this issue, within few minutes

    Thread Starter virtous

    (@virtous)

    Ok thanks.

    Edit:
    Will have a look when I get home in a few hours. Thanks for the quick support!

    Plugin Author Rajat Varlani

    (@the_champ)

    wp_enqueue_scripts hook is not there in your WordPress theme, so I replaced that with wp_head. Please replace “wp-content/plugins/super-socializer/super-socializer.php” with the following file:
    https://gist.github.com/anonymous/d456a000df5b9d0855fc

    Thread Starter virtous

    (@virtous)

    I’m not using get_header() in my theme, will this cause wp_head() hook to fail? I updated the file without success.

    Thread Starter virtous

    (@virtous)

    Ahh there we go, added wp_head() in my file before closing </head>. Now it works! 🙂

    Question though, is it possible to remove the “more sharing service” (orange icon)? Looks like it was added by default.

    Also, the title text doesn’t seem to show up?

    Thanks for the help

    Plugin Author Rajat Varlani

    (@the_champ)

    To remove the “more” icon, you have to buy WhiteLabel version of the plugin.
    Please make sure the “Title” option in “Social Sharing” section, in plugin options, is not blank.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘New installation, html gets rendered but is not visible?’ is closed to new replies.