ZenphotoCMS Forum
Disable the search function (zpGalleriffic_v1.4) - 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: Disable the search function (zpGalleriffic_v1.4) (/thread-8221.html)



Disable the search function (zpGalleriffic_v1.4) - Almere - 2011-02-08

Hi, Installed zpGalleriffic_v1.4. In the previous version there was an option to check or uncheck the allow search function. I can't find it in this new version.
Is there another way to hide the search option ?

Thanks




Disable the search function (zpGalleriffic_v1.4) - acrylian - 2011-02-08

  1. Remove the function calls from the theme
  2. Hide it via CSS.

I have added the theme name to the topic title so its author can reply as well...




Disable the search function (zpGalleriffic_v1.4) - fretzl - 2011-02-08

You can use CSS.
I'm not familiar with this theme but you could try something like this:
#search_form {display: none;}
(I'm not sure about the id but you should be able to see that in the source code)

Btw, It's better if you mention zpGalleriffic in the topic description. That way the developer (gjr in this case) can pick up on your question much easier.




Disable the search function (zpGalleriffic_v1.4) - fretzl - 2011-02-08

Ooops, you beat me to it @crylian :-)




Disable the search function (zpGalleriffic_v1.4) - Almere - 2011-02-08

Thanks for your help. I will give it a try.

@GJR: Why is the checkmark removed in the new version ?
It was quite conveniant.
BTW The new theme looks great.