Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello Joel,

    Seems like addthis Javascript is not being loaded into the category page. I am not sure about the reason, but can happen due to a conflict with another plugin or theme.

    A quick fix is to add this to your theme file:

    <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=YOUR_PUB_ID_HERE"></script>

    If you can give admin access to your site or a test site, I can verify what went wrong. You can mail me to srijith[AT]addthis.com.

    I cannot figure out how to get the AddThis Follow images to show up on my site. I have the AddThis Share on the bottom of the page just fine, but don’t know what I am doing wrong on the others.

    zoenaturalcreations.com

    @srijith.v

    Same issue here. Check plugins and javascript conflicts but there doesn’t appear to be any. Have called your script into the head of my doc and that’s fixed it for now.

    It would be great to have a fixed version and remove the call in the head to add the reduction of http requests.

    Any thoughts?

    I was able to solve mine by adding:
    wp_enqueue_script( ‘add-this’, ‘https://s7.addthis.com/js/250/addthis_widget.js#pubid=urPubID&#8217;, array(‘jquery’), “1.0.0”, ‘all’ );
    to my function.php

    Hope that helps.

    I suspect this may be related to Twitter. I was having the same issue on the homepage of our site, and the buttons suddenly showed up after I deleted our Twitter information. Before deleting the information, I had noticed that when I hovered over the Twitter follow link on the pages that the buttons were showing up on, it wasn’t showing the Twitter link, but a link to the current page URL with “/#” at the end of it. Although this means there is no longer a link to our Twitter page in the Follow widget, it has resolved the issue for now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Addthis Follow Widget – Buttons not showing on Category Pages’ is closed to new replies.