Page 1 of 1

Hide 'All Day' checkbox

PostPosted: Thu Jun 29, 2017 3:10 pm
by clacy
Is there a way I can hide the 'All Day' checkbox when creating an Event in the DayBack calendar's webviewer popover?

Re: Hide 'All Day' checkbox

PostPosted: Thu Jun 29, 2017 3:31 pm
by John Sindelar
Yes! You can't address this field right in the "Load Source Settings at Startup --- Describe Your Sources Here ---" script (where you can pull some of the popover fields), but you can address it in CSS. Add this towards the end of your theme in DayBack and you'll be all set:

.field-container .allDay {
display: none;
)

If you haven't edited the calendar's theme before, you'll find instructions and more examples here: http://www.seedcode.com/pmwiki/index.ph ... eMaker.CSS

Hope that helps,

John

Re: Hide 'All Day' checkbox

PostPosted: Fri Jun 30, 2017 5:24 am
by clacy
Thanks for reference. I have read through that numerous times using various bits that I needed.

This does what I needed.

Thanks for quick reply.

Re: Hide 'All Day' checkbox

PostPosted: Fri Jun 30, 2017 5:45 am
by John Sindelar
Awesome. If you feel like posting a screenshot here, we'd love to see how you've changed the styling. =)

Glad that worked for you,

John

Re: Hide 'All Day' checkbox

PostPosted: Fri Jun 30, 2017 5:45 am
by John Sindelar
Awesome. If you feel like posting a screenshot here, we'd love to see how you've changed the styling. =)

Glad that worked for you,

John