HTML5 Responsive Notify Support Product Page
Solved
This extension is stopping my coded colorbox to work.
Reported 18 Jul 2013 20:27:32
1
has this problem
18 Jul 2013 20:27:32 Manny R posted:
This extension is stopping my coded colorbox to work.I think colorbox is clashing with your code here;
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
I think jquery.colorbox.js is clashing with jquery-latest.pack.js.
Please kindly help. I had just recently bought several hundred dollars worth of your extensions and I need to show them it was worth it. Thank you in advance.
My colorbox script works like this:
<link type="text/css" media="screen" rel="stylesheet" href="colorbox.css" />
<link type="text/css" media="screen" rel="stylesheet" href="colorbox.css" />
<script src="jquery.colorbox.js"></script>
<script>
$(document).ready(function(){
//include DLLs
$("a[rel='example1 '] " ).colorbox();
.......
Replies
Replied 19 Jul 2013 09:25:08
19 Jul 2013 09:25:08 Teodor Kuduschiev replied:
Hello,
Please provide a link to your page.
Please provide a link to your page.
Replied 19 Jul 2013 15:34:44
19 Jul 2013 15:34:44 Manny R replied:
Hello Teodor,
Here is the link:
www.occc.net/occcprop/default_demo.asp
jquery-latest.pack.js is breaking both my nivo slider ( the nivo slider is directly from nivo slider before I bought the dmxzone version )
and jquery-latest.pack.js also breaks my colorbox.
Clicking on "Click Here for our proposal" should open a lightbox but it stops working.
What the page looks like without the HTML5 notify.
www.occc.net/occcprop
Thank you.
Here is the link:
www.occc.net/occcprop/default_demo.asp
jquery-latest.pack.js is breaking both my nivo slider ( the nivo slider is directly from nivo slider before I bought the dmxzone version )
and jquery-latest.pack.js also breaks my colorbox.
Clicking on "Click Here for our proposal" should open a lightbox but it stops working.
What the page looks like without the HTML5 notify.
www.occc.net/occcprop
Thank you.
Replied 19 Jul 2013 16:13:32
19 Jul 2013 16:13:32 Teodor Kuduschiev replied:
Hello,
Your colorbox is using an ancient jquery version (1.3.0)... We are using the latest version - Please contact the developer for an updated version using the latest jquery (1.10.0).
Your colorbox is using an ancient jquery version (1.3.0)... We are using the latest version - Please contact the developer for an updated version using the latest jquery (1.10.0).
Replied 19 Jul 2013 16:34:38
19 Jul 2013 16:34:38 Manny R replied:
OK I'vbe updated the files to most recent.
It is still not working sir.
It is still not working sir.
Replied 19 Jul 2013 17:19:05
19 Jul 2013 17:19:05 Manny R replied:
Hello Teo,
Here I am able to have colorbox show and work by removing the reference to\
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
and the HTML5 notifier shows up but doesn't leave .
This is an updated page.
www.occc.net/occcprop/default_demo2.asp
Here I am able to have colorbox show and work by removing the reference to\
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
and the HTML5 notifier shows up but doesn't leave .
This is an updated page.
www.occc.net/occcprop/default_demo2.asp
Replied 22 Jul 2013 09:26:05
22 Jul 2013 09:26:05 Teodor Kuduschiev replied:
Please make sure that in your head tags there is only ONE reference to the jquery library, and make sure it is exactly the
Make sure to include it before ALL of the other .js files.
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
Make sure to include it before ALL of the other .js files.
Replied 24 Jul 2013 15:16:31
24 Jul 2013 15:16:31 Manny R replied:
Thank you. I also contacted Jack Moore from colorbox and he had told me that I had to watch the order of which the scripts were called.
That fixed it along with your suggestion.
Thank you very much.
That fixed it along with your suggestion.
Thank you very much.