Saturday, 29 August 2020
  5 Replies
  719 Visits
0
Votes
Undo
Hi!

Is there a way to disable the 12 hour field in the edit view? (see Screenshot)

Best
Markus
4 years ago
·
#217912
Accepted Answer
0
Votes
Undo
that config option just sets the default value.

To hide it on the form the easiest option is to use css again - you can use the firefox/chrome dom inspector to find the class you need to target.

e.g.

.allDayEvent {display:none;}

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

4 years ago
·
#217902
0
Votes
Undo
In the backend of JEvents choose the custom css link from the left menu and add this to the custom css file


#jevents .checkbox12h {
display: none !important;
}

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

4 years ago
·
#217908
0
Votes
Undo
Fantastic, thank you!
4 years ago
·
#217909
0
Votes
Undo
Perhaps one more question:
Is there also an easy way to remove the all day option in the edit view?

I have disabled "Enable All day event by default?" in the backend, but it does not remove it.
4 years ago
·
#217912
Accepted Answer
0
Votes
Undo
that config option just sets the default value.

To hide it on the form the easiest option is to use css again - you can use the firefox/chrome dom inspector to find the class you need to target.

e.g.

.allDayEvent {display:none;}

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

4 years ago
·
#217916
0
Votes
Undo
ok, thanks!
  • Page :
  • 1
There are no replies made for this post yet.