By jgold723 on Thursday, 10 November 2016
Replies 3
Likes 1
Views 1.3K
Votes 0
We have JEvents 3.4.10 with the Anonymous user event creation plugin. It's been in place for a while now and working fine, but we're finding that all of a sudden, when a user goes to select a date using the picker the selectioin window that opens is very funky and spreads across the entire browser window.

You can see it here: http://www.episcopalmaine.org/index.php?option=com_jevents&view=icalevent&layout=edit&Itemid=314

Any idea what is causing this?

It seems to happen across several different browsers (Chrome, Firefox, Safari at least)
Hello,

First shrink your editor width with this css:


div#jevcontent_parent.mceEditor.defaultSkin {
width: 650px !important;
}


The use this CSS to fix the calendar:


div.calendar .button.nav {
width: auto !important;
}


Add the CSS to your JEvents Control Panel -> Custom CSS.

Many thanks
Tony
·
Friday, 11 November 2016 05:38
·
1 Likes
·
0 Votes
·
0 Comments
·
Thanks! My apologies for the double post.

John
·
Tuesday, 15 November 2016 18:19
·
1 Likes
·
0 Votes
·
0 Comments
·
Great to hear, no problem.

Many thanks
Tony
·
Wednesday, 16 November 2016 10:22
·
1 Likes
·
0 Votes
·
0 Comments
·
View Full Post