Hello, i’d like to display my posts (single page) with the nivo lightbox. That works well for the posts loaded with the page load. If i load more posts with ajax, the lightbox does not work anymore..
How can I fix this? I have tried to call $(‘a’).nivoLightbox(); again, but it didn’t change anything.
I have also tried to add data-lightbox-type=”ajax” to the link but it didn’t change anything either.
How can i get this to work with ajax loaded content? I have tried so many things and wasted so many hours on this :D HELP
Thank you!