[EventCalendar] FW: Event date and box
Alex Tingle
alex at firetree.net
Fri Sep 15 22:17:43 UTC 2006
Kris,
You've not described your problem very well. Looking at your site I
think you want to get rid of the box that shows the date and time within
each even post. You can do that in two ways:
1. Remove the filter.
Add the following code somewhere at the top of templates (like
index.php, archive.php, single.php) where you don't want to see the
schedule boxes:
<?php remove_filter('the_content','ec3_filter_the_content'); ?>
2. Just change the style
The boxes are <table class="schedule">. So you can hide them with this
CSS:
table.ec3_schedule { display: none !IMPORTANT }
Or you can change the appearance in other more subtle ways.
Hope that helps.
-Alex
--
On Fri, 15 Sep 2006 17:57:38 -0400
"Kris Rhoades" <info at thewellministries.org> wrote:
> I've enjoyed your plugin for quite some time and today felt brave enough to
> upgrade when I created a new site. But I'm having some troubles and can't
> seem to find where to make the changes.
>
>
>
> This part of my site is strictly a calendar/event site. (Of course it's
> still in the works for layout but I've hit a brick wall)
>
> I would like to get rid of the box with the date and time and have it in the
> post itself. (It interferes with artwork I use)
>
>
>
> I've tried adding <the_time('F jS, Y')> within the loop but it will only
> print today's date.
>
>
>
> The site is www.thewellministries.org/schedule if you care to have a look
> for yourself.
>
>
>
> Kris Rhoades
>
> www.thewellministries.org <http://www.thewellministries.org/>
>
>
>
>
>
--
:: Let me solve your problems: http://www.firetree.net/consulting/
:: alex.tingle AT firetree.net +44-7901-552763
More information about the EventCalendar
mailing list