calendar control issue

GK User
Mon Jan 26, 2015 8:22 pm
Hi,

I am having an issue with the University template and a calendar picker control in a form created using SEBLOD. The calendar control is appearing too large as can be seen here:
2015-01-26 13_09_05-calendar issue.jpg


The control works fine with the protostar template.

Any ideas would be great!

Thanks
User avatar
Fresh Boarder

teitbite
Tue Jan 27, 2015 9:20 pm
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Wed Jan 28, 2015 2:29 pm
I have sent the credentials via PM.

Thank you!
User avatar
Fresh Boarder

teitbite
Thu Jan 29, 2015 6:34 pm
Hi

I have checked and it's also broken with a joomla default template, so there is something wrong with this calendar. Maybe You have some style file disabled or something. I'm not an expert here, do not know this extension well. So You should talk to its developers as well.

From my side to make it usable I advice to add this code to override.css, You need to enable override in template settings to use this file first.

Code: Select all
.DynarchCalendar-topCont {
width: auto;
top: 10%;
}

.DynarchCalendar-topCont tbody tr td {
padding: 0;
}

.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
    width: 25px;
}
User avatar
Moderator

GK User
Thu Jan 29, 2015 7:06 pm
When I switch to Joomla's default template, the calendar displays without issue. Interesting that you have a problem...

Regardless, your solution works great for the University template which is really what I needed. So thank you very much!

Regards
User avatar
Fresh Boarder

teitbite
Fri Jan 30, 2015 7:57 pm
Hi

Yes, this is interesting. You can see in my screen that calendar is the same with beez20 template. Maybe other joomla template works fine. I only tested with this one.

Anyway if the adjustment I send You is ok than I guess there is no need to dig into this.
User avatar
Moderator


cron