Being a newcomer to jQuery, I am currently relying solely on plugins. I recently installed a carousel slider that allows manual sliding to view images accompanied by text information underneath. By clicking on "more" at the bottom of the image/text box, another box slides out to the right with additional details. I went ahead and added text links to this sliding box to give visitors the option to view larger images using the lightbox plugin.
The issue I encountered is that when I click on the text link to open the lightbox (to see the image larger), the carousel text box that slid out remains in place (on top of the lightbox image). To view the image, I have to manually close the carousel box by clicking the 'x' in the corner...
I am looking for suggestions on what kind of code I should add to address this issue. Would it involve adding code to the .js file of the carousel instructing it to close when the lightbox is in use? If so, could someone please provide an example of what that code might look like?