Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
jQuery Cycle - images display briefly
Hi there,
Can anyone help with this: all my slideshow images display briefly on the homepage – www.fonmedia.co.uk.
I’ve got this:
<txp:image id="4" width="700" height="84" class="hidden" />
To no avail…
www.kimstewart.co.uk
Offline
Re: jQuery Cycle - images display briefly
Do you have a css class defined for “hidden”? Something like
.hidden {display:none;}
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline
Re: jQuery Cycle - images display briefly
mmm… well that hides them from the start and when they should appear! Oh dear…
www.kimstewart.co.uk
Offline
#4 2011-03-23 21:21:24
- jelle
- Member
- Registered: 2006-06-07
- Posts: 165
Re: jQuery Cycle - images display briefly
kstewart wrote:
mmm… well that hides them from the start and when they should appear! Oh dear…
Well, that actually DO appear. But your .hidden class…..hides them. :) Just lose the .hidden class and it will be ok. Cycle will handle the showing/hiding correctly.
Offline
Re: jQuery Cycle - images display briefly
yes – to make it work, just delete
.hidden {display:none;}
and if you see the images before the slideshow starts, add
overflow:hidden;
to your slideshow style
Offline
Re: jQuery Cycle - images display briefly
tye wrote:
yes – to make it work, just delete
.hidden {display:none;}
and if you see the images before the slideshow starts, add
overflow:hidden;
to your slideshow style
Sorry for the bad advice. I assumed based on the class name of hidden you wanted things with that class hidden.
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline
Re: jQuery Cycle - images display briefly
Hey guys!
Thanks but overflow: hidden; doesn’t work either….
Matt – no worries, I didn’t explain myself properly in the first place.
EDIT : Very sorry, overflow: hidden does work after all! Had it on the wrong line…
EDIT (again): This is very strange… sometimes just when you think it works, all the images appear again!???
Last edited by kstewart (2011-03-23 23:02:38)
www.kimstewart.co.uk
Offline