Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2011-03-23 17:33:41

kstewart
Member
Registered: 2011-03-09
Posts: 71
Website

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

#2 2011-03-23 18:19:19

MattD
Plugin Author
From: Monterey, California
Registered: 2008-03-21
Posts: 1,254
Website

Re: jQuery Cycle - images display briefly

Do you have a css class defined for “hidden”? Something like

.hidden {display:none;}

My Plugins

Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker

Offline

#3 2011-03-23 18:33:54

kstewart
Member
Registered: 2011-03-09
Posts: 71
Website

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

#5 2011-03-23 22:01:09

tye
Member
From: Pottsville, NSW
Registered: 2005-07-06
Posts: 859
Website

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

#6 2011-03-23 22:03:55

MattD
Plugin Author
From: Monterey, California
Registered: 2008-03-21
Posts: 1,254
Website

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.


My Plugins

Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker

Offline

#7 2011-03-23 22:09:25

kstewart
Member
Registered: 2011-03-09
Posts: 71
Website

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

Board footer

Powered by FluxBB