hiding the search box parts

4 messages Options
Embed this post
Permalink
dvieb () hiding the search box parts
Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)

Hi

 

I recently tried ti hide the default search box on the top right of the screen, I  tried to customize the Plone/portal_view_customizations/zope.interface.interface-plone.searchbox template by  adding the string visibility=hidden to the components there but it doesn’t have any effect and the search box is till seen. Anyone can tell me what I’m doing wrong and how to do it please?

René Fleschenberg () Re: hiding the search box parts
Reply Threaded More More options
Print post
Permalink
Hi,

dvieb wrote:
> I recently tried ti hide the default search box on the top right of the
> screen

You can easily do this with just CSS:

#portal-searchbox {
  display: none;
}




_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui
Espen Moe-Nilssen () Re: Re: hiding the search box parts
Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
The best approach is probably to hide it by going to







Den 6. feb. 2009 kl. 13.33 skrev René Fleschenberg:

Hi,

dvieb wrote:
I recently tried ti hide the default search box on the top right of the
screen

You can easily do this with just CSS:

#portal-searchbox {
  display: none;
}




_______________________________________________
UI mailing list


_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui
RobZoneNet () Re: Re: hiding the search box parts
Reply Threaded More More options
Print post
Permalink
Yes Espen's way is the easiest and best way. It would make it so that it doesn't actually end up on your site.  You would find the search box and click hide

2009/2/6 Espen Moe-Nilssen <[hidden email]>
The best approach is probably to hide it by going to







Den 6. feb. 2009 kl. 13.33 skrev René Fleschenberg:

Hi,

dvieb wrote:
I recently tried ti hide the default search box on the top right of the
screen

You can easily do this with just CSS:

#portal-searchbox {
  display: none;
}




_______________________________________________
UI mailing list


_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui




--
Rob Porter
http://robzone.net/

_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui