I think you are experiencing issues because the scripts etc expect the files to be in particular sub directories online. Actinic places all files in acatalog. If they need to be anywhere else you will have to FTP them up yourself to the required locations.
Announcement
Collapse
No announcement yet.
Javascript slide show - how to impliment in Actinic
Collapse
X
-
For us to be able to diagnose problems it will be much easier if you're able to upload.
I'm probably the best person here at diagnosing problems and providing workarounds but am effectively blindfolded and working with one hand tied behind my back until there's something live to see.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
Originally posted by NormanRouxel View PostI'm probably the best person here at diagnosing problems
Get it uploaded, you need to tets it online and you need it online for is to see it anyway.
Comment
-
I have just put a slideshow on our site at www.natorigin.co.uk and am using JQuery Cycle Plugin.
Was fairly easy to get working the only real issue I have found is that the images load in a line down the screen behind the text before disappearing.
I have tried a solution for this but not sure if it has worked as I sometimes still see the images, but not always.
I have tried to correct by adding different class but not sure if I have added all the extra bits I should.
In style sheet have added:
.slideshow {
width: 700px;
height: 225px;
margin: 10px;
padding: 0;
z-index: 100
}
.slideshow img {
padding: 0px;
border: 0px solid #fff;
background-color: #fff;
width: 700px;
height: 225px;
top: 0;
left: 0
z-index: 100
display: none
overflow: hidden
}
.slideshow img.first {
padding: 0px;
border: 0px solid #fff;
background-color: #fff;
width: 700px;
height: 225px;
top: 0;
left: 0
z-index: 100
display: block
overflow: hidden
}
As a brochure fragment have added:
!!<<div class="slideshow">
<a href="http://www.natorigin.co.uk/acatalog/Hand_Cream.html">
<img src="http://www.natorigin.co.uk/acatalog/NATorigin_welcome_1.jpg"
width="700" height="225" border="0" alt="NATorigin natural hand and nail cream" class="first"/></a>
<a href="http://www.natorigin.co.uk/acatalog/Firming_Anti-Wrinkle_Cream.html">
<img src="http://www.natorigin.co.uk/acatalog/NATorigin_welcome_3.jpg"
width="700" height="225" border="0" alt="NATorigin natural firming anti-wrinkle cream" /></a>
<a href="http://www.natorigin.co.uk/acatalog/Delivery_Information.html">
<img src="http://www.natorigin.co.uk/acatalog/NATorigin_welcome_4.jpg"
width="700" height="225" border="0" alt="Delivery information for the NATorigin range" /></a>
<a href="http://www.natorigin.co.uk/acatalog/Approved_by_Allergy_UK.html">
<img src="http://www.natorigin.co.uk/acatalog/NATorigin_welcome_5.jpg"
width="700" height="225" border="0" alt="NATorigin the only range currently approved by Allergy UK" /></a>
</div>>!!
Jameswww.butterflies-healthcare.co.uk
www.viteyes.co.uk - vitamins for macular degeneration
www.natorigin.co.uk - natural/organic cosmetics and skin care for sensitive skin & eyes
www.butterflies-eyecare.co.uk - eye drops, vitamins and other eye care products
www.prescription-swimming-goggles.co.uk - optical and prescription swimming goggles
Comment
Comment