Disable the search function (zpGalleriffic_v1.4)

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

Comments

  • acrylian Administrator, Developer
    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...
  • fretzl Administrator, Developer
    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.
  • fretzl Administrator, Developer
    Ooops, you beat me to it @crylian :-)
  • 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.
Sign In or Register to comment.