![]() |
|
Can not find 'Allow Search' - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Can not find 'Allow Search' (/thread-10757.html) |
Can not find 'Allow Search' - jackdaw - 2013-01-20 Somehow, after changing my theme, this code is not showing the search bar anymore: `` so I searched for the option 'Allow Search' and can not find it anymore. Where is it placed in the admin? Can not find 'Allow Search' - fretzl - 2013-01-20 Did you perhaps change your [i]themeoptions.php[/i] ? You could of course force the search form to be always visible by just using `` Can not find 'Allow Search' - jackdaw - 2013-01-20 No, I did not change the themeoptions: `require_once(SERVERPATH . "/" . ZENFOLDER . "/admin-functions.php"); class ThemeOptions {
Can not find 'Allow Search' - fretzl - 2013-01-20 Unfortunately I'm not a coder/developer but I miss Can not find 'Allow Search' - acrylian - 2013-01-20 It seems you need to update your theme a bit. We have here a detailed example of all possible option types (themes and plugins do share the same set): Can not find 'Allow Search' - jackdaw - 2013-01-20 Thanks. I think I got it fixed |