35% OFF ADDONS CODE EVOCYBER2020
Hi,
How to prevent editing a event location in the Event Manager? Some users don’t know how to fill the fields correctly ..
Thanks.
Jan 18,2017 AT 7:11AM - 3 years ago -Go to myeventon->action user->form fields and turn off “Allow users to create new and update organizer and location fields” option.
This option is already disabled, but only for the Event Submission Form. In the Event Manager, the user can still modify a location …
Please go to eventon->styles and add following code in the panel and save the settings:
.row.locationSelect {
display: none !important;
}
If you do not see any changes, go to myeventon->settings and turn on “Write dynamic styles to header” button.
If you still do not see any change, turn off “Write dynamic styles to header” button, save the settings, turn it back and save the settings again.
Thanks, it works!
I just changed the code so that only the “Edit” button does not appear.
.editMeta.formBtnS {
display: none !important;
}
If you have a moment, we would greatly appreciate if you could kindly leave us a review at codecanyon! from your account > downloads. Cheers!