I'm using NextGen SmoothGallery 2 and it's working fine in main posts.
However, when searching posts for example from archive, the result displays in the text.
Is there a way to prevent this?
function startGallery_20() { var myGallery = new gallery($(“myGallery_20″), { timed: false, showCarousel: true, showInfopane: false, showArrows: true, embedLinks: true, slideInfoZoneOpacity: 0.80, textShowCarousel: “Pictures” }); document.getElementById(“myGallery_20″).style.display = “block”; myGallery.toggleCarousel(); } window.addEvent(“domready”, startGallery_20);