Is there a way to select the image (thumbnail?) that is displayed for the gallery at the top of the main page. I'm using Zenphoto 1.3, Effervescence+ theme, Image page personality. The site is http://www.mtnolson.com --> Adventures --> 2010 to display the main page for Zenphoto. The top image right now is a random picture and I can't find where to select an image and lock it in like albums.
zenphoto forums » Usage Support
Lock main gallery image
(2 posts)-
Posted 2 years ago #
-
You will have to modify the theme. Look for calls on
makeImageCurrent(getRandomImages(true));. You want to change the part that reads `getRandomImages(true);' with the image object of your choice.Don't forget to read the Forum rules and usage resourcesPosted 2 years ago #
Reply
You must log in to post.