Jul
07

Ical Events List 2.3.9 and icalevents-table

Amr Ical Events List, Ical Events   ,

The Ical Upcoming Events List or Ical EventsTable plugin now has its own site.

Please use the new site for any comments – thanks

Share:
  • Digg
  • del.icio.us
  • Facebook
  • RSS
  • Technorati
  • Twitter

Related posts:

  1. Ical events – moved and html/css changes For those of you monitoring the RSS feed for ical events, please note two things: All Ical events related work...
  2. Comparison of Event Calendar Plug-ins We are thinking of converting the school’s website from typo3 to wordpress to make it easier for staff and parents...
  3. Gift photo calendar using Google ical files Use your ical feed calendars (google or other (others by importing into google)) and your own photo's to generate a...

2 Comments

1

I am trying to round the corners of the alternating events boxes. Here is the code I have:

/*Rounded Corners in Firefox, Konqueror, Safari, Google Chrome,
Opera*/
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

Is it of any use within the CSS of the plugin? And if so can you please advise of where I should place it?

Thanks for any help. Great plugin!
Brian.

2

Hi Brian,
I love rounded corners too, and now that the default css for the latest version is going to highlight today’s event with a box around the row, it would be nice if that could be rounded. However it seems that rounded corners on table elements are not really possible yet. (We essentially want a “row” to be a round box).
See various articles here:
http://www.google.com.au/search?q=css+border+radius+on+table+elements

I had a bit of a play around, but had to leave it to get the next version up. The css hooks are there to help, so one could try styling the ul’s in the td cells, but it would be cumbersome.

I have added an option to have your own css styling which should not get overwritten hopefully when an upgrade happens. Version should be up later today. You can add the css styling there.

Let me know if you manage to work something out.