thezigzagger
Member
Posted 11 months ago #
Hey guys,
I've been using the Jetpack social sharing button for months and never had any issue.
Suddenly the Share this button has disappeared from the individual post page. The button is still showing and working on the Home page but not on the single posts.
Any idea what could cause that?
My site is http://www.thezigzagger.com
Cheers for any help
Sandip Patil
Member
Posted 11 months ago #
Check any jquery conflict on post page..
For e.g. jQuery(".sticky").offset() is null
thezigzagger
Member
Posted 11 months ago #
Sandip Patil
Member
Posted 11 months ago #
yes .. or check the jquery included for the (Share this), cause page showing jquery error.
thezigzagger
Member
Posted 11 months ago #
I can't see anything!
<div class="share">
<h3><?php _e('Share The Post','woothemes'); ?></h3>
<p><?php _e('Please use the following buttons below to share the post that you are reading with the popular aggregators:','woothemes'); ?></p>
<div id="icons" class="fr">
</div><!-- #icons -->
<div class="fix"></div>
</div><!-- .share -->
<div class="fix"></div>
</div><!-- #sliderWrap -->
<?php } ?>
<?php get_footer(); ?>
thezigzagger
Member
Posted 11 months ago #
Tried uninstalling and re-install Jetpack but it didn't make any difference :(