Title: Jetpack Like Button Loading &#8211; Supernova
Last modified: August 21, 2016

---

# Jetpack Like Button Loading – Supernova

 *  Resolved [lifehappensoutside](https://wordpress.org/support/users/lifehappensoutside/)
 * (@lifehappensoutside)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/jetpack-like-button-loading-supernova/)
 * I installed Jetpack and everything works well except the like button at the bottom
   of each post on [my site](https://wordpress.org/support/topic/jetpack-like-button-loading-supernova/life-happens-outside.com?output_format=md).
   It takes a while to load the button on pages but sometimes it eventually works.
   On posts it never works (or possibly takes days?).
 * I tried disabling all pulgins and switching browsers and the like button was 
   still loading.
 * I also switched my theme to twenty twelve and the like button loaded quickly 
   on all posts and pages. Anything I can do to the theme (which is wonderful in
   all other ways) to fix this up?
 * From what I’ve read it seems like Jetpack’s like button isn’t very compatible
   with jQuery.
 * Thanks for the help.

Viewing 13 replies - 1 through 13 (of 13 total)

 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/jetpack-like-button-loading-supernova/#post-4089692)
 * Well thanks for bringing this to my notice, and sorry that you had issues, It
   seems like its a theme issue, I have put it in my to-do list and it would be 
   fixed in the next version of the theme.
 * If you are developer, you can fix it by yourself.
    1)Go to supernova/lib/admin/
   custom-css.php a)Replace line number 89 with if(is_home() && (!supernova_options(‘
   sticky-nav’) || !supernova_options(‘disable-top-nav’))){ ?> b)Replace line number
   95 with <?php if(!supernova_options(‘disable-resizer’) && is_home()){ ?> c)Replace
   line number 105 with if(!supernova_options(‘disable-slider’) && is_home()){ ?
   >
 *  Thread Starter [lifehappensoutside](https://wordpress.org/support/users/lifehappensoutside/)
 * (@lifehappensoutside)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/jetpack-like-button-loading-supernova/#post-4089781)
 * Thanks for the quick response.
 * I changed the code but the problem is still around. The like button is always
   loading.
 *  Thread Starter [lifehappensoutside](https://wordpress.org/support/users/lifehappensoutside/)
 * (@lifehappensoutside)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/jetpack-like-button-loading-supernova/#post-4089812)
 * i think the like button might have shown up on my side bar…
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/jetpack-like-button-loading-supernova/#post-4089879)
 * Okay so I removed all the scripts from my theme, in fact I tried running it on
   plain HTML however, it doesn’t seem to be a theme specific issue. I switched 
   several other themes but the like button didn’t work on them either, except on
   twenty twelve and that too only randomly. I researched for it and got to know
   that its a known issue, see this [http://wordpress.org/support/topic/like-button-loading](http://wordpress.org/support/topic/like-button-loading)
 * Thanks.
    Sayed Taqui.
 *  Thread Starter [lifehappensoutside](https://wordpress.org/support/users/lifehappensoutside/)
 * (@lifehappensoutside)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/jetpack-like-button-loading-supernova/#post-4089982)
 * Thanks for your help so far. This is the response I got from Jetpack:
 * “I’m sorry for the late reply, I didn’t see your post last week.
 * In any case, I do see the Likes loading on some of your posts, but not on all.
   Were some of your posts imported from a WordPress.com site, by any chance? There
   is a known bug with imported posts and likes.
 * However, on this post, I see 2 Javascript errors:
 * [http://life-happens-outside.com/who-am-i-again/](http://life-happens-outside.com/who-am-i-again/)
 * The js errors will prevent the Likes from loading properly. I am not sure what
   is inserting these lines of code in your site:
 * jQuery(“#top_most, #media_nav”).sticky({ topSpacing: 0 });
 * and
 * jQuery(window).load(function(){
    jQuery(‘.flexslider’).flexslider({ animation:“
   slide” , start: function(slider){ jQuery(‘body’).removeClass(‘loading’); }});});
   They do look like they were put in by the theme though, but I can’t know that
   for sure. I’d bring it to the theme author’s attention again, and if he can’t
   or won’t fix it, we’ll look at how to fix it ourselves; I won’t be helping you
   correct the error though, I’ll just tell you how to remove that code, and doing
   so may or may not break other functionality for the theme.
 * Let me know what he says!”
 * None of my posts were imported from a wordpress.com site. Do you think removing
   these lines of code will help? Thanks Again.
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/jetpack-like-button-loading-supernova/#post-4089983)
 * Can you please update the theme to the newest version, because I have fixed all
   the jQuery errors in the new version.
    Let me know once you are done.
 *  Thread Starter [lifehappensoutside](https://wordpress.org/support/users/lifehappensoutside/)
 * (@lifehappensoutside)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/jetpack-like-button-loading-supernova/#post-4089984)
 * Just updated. The like button is still loading at the bottom but fully functioning
   on the side panel for both posts and pages.
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/jetpack-like-button-loading-supernova/#post-4089985)
 * Did you empty your cache because I still see those errors. If you view console
   on my demo site, it wouldn’t show any error.
    [http://supernovathemes.com/supernova/get-tons-of-customization-options/](http://supernovathemes.com/supernova/get-tons-of-customization-options/)
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/jetpack-like-button-loading-supernova/#post-4089986)
 * Also I just installed jetpack and the like button is working fine now
    [http://supernovathemes.com/supernova/get-tons-of-customization-options/](http://supernovathemes.com/supernova/get-tons-of-customization-options/)
 *  Thread Starter [lifehappensoutside](https://wordpress.org/support/users/lifehappensoutside/)
 * (@lifehappensoutside)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/jetpack-like-button-loading-supernova/#post-4089987)
 * YES. Thank you.
 * Though an additional like button still shows up on the side panel. Is it to like
   the widget? Not a problem but still interesting.
 * The like button also doesn’t work for Archive pages. but that isn’t important
   to me. Just thought you’d be interested.
 * Thanks SO MUCH.
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/jetpack-like-button-loading-supernova/#post-4089988)
 * Your welcome, I figured jetpack and supernova has some common jQuery methods 
   like sticky which is causing conflict and hence the sticky navigation is also
   not working. I’ll figure something out in the next version.
 * Thanks
 *  Thread Starter [lifehappensoutside](https://wordpress.org/support/users/lifehappensoutside/)
 * (@lifehappensoutside)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/jetpack-like-button-loading-supernova/#post-4089997)
 * i hate to do this but the problem is back. I updated to your newest version but
   it was having trouble before that too. I emptied both the site’s cache and the
   browsers. I’m at a loss.
 * the button works but shows up on the side widget for many posts and pages new
   and old. [http://life-happens-outside.com/story-t-shirt-quilt/](http://life-happens-outside.com/story-t-shirt-quilt/)
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/jetpack-like-button-loading-supernova/#post-4089998)
 * I m sorry , Im not sure why it is happening but you can remove the things that
   are showing errors.
    since you are not using sticky navigation, you can remove
   this
 *     ```
       <script>
       jQuery("#top_most, #media_nav").SupernovaSticky({ topSpacing: 0 });
       </script>
       ```
   
 * its in custom-css.php from line number 90 to 92
 * Also since you are not using slider , you can remove
 *     ```
       <script type="text/javascript">
           jQuery(window).load(function(){
             jQuery('.flexslider').flexslider({
               animation: "<?php if($supernova_options['fade-slider']=='fade'){echo "fade"; }else{ echo "slide"; } ?>" ,
               start: function(slider){
                 jQuery('body').removeClass('loading');
               }});});
         </script>
       ```
   
 * its from line number 106 to 113.

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Jetpack Like Button Loading – Supernova’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/supernova/2.1.0/screenshot.png)
 * Supernova
 * [Support Threads](https://wordpress.org/support/theme/supernova/)
 * [Active Topics](https://wordpress.org/support/theme/supernova/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/supernova/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/supernova/reviews/)

## Tags

 * [jquery](https://wordpress.org/support/topic-tag/jquery/)

 * 13 replies
 * 2 participants
 * Last reply from: [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/jetpack-like-button-loading-supernova/#post-4089998)
 * Status: resolved