Page 1 of 1

Calendar

Posted: Mon Apr 20, 2009 12:38 am
by alexa9
How do I get rid of the heading "Calendar" in the sidebar.

Most people can see that it is a calendar!

Maybe I have missed some way of removing the heading - please help.

Re: Calendar

Posted: Mon Apr 20, 2009 1:06 am
by Don Chambers
Unless you want to modify the plugin itself, you could add this to your template's stylesheet to hide it using just css:

Code: Select all

.container_serendipity_calendar_plugin .serendipitySideBarTitle {display:none}

Re: Calendar

Posted: Mon Apr 20, 2009 2:16 am
by alexa9
MANY THANKS - IT WORKS!!!!!

Another question if you dont mind:

Is there any way to show sidebars on some pages but not others?

For example can I have 1 sidebar (Content-Sidebar) on the front page
but on a static page and for example the contact page show 2 sidebars (Sidebar-Content-Sidebar)

thanks again for the help

Re: Calendar

Posted: Mon Apr 20, 2009 4:22 am
by Don Chambers
Yes, you can.... but you now cross the line into a more difficult implementation... your template will also need to capable of displaying both a single sidebar, and 2 sidebars.

What template are you using? Can you supply a URL to your site?