Interesting idea about the theme. Will have to discuss that with the team.
What are you trying to add classes to? You can add classes manually to the event details when using the event template tags.
Thanks for the response Nick.
Items I have styled:
current day – background of the whole dt.simcal-day-label item, not the child span label text
container – simcal-events-list-container
event – simcal-event
event title – simcal-event-title
event details label – event-details-label
event links – event-links
event start time
event start date
navigation buttons – smcal-nav-button
current month
week day
PS – Overall, I really like the work you guys have put in here. Great product.
A few more, sorry:
previous and next
placeholder blocks – simcal-day-void
details pane – qtip
loading pane
loading icon
today background
days with events background
Ok so it looks like you have a mix then.
One thing to note is that some styles are inherited from the theme styles already so maybe that will help you out too.
For things like event title you can add your own class easily in the event templates, for example:
<p class="my-custom-class">[title]</p>
I do see a bunch though that aren’t capable of that like the loading, backgrounds, nav buttons, etc. (anything that is not available to pull from the event template tags basically)
I will keep an eye on this stuff and will bring this up with the rest of the team to at least have a discussion about it all.
Thanks for the feedback once again and all the extra info to help make it more clear.
Thanks Nick. Out of curiosity, how are you tracking feature requests?
Some of them I add here: https://github.com/moonstonemedia/Simple-Calendar/issues
Some of them I email the team about or write down to discuss with them in the future.