PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

SOLUTION for Sharebar conflict

  1. Like many of you, I found the conflict with the Sharebar plugin showing up in aspects of Gravity Forms. I like Sharebar more than any other social-sharing plugin I've tried, so I wasn't satisfied to just disable it.

    The solution was quite simple!

    Find:

    return jQuery(sharebar).offset().top;

    Add the following line above it:

    if(jQuery(sharebar).offset() != null)

    Credit for this fix goes to Ken.ph on the WordPress forum.

    Posted 12 years ago on Thursday March 22, 2012 | Permalink
  2. Thanks for posting!

    Posted 12 years ago on Friday March 23, 2012 | Permalink

This topic has been resolved and has been closed to new replies.