Closed (fixed)
Project:
Views Nivo Slider
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2010 at 19:37 UTC
Updated:
8 May 2012 at 10:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
pedrofaria commentedCan you send a screenshot? i could not reproduce your error...
thanks!
Comment #2
designcontext commentedHere is an image of the logo in the frame.
The problem occurs with the quick tabs an flag module when they use ajax.
I tested it in Google Chrome 4 and Firefox 3.6.8
Comment #3
pedrofaria commentedAt Google chrome 6 is OK... i will test with firefox soon...
Comment #4
designcontext commentedI have the problem in all of my browsers (Windows 7):
Firefox 3.6
Google chrome 5
Opera 10.5
Safari 5
IE 8
Comment #5
designcontext commentedI post my view. Perhaps I made a mistake:
Comment #6
liberatrSomeone else appears to be having a similar problem with Quicktabs:
http://drupal.org/node/904612
I know jQuery and "Content Fragments" are not friends - I would also check the Quicktabs issue queue.
Comment #7
liberatrIn the quicktabs issue queue someone mentions Nivo Slider as well:
http://drupal.org/node/792154
Comment #8
anybodySame problem here: http://drupal.org/node/926122
Perhaps you could merge all information into one thread?
Comment #9
pedrofaria commentedi guess this is a library problem...
I am planning to upgrade lib to 2.1... let's see if will fix this problem...
cya!
Comment #10
majdi commentedboth Versions have this problem 2.0 & 2.x-dev
attached image explain the problem
Comment #11
ParisLiakos commentedSubscribe
Same problem with everything already mentioned.
quicktabs and nivo slider must hate each other!
quicktabs load everytime a new page when there is a nivo slider in page...
Comment #12
ParisLiakos commentedActually its not nivo slider as whole who has problems.
It is the navigators that have problems.if you disable all navigators for the nivo slider,quicktabs work perfectly!
Comment #13
pedrofaria commentedAnyone more can confirm it?
Comment #14
majdi commentedin my case quicktabs work fine if nivo enabled or disabled, i think its nivo problem , i work much with quicktabs , with me its never conflict with anything , Now im using nested quicktabs and views slideshow , everything work fine
Comment #15
designcontext commentedI have no navigators. With the new google chrome the problem with the logo in the frame disappears but the transitions of the images are still not correct.
Comment #16
goetzs commentedI'm using a views block with an AJAX pager on the same page as the NIVO slider and am having the same issue. Has anyone made any progress on a solution for this that isn't turning off the NIVO controls?
Comment #17
noomz commentedConfirm this bug.
The cause of problem is that after any view load ajax content, all javascript in Drupal.behaviors function will be initialize again to make change to site's new structure, that mean views nivo slider will process DOM element twice and might cause an error. So, I've added a class to indicate that is the processed element and don't want it to be process again(I presumed that nivo slider doesn't have anything to do with view's ajax content). Patch is attached.
Cheers,
noomz
Comment #18
noomz commentedComment #19
betoaveigaNoomz is right. This patch must be considered for next version. Right now Views Nivo Slider fails when an ajax pager is used in the same page because the behaviors are attached twice.
Comment #20
nicothezulu commented#17 patch really rocks!
thanks... i know now, how to resolve such kind of problems...
Comment #21
mist commentedTHX 4 THE # IT ROX
Comment #22
ckngBackported D7 js code to D6.
Committed to 6.x-2.x-dev branch
Comment #24
oriol_e9gI can confirm the problem and the fix! Please release a 2.1 version!