HTML5 Slideshow Support Product Page
Solved
Dynamic Slideshow with PHP - not showing
Reported 30 Nov 2011 01:03:09
1
has this problem
30 Nov 2011 01:03:09 Eric Jennings posted:
Hi,I am converting a current site from asp to php. The slideshow works fine with asp, but I have an issue with the php version. The screen shows the black background but will not show the images.
208.106.217.108/events.php?evID=12
Looking at the source the images look to be loading.
Any ideas?
thx
Eric
Official Solution
Replied 01 Dec 2011 10:13:27
Hello,
It is not possible to have 2 jquery includes on one page.
It is not possible to have 2 jquery includes on one page.
Replies
Replied 30 Nov 2011 09:23:54
30 Nov 2011 09:23:54 Teodor Kuduschiev replied:
Hello Eric,
In your code you have 2 jquery includes, which is not allowed by jquery.
Please remove this line from your code:
In your code you have 2 jquery includes, which is not allowed by jquery.
Please remove this line from your code:
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
Replied 30 Nov 2011 22:22:08
30 Nov 2011 22:22:08 Eric Jennings replied:
Perfect! That works!
Now I have an include on this page that contains the navigation which needs the script reference. How can I have both?
thx
Eric
Now I have an include on this page that contains the navigation which needs the script reference. How can I have both?
thx
Eric
Replied 01 Dec 2011 10:13:27
01 Dec 2011 10:13:27 Teodor Kuduschiev replied:
Hello,
It is not possible to have 2 jquery includes on one page.
It is not possible to have 2 jquery includes on one page.