My problem occured when trying to "popin" inline content via
nivo-lightbox. My initial content's behaviour was really strange when
being displayed via nivo-lightbox and not without.
Then some investigations showed me that you clone initial content into a
nivo wrapper without removing initial content. Thus if initial content
may be accessed via other parts of code (for example via html ids),
things are getting bad.
Thus replacing this line of code within the inline section:
My problem occured when trying to "popin" inline content via nivo-lightbox. My initial content's behaviour was really strange when being displayed via nivo-lightbox and not without.
Then some investigations showed me that you clone initial content into a nivo wrapper without removing initial content. Thus if initial content may be accessed via other parts of code (for example via html ids), things are getting bad.
Thus replacing this line of code within the inline section:
with these two others
everything then plays well.