[jQuery] Re: Cycle Plugin - Can't Get Pause To Work

2009-04-29 Thread davebowker
Bump! Same problem here. Code looks fine? $('#feature .sim-link').toggle(function () { $('#feature').cycle('stop'); }, function() { $('#feature').cycle('start'); }); Anyone have a solution? Dave On Apr 27, 8:04 am, Nic Hubbard

[jQuery] Re: Cycle Plugin - Can't Get Pause To Work

2009-04-29 Thread Mike Alsup
Nic, Are you still having a problem with this? Your pause and resume anchors appear to be working just fine. Mike On Apr 27, 3:04 am, Nic Hubbard nnhubb...@gmail.com wrote: Really?  No one knows why the cycle pause is not working?  Someone must be using this! On Apr 24, 8:25 am, Nic

[jQuery] Re: Cycle Plugin - Can't Get Pause To Work

2009-04-29 Thread Mike Alsup
There is no 'start' command for cycle. The available string commands are stop, pause, and resume. If you want to stop the slideshow, then to restart you need to pass in the options again. Mike On Apr 29, 10:07 am, davebowker d...@davebowker.com wrote: Bump! Same problem here. Code looks

[jQuery] Re: Cycle Plugin - Can't Get Pause To Work

2009-04-29 Thread Nic Hubbard
Hi Mike, Yes, still having issues. It is not the anchors that I am concerned about (the pause/play icon). It is when you click the Contact about this artwork link, it should be pausing the cycle, which it is not doing. This is where my problem lies. On Apr 29, 10:15 am, Mike Alsup

[jQuery] Re: Cycle Plugin - Can't Get Pause To Work

2009-04-27 Thread Nic Hubbard
Really? No one knows why the cycle pause is not working? Someone must be using this! On Apr 24, 8:25 am, Nic Hubbard nnhubb...@gmail.com wrote: Anyone? On Apr 23, 9:44 pm, Nic Hubbard nnhubb...@gmail.com wrote: Shawn, Yes, I havepauseon hover set, and this is correctly working.  It is

[jQuery] Re: Cycle Plugin - Can't Get Pause To Work

2009-04-24 Thread Nic Hubbard
Anyone? On Apr 23, 9:44 pm, Nic Hubbard nnhubb...@gmail.com wrote: Shawn, Yes, I have pause on hover set, and this is correctly working.  It is when the overlay comes up, and it is suppose to pause the current image, which, my code seems to be correct to do so $

[jQuery] Re: Cycle Plugin - Can't Get Pause To Work

2009-04-23 Thread Shawn
Pause is working for me, with a catch. If my mouse is not over the image, it cycles. Placing my mouse over the image pauses the cycling. Clicking the link brings up an overlay (?) and a form - at this point the mouse is not over the image, but over the overlay/form. So the image cycles

[jQuery] Re: Cycle Plugin - Can't Get Pause To Work

2009-04-23 Thread Nic Hubbard
Shawn, Yes, I have pause on hover set, and this is correctly working. It is when the overlay comes up, and it is suppose to pause the current image, which, my code seems to be correct to do so $ ('#artistCycleParent').cycle('pause'); but it just keeps cycling and does not honor the pause. I