So I've done over 5 custom ZenPhoto sites with custom themes and ZenPage with all of them...no problems.
I'd consider myself an expert at integration/customization but I'm experiencing a weird issue. Perhaps I'm missing something stupid this time out - idk.
I typically change the name of gallery.php to multimedia.php because I like multimedia better. The "Gallery index page link" area under Options/Theme allows me to select the page I'd like to use...I find & select multimedia.php (or whatever else I'd like to call it) in the dropdown menu and I'm good to go.
This time, (ZP version 1.4.1.2) this option is grayed out and not available...It looks like "Effervescence" is the only one where it's not grayed out...I typically use Default as my base for skinning my own designs and incorporate ZenPage. This time I used Zenpage as the base. As mentioned "Effervescence" is the only one where it's available.
What am I missing?
Thanks,
Mike
Comments
I'm using an unpublished pages page as my home page as well. This is driving me crazy cause I know I've done it in the past...lol
This is called multimedia
http://www.mikemartinelli.com/index.php?p=multimedia
This is called portfolio
http://www.baldguydesigns.net/index.php?p=portfolio
This is called pictures
http://www.davidsonscollisioncenter.com/index.php?p=pictures
The links above are direct calls to custom pages which should always work and not really usages as the index (=home) page. You can of course add that option to the Zenpage theme. Look at the eff+ theme options.
(don't confuse Zenpage and the Zenpage theme, just to be sure..:-))
As you note, EF+ is the only distributed theme with support for an arbitrary custom index page. All this is controlled by the `getOptionsDisabled()` method of the theme's ThemeOptions class. Change that function if you wish to enable the custom page.
Thanks for the help guys!
Mike