Hi, I have an error with smoothgallery, MaxiGallery version 0.5.2, Firebug tell me that I have an error at line 418:
missing : after property id
[Break on this error] slideInfoZoneOpacity: 0,7, \n
401
402 <script type="text/javascript">
403 function startGallery() {
404 var myGallery = new gallery($('myGallery27'), {
405 showArrows: true,
406 showCarousel: true,
407 showInfopane: true,
408 thumbHeight: 75,
409 thumbWidth: 100,
410 thumbSpacing: 10,
411 embedLinks: true,
412 fadeDuration: 500,
413 timed: false,
414 delay: 9000,
415 preloader: true,
416 slideInfoZoneOpacity: 0,7,
417 carouselMinimizedOpacity: 0,4,
418 carouselMinimizedHeight: 20,
419 carouselMaximizedOpacity: 0,7,
420 textShowCarousel: 'Pictures'
421 });
422 }
423 window.onDomReady(startGallery);
424 </script>
425</body>
The call is:
[!MaxiGallery? &debug=`1` &gal_query_ids=`260` &display=`embedded` &embedtype=`smoothgallery`!]
don’t know where it come from, the script seems to be ok with all ":"
Edit tested with mootools V1 and V1.11, the same problem occurs.