M2vH / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 0 forks source link

this.$imageContainer is undefined #239

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
this.$imageContainer is undefined
[Break On This Error] var previousSlide = 
this.$imageCon...('previous').removeClass('current'); 

What version of the product are you using? On what operating system?
ver:2.0 on Ubuntu

Please provide any additional information below.

Original issue reported on code.google.com by rku...@enbake.com on 22 Aug 2011 at 3:06

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
having the same issue trying to integrate with Big Commerce

Original comment by jamespau...@gmail.com on 22 Oct 2011 at 10:51

GoogleCodeExporter commented 8 years ago
I had this problem too. It went away when I filled in selectors on lines 13-18 
of the init function...

Original comment by duncanjb...@gmail.com on 27 Oct 2011 at 2:37

GoogleCodeExporter commented 8 years ago
argh - scratch that, it's still not working. halfway there....

Original comment by duncanjb...@gmail.com on 27 Oct 2011 at 2:38

GoogleCodeExporter commented 8 years ago
same problem

Original comment by szczepan...@gmail.com on 13 Dec 2011 at 2:36

GoogleCodeExporter commented 8 years ago
I also have the same issue. I'm on version 2.0.1.

Original comment by murtazaj...@gmail.com on 2 Jan 2012 at 3:02

GoogleCodeExporter commented 8 years ago
To fix this issue you guys should fill in some value for all these options:

imageContainerSel:         'fuuu',
controlsContainerSel:      'controls',
captionContainerSel:       'fuuu',
loadingContainerSel:       'fuuu',

Leaving them blank as in the guide caused this error to me also... the guide is 
a bit misleading in this. The author should patch and if the option is left 
blank, it means it shouldn't be used by the plugin.

Original comment by ban...@gmail.com on 8 Feb 2012 at 2:17

GoogleCodeExporter commented 8 years ago
Same problem here - Fill in CSS selectors (not jQuery) - Example:
        imageContainerSel:         '#slideshow',
        captionContainerSel:       '#caption',
        controlsContainerSel:      '#controls',
        loadingContainerSel:       '#loading',

Original comment by AbeMBec...@gmail.com on 7 Jan 2014 at 12:42