ZenphotoCMS Forum
Theme zpskeleton - top - link wrong? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: Theme zpskeleton - top - link wrong? (/thread-12329.html)



Theme zpskeleton - top - link wrong? - CreazioN - 2015-10-01

When I use this theme it looks like this in view-source:

gallery

I can't figure out why it called /page/none? All other themes works - Am' I doing anything wrong?

Its version 1.5.0, 28/4/14

Thanks!




Theme zpskeleton - top - link wrong? - CreazioN - 2015-10-01

Just to show where it is wrong, http://i.imgur.com/guWPDbF.png?1 - thoose two goes to /page/none and I cant figure out why




Theme zpskeleton - top - link wrong? - CreazioN - 2015-11-03

Anyone?




Theme zpskeleton - top - link wrong? - acrylian - 2015-11-03

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.




Theme zpskeleton - top - link wrong? - fretzl - 2015-11-04

In themeoptions.php change line 18 from
setThemeOption('custom_index_page','none',null,'zpskeleton');
to
setThemeOption('custom_index_page',null,null,'zpskeleton');