• Resolved ahab1b

    (@ahab1b)


    I just installed sassy social share and added the shortcode mentioned in the docs. The icons do not appear on screen (just blank white block). When i use <?php echo do_shortcode(‘[Sassy_Social_Share title=”Sharing is Caring”]’) ?> only the title appears.

    This is a new theme I built from scratch and is running on localhost. I don’t have any other css plugins installed which may block the icons.

    Could this be because i’m using localhost? I have read about a few other plugins that don’t work in localhost.

    Below is the code returned for sassy social share when I load the page.

    <div class="social-share">
    								<div class="heateor_sss_sharing_container heateor_sss_horizontal_sharing" ss-offset="0" heateor-sss-data-href="https://localhost/ebook2/blog/the-is-first-post"><div style="font-weight:bold">Sharing is Caring</div><ul class="heateor_sss_sharing_ul"><li class="heateorSssSharingRound"><i style="width:70px;height:35px;" alt="Facebook" title="Facebook" class="heateorSssSharing heateorSssFacebookBackground" onclick="heateorSssPopup(&quot;https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Flocalhost%2Febook2%2Fblog%2Fthe-is-first-post&quot;)"><ss style="display:block;" class="heateorSssSharingSvg heateorSssFacebookSvg"></ss></i></li><li class="heateorSssSharingRound"><i style="width:70px;height:35px;" alt="Twitter" title="Twitter" class="heateorSssSharing heateorSssTwitterBackground" onclick="heateorSssPopup(&quot;https://twitter.com/intent/tweet?text=The%20is%20First%20Post&url=http%3A%2F%2Flocalhost%2Febook2%2Fblog%2Fthe-is-first-post&quot;)"><ss style="display:block;" class="heateorSssSharingSvg heateorSssTwitterSvg"></ss></i></li><li class="heateorSssSharingRound"><i style="width:70px;height:35px;" alt="Linkedin" title="Linkedin" class="heateorSssSharing heateorSssLinkedinBackground" onclick="heateorSssPopup(&quot;https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Flocalhost%2Febook2%2Fblog%2Fthe-is-first-post&title=The%20is%20First%20Post&quot;)"><ss style="display:block;" class="heateorSssSharingSvg heateorSssLinkedinSvg"></ss></i></li><li class="heateorSssSharingRound"><i style="width:70px;height:35px;" title="More" alt="More" class="heateorSssSharing heateorSssMoreBackground" onclick="heateorSssMoreSharingPopup(this, 'https://localhost/ebook2/blog/the-is-first-post', 'The%20is%20First%20Post', '' )"><ss style="display:block" class="heateorSssSharingSvg heateorSssMoreSvg"></ss></i></li></ul><div class="heateorSssClear"></div></div>							</div>

    thanks,

    • This topic was modified 5 years, 10 months ago by ahab1b.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ahab1b

    (@ahab1b)

    Just read that it will not work on local. I’ll move it to my website and try it. Closing this ticket.

    Plugin Author Heateor Support

    (@heateor)

    Let me know if you face any issue at your online website going forward.

    Thread Starter ahab1b

    (@ahab1b)

    Hi, still the same issue. I modified the text in the sassy admin panel which appears on the site, but none of the buttons show up. I have gone to facebook debug to scrape the site meta tags and they appear no problem. The buttons still don’t show.

    https://superpoword.com/blog/4-reasons-why-parents-trade-stocks

    Thread Starter ahab1b

    (@ahab1b)

    ok, so it works correctly on other themes. This is a new theme I’ve been developing. Is there something that needs to be added to any of the php files. Maybe the header.php or functions.php?

    Plugin Author Heateor Support

    (@heateor)

    Plugin uses the_content WordPress filter to append the social share icons to the content of the webpage. You would like to check if you are utilizing this hook in your theme.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Icons not appearing’ is closed to new replies.