Sharebar and Lightbox
-
As I’ve posted in my blog, the problem I received with Sharebar is that disabling it on pages disables Lightbox as well on those pages. The solution is to open sharebar.js and find
return jQuery(sharebar).offset().top;
just above it, insert this line of code
if(jQuery(sharebar).offset() != null)
Until probably the time when Sharebar’s author implements this and builds it in the code, you’d have to add this to remedy it up ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Sharebar and Lightbox’ is closed to new replies.