I recently added two plugins to my webpage - LightBox and animate-enhanced. While both are functioning correctly, I have encountered an issue. When clicking on images to display LightBox, the modal dialog appears fine; however, the lightboxOverlay is displaying with opacity:1 instead of the intended opacity:0.8. This seems to be happening due to the second plugin affecting the lightboxOverlay.
Is there a way to resolve this problem? Can I somehow instruct a specific element, such as <div class="lightbox">
, to ignore the effects of the animate-enhanced plugin script?
In the attached image, you can clearly see the opacity discrepancy, with 1 overriding 0.8 as it should be.
Unfortunately, I am unable to share any code examples since I believe this issue stems from conflicting scripts rather than incorrect implementation.