Image slider disappears when pop-up is closed

Hello,

I’m creating a website for my College’s fest. The site can be accessed here http://www.dirtrades.com/wil

The actual problem is, before the main event that’s “Adorea”, there is another event named “HOPE” which is a kind of sister event. So I want to aware the visitors about “Hope” before they can actually visit to Adorea’s website and regsiter there. For that I made a pop-up that automatically pops-up when the page is loaded and the pop-up image is linked to the HOPE’s page. But then the image slider on the page disappears! Here’s the actual view of the page

http://www.dirtrades.com/ado

When you visit the page, you can actually see the slideshow. But when I add the pop-up system in it, the slideshow automatically disappears. :frowning:

I want the both pop-up and slideshow to appear. Means the pop-up loads and if the visitors doesn’t wants to go through Hope’s page, they can simply close the pop-up and slideshow starts on it’s own.

I don’t know what’s wrong with the Javascipt or the Jquery. Can anyone please me out with it?

Thanks in advance!

What is more than likely happening is you have multiple javascript “document onLoad” functions or “document ready” functions.
Normally only one of these work at a time. Try combining the functions.

Sponsor our Newsletter | Privacy Policy | Terms of Service