Hi guys im currently working on my website and for the homepage i have chosent "initial homepage slideshow" from settings so that photos will fade into eachother as a slideshow. This works fine. My next page gallery, i would like to show thumbnails as the grid view. So i changed the settings to "grid". this worked too so my gallery now has thumbnails. perfect! BUT when i go pack to my home page it too has reverted to grid style. It is as though my setting change in gallery page has globally changed. I also originally tried the code injection
<script> Y.use('node', function() { Y.on('domready', function() { // Show gallery index by default for Momentum template. Momentum.ProjectIndex.init(); Momentum.ProjectIndex.show(); }); }); </script>This works to a point. when i click on my gallery page it shows up as a gridded thumbnail as i intended, BUT when you click on a thumbnail it goes to load and then nothing happens. Pleas desperate to get my site up! Thanks guys!!!