Hi
I would like to report that comments are not showing inside lightbox of photos and the photo page, we can still see the comment count but when we clicked on the comments button, nothing happened.
I firebug and found this error:
TypeError: target.attr(…) is undefined
[Break On This Error]
var c_id = target.attr(‘href’).substr( 10, target.attr(‘href’).length );
Line 601 main.js
One more thing,
When we click on a thumbnail on activity, it takes 1-2seconds to open up the lightbox, as i firebug, i saw it does ajax first, obtained the photo, then just show the light box.
How can we do it the other way, open up the light box first, send ajax request, obtained results and show the photo.
Thanks.