Calendar

Creating and modifying plugins.
Post Reply
alexa9
Regular
Posts: 16
Joined: Wed Jan 28, 2009 12:52 am

Calendar

Post 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.
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Calendar

Post 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}
=Don=
alexa9
Regular
Posts: 16
Joined: Wed Jan 28, 2009 12:52 am

Re: Calendar

Post 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
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Calendar

Post 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?
=Don=
Post Reply