The theme is not really maintained so something might be wrong. "Gallery" is the overview page name `gallery.php` (`/page/gallery`) that many themes that don't use the index for the gallery use. Other themes doing this are the Zenpage theme for example.
In `themeoptions.php` change line 18 from ` setThemeOption('custom_index_page','none',null,'zpskeleton'); ` to ` setThemeOption('custom_index_page',null,null,'zpskeleton'); `
Comments
`
setThemeOption('custom_index_page','none',null,'zpskeleton');
`
to
`
setThemeOption('custom_index_page',null,null,'zpskeleton');
`