Hi
I am trying to get Magic Slideshow working on my website. I uploaded the scripts/example HERE and the test works fine.
In actinic I created a layout called Magic Slideshow and put in the DIV as per my example, then I created a fragment with the Magic Slideshow layout referenced in it and moved everything from the graphics folder into the acatalog.
I put the magicslideshow .js and .css files and all the graphics so when loaded it was in the main /acatalog folder. I removed any folder trees (graphics/loader.gif became loader.gif) in the .css that referenced further outside of that folder.
I directly typed in the magicslideshow.js and .css into the browser to check that it is in the acatalog folder.. it is.
I put the following code into my brochure page head.
<link rel="stylesheet" type="text/css" href="magicslideshow.css"/>
<script src="magicslideshow.js" type="text/javascript"></script>
when loaded its not showing (as div.MagicSlideshow hides all images until the slideshow is ready) Here is the page
So basically the fact that it is hiding the images does suggest the page is referencing the .css correctly but its not executing.
I am really stuck and no one seems to have tried integrating this and needed help on the forum.. I must be missing something really simple but I just cant see it.
I am trying to get Magic Slideshow working on my website. I uploaded the scripts/example HERE and the test works fine.
In actinic I created a layout called Magic Slideshow and put in the DIV as per my example, then I created a fragment with the Magic Slideshow layout referenced in it and moved everything from the graphics folder into the acatalog.
I put the magicslideshow .js and .css files and all the graphics so when loaded it was in the main /acatalog folder. I removed any folder trees (graphics/loader.gif became loader.gif) in the .css that referenced further outside of that folder.
I directly typed in the magicslideshow.js and .css into the browser to check that it is in the acatalog folder.. it is.
I put the following code into my brochure page head.
<link rel="stylesheet" type="text/css" href="magicslideshow.css"/>
<script src="magicslideshow.js" type="text/javascript"></script>
when loaded its not showing (as div.MagicSlideshow hides all images until the slideshow is ready) Here is the page
So basically the fact that it is hiding the images does suggest the page is referencing the .css correctly but its not executing.
I am really stuck and no one seems to have tried integrating this and needed help on the forum.. I must be missing something really simple but I just cant see it.
Comment