rsutton1223
Member
Posted 5 months ago #
I use these two plug-ins to make my Wordpress galleries show up in Lightbox's and auto resize.
jQuery Lightbox
Query Lightbox For Native Galleries
After the 2.8 upgrade, the lightbox shows, resizes and then hangs with the spinning dots showing no image.
Did a change in the jQuery in 2.8 affect the use of Lightbox's in Wordpress? Anyone know of a fix?
Plugins are up-to-date.
rsutton1223
Member
Posted 5 months ago #
It appears that Wordpress 2.8 has the necessary jQuery code already. By deactivating jQuery Lightbox and leaving jQuery Lightbox For Native Galleries activated...everything works.
rcarbaugh
Member
Posted 5 months ago #
Thanks for the post. I was wondering what to do when the jQuery Lightbox For Native Galleries stopped working tonight!
Any thoughts on how to get single pix to do the lightbox thing now?
rcarbaugh<><
deanhatescoffee
Member
Posted 4 months ago #
To use Lightbox on single images, just add rel="lightbox" to your <img> tag.
Example: <img src="picture.png" alt="picture" rel="lightbox" />
Johnny R
Member
Posted 4 months ago #
Hey Mr Deanhatescoffee -
in your example is the rel="lightbox" added in a post's photo html or to the photo edit image info from media gallery?
Can't seem to find a definitive answer or best practice for lightbox yet...