HTML5 Slideshow Support Product Page

Under investigation

Cant get it to work

Reported 06 Mar 2012 21:51:59
3
have this problem
06 Mar 2012 21:51:59 Bruce Symons posted:
when inserting a html5 slideshow to a page all goes well it seems so simple but when tested all that appears in the page is the first image - no controls, description just the first image no slideshow at all.

Mac osx 10.6.8 CS5. Very frustrating this is the second time I have an extension from you that has not worked. Please help I am on a deadline.

Replies

Replied 07 Mar 2012 05:51:10
07 Mar 2012 05:51:10 Teodor Kuduschiev replied:
Hello Bruce,
Please provide a link to your page where we can check what is wrong.
Replied 08 Mar 2012 06:20:00
08 Mar 2012 06:20:00 Bruce Symons replied:
Hi Teodore,

I dont have this live as yet however here is the code form my page or if you give me an email address I can send them on



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="Styles/dmxHTML5Slideshow.css" />
<!--[if IE]><script type="text/javascript" src="dmx/lib/excanvas-compressed.js"></script><![endif]-->
<link rel="stylesheet" type="text/css" href="dmx/widgets/Lightbox/styles/default/style.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="dmx/dmx.core.js"></script>
<script type="text/javascript" src="dmx/widgets/Lightbox/dmx.lightbox.js"></script>
</head>

<body>
<div class="dmxSlideshow" id="slideshow1" style="width:300px;height:200px;">
  <div class="dmxSlide" id="image1">
    <a href="images/big/anchoring.jpg" target="dmxLightbox">
      [img]images/anchoring.jpg" border="0" width="373" height="280" alt="anchoring" />
    </a>
    <div class="dmxDescription">
      [h4]anchoring[/h4]
    </div>
  </div>
  <div class="dmxSlide">
    <a href="images/big/dicky_seat.jpg" target="dmxLightbox">
      [img]images/dicky_seat.jpg" border="0" width="422" height="280" alt="dicky seat" />
    </a>
    <div class="dmxDescription">
      [h4]dicky seat[/h4]
    </div>
  </div>
  <div class="dmxSlide" id="image2">
    <a href="images/big/captain.jpg" target="dmxLightbox">
      [img]images/captain.jpg" border="0" width="210" height="280" alt="captain" />
    </a>
    <div class="dmxDescription">
      [h4]captain[/h4]
    </div>
  </div>
  <div class="dmxAbout">Generated by <a href="http://www.dmxzone.com/go?17708">HTML5 Slideshow Dreamweaver Extension</a> 1.2.0</div>
</div>
<script type="text/javascript">
  // <![CDATA[
 jQuery(document).ready(
   function()
     {
       jQuery("#slideshow1").dmxHTML5Slideshow(
         {"description": {"position": "bottom"}}
       );
     }
 );
  // ]]>
</script>
<p>&nbsp;</p>
<p>Above is a test for Slide Show.</p>
</body>
</html>



Thanks for your help

Bruce
Replied 08 Mar 2012 08:43:14
08 Mar 2012 08:43:14 Teodor Kuduschiev replied:
Please send me your page to
Replied 26 Mar 2012 18:04:00
26 Mar 2012 18:04:00 Don Walker replied:
I work on a PC and when I test it in a browser through Dreaamweaver CS4, the slideshow works fine. When I upload it to my site, it doesn't slide at all and all six images are stacked on top of each other.
www.vitaminsofthemonth.com/april2012/slideshow.html
Replied 27 Mar 2012 07:49:38
27 Mar 2012 07:49:38 Teodor Kuduschiev replied:
Hello Don,

You have not uploaded the scriptlibrary and styles folder. Please make sure to upload all of the files to your testing server.

Reply to this topic