By LAC Webadmin on Tuesday, 02 August 2016
Posted in General Issues
Replies 3
Likes 0
Views 322
Votes 0
FYI, the sidebar calendar width is pushing outside the sidebar width. That's in the Event View, I am using a modified Frosty but I have not modified any of the event view. Here's the screen shot.

Thanks,

Jackson
Hey there,

Can you please edit your first post at the top and include the following access please?

- Site Admin access (Please ensure that the user has super admin access)

- FTP access (We need this because if we use a file manager in Joomla, there are times where we have a typo and this might eventually break your entire back end and front end for instance if we are editing a system plugin). There is no way to save the site unless we have the ftp access.
·
Tuesday, 02 August 2016 13:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Abdul,

I think I found the issue, it has conflict with Bootstrap 3 CSS with .table-condensed where the padding is 5px. Maybe your UI guys missed this.


div#fd.es-widget-calendar thead > tr > th,
div#fd.es-widget-calendar tbody > tr > td {
padding: 3px;
border-radius: 3px;
}


maybe it should be:



div#fd.es-widget-calendar table.table-condensed thead > tr > th,
div#fd.es-widget-calendar table.table-condensed tbody > tr > td {
padding: 3px;
border-radius: 3px;
}


Thanks,

Jackson
·
Tuesday, 02 August 2016 23:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I have tested this issues on my local, it seems that everything was fine. You can see attached screenshot below.
May i know what version of ES and JOOMLA you're using? I'm using latest version of ES and Joomla. Maybe your customization have conflict with our CSS . Please advise.

Attachments:
http://prntscr.com/c0x0ek
http://prntscr.com/c0x36j
http://prntscr.com/c0x3en
·
Wednesday, 03 August 2016 10:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post