When I use overlay with colorbox in the same page of a vertical scroll, the delay seems to be affected.
I use 5 seconds for the delay, but when I open an colorbox frame, sometimes the delay becomes 0.

CommentFileSizeAuthor
#4 views_ticker-colorbox.png46.47 KBcriscom
#2 duplicate.jpg181.85 KBmigdesigns

Comments

migdesigns’s picture

I get the same problem. When I click on an image to pop up on colorbox, the ticker moves down inside its div and the more you open images in colorbox, the lower the ticker goes.

migdesigns’s picture

Version: 7.x-2.x-dev » 7.x-2.0
Component: Miscellaneous » Code
Priority: Normal » Major
StatusFileSize
new181.85 KB

Ok, so I noticed that when ever an image is clicked on and opened in colorbox, the scroller and mask from views gets duplicated. This also happened to me when I use a map and ticker in the same page. Look at the picture I have attached to see how it duplicates...

puneet_93’s picture

I am also facing the same problem.However i wanted to know that is this happening because of this code

drupal_add_js('sites/all/libraries/colorbox/jquery.colorbox-min.js');

which i had to copy in template.php in order to get colorbox to work. also is there any way around it

criscom’s picture

Title: Bug in delay with colorbox » Bug in delay/scroll with colorbox
StatusFileSize
new46.47 KB

When I open an image with colorbox on the same page as views ticker, the left-scroll starts to scroll endlessly.
the left property doesn't reset any more:

<ul id"views-ticker-liScroll-news_alert" class="liScroll" style="width: 524 left: -3.2776.04px>

Any ideas would be very welcome.

criscom’s picture

There are some alternative js libraries that you may want to use.

SimplyScroll worked for me. It works great with colorbox. No issues there:
http://logicbox.net/jquery/simplyscroll/

snike’s picture

Issue summary: View changes

If you have this problem, just install 7.x-2.x-dev version

sgdev’s picture

Related issues: +#2704723: Refactor module

We've created a new patch that removes all inline javascript from Views Ticker. I think that might solve some of these problems. Also we have refactored things in a way that it makes it much easier to add new plugins.

@criscom, I like the simplyScroll option as something that could be added. Can you review the patch and let me know if the jQuery Marquee plugin that we've added might improve things too? Thanks!

https://www.drupal.org/node/2704723