[EventCalendar] Full page calendar

Dot Coma dotcoma at black-n-bluegrass.com
Wed May 23 21:02:10 UTC 2007


I have a full page calendar, with a list underneath. You can see it
here: www.black-n-bluegrass.com/event-calendar/

I just created a page for the calendar, and used this code:

<?php ec3_get_calendar(); ?>
          

<h2>Events</h2>
          <li>
             <?php ec3_get_events(10); ?>
          </li>



Heres the css i used to make my calendar full page:

/* Begin Calendar */
#wp-calendar table {text-align: center;
border: 2px solid #000000;
empty-cells: show;
font-size: 26px;
width: 700px;
}

#wp-calendar table #next a {
padding-right: 1px;
text-align: center;
}

#wp-calendar table #prev a {
padding-left: 1px;
text-align: center;
}

#wp-calendar table a {
display: block;
text-decoration: none;
background-color: #7EB9E6;
color: #000000;
width: 100%;
height: 100%;
border: 1px solid #000000;
}

#wp-calendar table a:hover {
color: #000066;
}

#wp-calendar table caption {
height: 40px;
color: #000033;
font-size: 14pt;
text-align: center;
padding-bottom: 0px;
padding-left: 0px;

}

#wp-calendar table td {
color: #000000;
font: normal 11px Verdana, Geneva, sans-serif;
padding: 0px;
text-align: center;
width: 100px;
height: 50px;

vertical-align: middle;
margin-right: -5px;
margin-left: -5px;
}

#wp-calendar table td.pad:hover {
background: #ffffff;
}

#wp-calendar table #today {
background-color: #f5f5f5; 
color: #000;
}

#wp-calendar table th {
color: #000033;
font-style: normal;
text-transform: capitalize;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: .4em;
text-align: center;
vertical-align: middle;
}
#wp-calendar a.eventday {
color: #000066;
}
/* End Calendar */



> -------- Original Message --------
> Subject: [EventCalendar] Full page calendar
> From: Joan M <joan_mm at yahoo.com>
> Date: Wed, May 23, 2007 3:55 pm
> To: Support for EventCalendar plugin <eventcalendar at firetree.net>
> 
> I have read all sorts of information in the past week. At WP.org, in
> this list's archives, and on a variety of other sites on the net. 
> 
> I STILL can't figure out how to make a whole page calendar -
> preferably one with a list of events underneath it, sorted by event
> date not posting date. Can someone please give me the "For Complete
> Idiots" version walk through of how to do this?
> 
> Thanks - Joan<hr>_______________________________________________
> Blog: http://wpcal.firetree.net/
> EventCalendar at firetree.net mailing list
> Unsubscribe: http://penguin.firetree.net/eventcalendar




More information about the EventCalendar mailing list