Forum

 
You must be logged in to post Login Register


Register? | Lost Your Password?

Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Browser error in IE7

No Status Selected
UserPost

8:15 pm
October 10, 2008


Ade

Admin

posts 1212

1

If you experience a browser error in IE7, along the lines of:

Line:521, Char:4, Error: Type Mismatch Code:0 …

Open up jd.gallery.js, which you can find in the plugin folder /dynamic-gallery/scripts/, find line 520 and replace this:

this.carouselWrapper.elementScroller.scrollTo(scrollPos,0);

with this:

this.carouselWrapper.elementScroller.scrollTo = (scrollPos,0);

This fix will be addressed in the next release of the plugin.

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?