Galleria left_side thumbnails don't fade ?
Permalink
I've compared the view.css and view.php of the default and the left_side_nav, but I can not seem to figure out why the left_side thumbnails do not fade when rolled over. The default template thumbnails fade nicely (and most of my website uses this orientation, so I'd like the effects to match when I switch to left_side orientation where necessary).
It looks like the functionality is the same in the view.php of both of them:
...but why doesn't it work? It's not just my problem; the left_side oriented demos don't fade the thumbnails, either. Look:http://concreteplay.asmiller.com/galleria_demo/test/...
But, according to the view.php file, it looks like they should! (code above)
I must be missing an option that I can't figure out. Help?
It looks like the functionality is the same in the view.php of both of them:
// fade in the image & caption image.css('display','none').fadeIn(750);
...but why doesn't it work? It's not just my problem; the left_side oriented demos don't fade the thumbnails, either. Look:http://concreteplay.asmiller.com/galleria_demo/test/...
But, according to the view.php file, it looks like they should! (code above)
I must be missing an option that I can't figure out. Help?