I have Joomla 1.5.25 installed and after upgrading from DT Register 2.7.9b to 2.7.11b do not display the days of the week on calendar anymore (Monday to Sunday). I rolled back to the version 2.7.9b then display again from Monday to Sunday. There is any setting I missed?
This is not something that we've seen or heard from anyone else. Probably a CSS issue. We'd have to see 2.7.11 on your site to really give any feedback so if you can't sort it, update again and submit a ticket so we can take a look.
I discover now, that with Firefox and Internet Explorer is not a problem however with Chrome and Safari still not displaying. So that, it can be a CSS problem!
For the most part I have the same problem. When using IE v8, the days of the week do not appear. When using firefox v3.6, the names partially appear. I have not used any other browsers. My website name is www. fitndance.com/Fitness.
bodyfit - definitely a CSS problem on your site... and coming from your template. Your template_css.css file has padding added in two different places to the "th" tag... so this is being applied to the day name headings, causing the names to be pushed down and cut-off.
Remove that padding in your template, or make the template less general so the "th" padding is added more specifically instead of to ALL "th" tags in the site.