HTML5 Image Enhancer Support Product Page
Under investigation
HTML5 image enhancer with HTML5 slideshow
Reported 07 Sep 2010 17:48:16
1
has this problem
07 Sep 2010 17:48:16 simon jennings posted:
HiTrying to ue these 2 extensions on the same page. Seems to be a conflict. Slideshow working but image enhancer shows unmodified image. (I managed to get the image enhancer working on its own when on a separate page).
Are there known issues?
Thanks.
Replies
Replied 08 Sep 2010 00:05:55
08 Sep 2010 00:05:55 George Petrov replied:
Hi Simon,
There is no known problem about that - it should work fine.
I checked it out and it worked fine with me.
Do you have a test case somewhere online?
Greetings,
George
There is no known problem about that - it should work fine.
I checked it out and it worked fine with me.
Do you have a test case somewhere online?
Greetings,
George
Replied 09 Sep 2010 19:30:12
09 Sep 2010 19:30:12 simon jennings replied:
Thanks George. I knew it must be a problem my end. I'll try some tests in a page without any other code. Let you know how I get on.
PS thanks for some great extensions - what a time saver and great value!
PS thanks for some great extensions - what a time saver and great value!
Replied 09 Sep 2010 19:36:58
09 Sep 2010 19:36:58 simon jennings replied:
Ok so I can get both working together when added to a completely clean page but not on a page full of template code and content. I'll let you know if I find a reason...
Replied 10 Sep 2010 13:17:20
10 Sep 2010 13:17:20 Miroslav Zografski replied:
Hello Simon,
It will be of help if you can provide a link to the page where that problem occur.
Regards,
It will be of help if you can provide a link to the page where that problem occur.
Regards,
Replied 14 Sep 2010 00:15:49
14 Sep 2010 00:15:49 simon jennings replied:
Hi
I still get a problem with adding the enhancer when there is already a slideshow on the page.
The <head> section ends up with the following code:
<script type="text/javascript" src="ScriptLibrary/dmxHTML5ImageEnhancer.js"></script>
<link rel="stylesheet" type="text/css" href="Styles/dmxHTML5Slideshow.css" />
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxHTML5Slideshow.js"></script>
However, if i move the enhancer js link to AFTER the slideshow links, they BOTH work. ie If I change to the following order, it works!
<link rel="stylesheet" type="text/css" href="Styles/dmxHTML5Slideshow.css" />
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxHTML5Slideshow.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxHTML5ImageEnhancer.js"></script>
I still get a problem with adding the enhancer when there is already a slideshow on the page.
The <head> section ends up with the following code:
<script type="text/javascript" src="ScriptLibrary/dmxHTML5ImageEnhancer.js"></script>
<link rel="stylesheet" type="text/css" href="Styles/dmxHTML5Slideshow.css" />
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxHTML5Slideshow.js"></script>
However, if i move the enhancer js link to AFTER the slideshow links, they BOTH work. ie If I change to the following order, it works!
<link rel="stylesheet" type="text/css" href="Styles/dmxHTML5Slideshow.css" />
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxHTML5Slideshow.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxHTML5ImageEnhancer.js"></script>
Replied 14 Sep 2010 09:47:09
14 Sep 2010 09:47:09 Teodor Kuduschiev replied:
Dear Simon,
The problem is because of the includes order:
Your page is first trying to load
<script type="text/javascript" src="ScriptLibrary/dmxHTML5ImageEnhancer.js"></script>
But for doing this it should have loaded
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script> first.
So all you need to do is to make sure the juery-latest.pack.js is located before the other js includes.
The problem is because of the includes order:
Your page is first trying to load
<script type="text/javascript" src="ScriptLibrary/dmxHTML5ImageEnhancer.js"></script>
But for doing this it should have loaded
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script> first.
So all you need to do is to make sure the juery-latest.pack.js is located before the other js includes.
Replied 25 Aug 2013 02:34:18
25 Aug 2013 02:34:18 Ghassan Safadi replied:
I am having similar issue between HTML5ImageEnhancer and Calendar2.
Tried loading jquery-latest-pack.js first as above..Did not work
Tried loading jquery-latest-pack.js first as above..Did not work
Replied 26 Aug 2013 08:03:48
26 Aug 2013 08:03:48 Teodor Kuduschiev replied:
Hello Ghassan,
Please provide a link to your page, where we can check the issue.
Please provide a link to your page, where we can check the issue.