Postponed
Project:
Dynamic display block
Version:
6.x-1.0-rc6
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2009 at 13:17 UTC
Updated:
30 Sep 2010 at 10:43 UTC
Jump to comment: Most recent file
Comments
Comment #1
airen2011 commentedHave a look at the faq question Text slide disappears if I click pager twice. What to do?
Hope this helps you further, please let me know.
Comment #2
yo-l commentedHi iren.
Thx for tryin to help me.
I still want to fade in the slide text but it would look nicer if the fade in and out animations didn't repeat when rapidly changing slides on the pager.
/Joel.
Comment #3
ppblaauw commentedThe current ddblock module has no option to prevent the slidetext from repeating.
The next version will not repeat the slidetext and will have more options to control the slidetext.
Delay before showing and amount of seconds to show. Also hide and show buttons will be available.
The only workaround for now, like Iren said, is to not let it fade in.
Comment #4
stephanbauer commentedHi there,
I'm not very good with jQuery but I added a line to ddblock.js and this fixed it for me.
I also replaced jquery.cycle.all.min.js with the latest version (currently 2.88) and this fixed the problem that the content disappears if you mouseover the same pager twice (you can download it here: http://jquery.malsup.com/cycle/download.html).
Hope this helps people having the same problem.
sb
Comment #5
ppblaauw commentedThanks for posting, works great.
Could also add the stop(true,true) in the chain
Comment #6
stephanbauer commentedYep, but this somehow didn't work when I tried.
Could be that I made a typo, haven't tested it again though.