Modern event calendar support

Hi, im trying to address specific type of trouble in setting up Modern Event Calendar, and im trying to submit a support ticket, but it requires me to enter purchase code, can you provide the code for this specific plugins?

thanks

Hey @priatnasuardi,

Thanks for writing in. The bundled third party plugins does not have a license. We do provide the support for the them but if you wish to receive support from the third party authors directly, you will need to purchase a separate product license from them.

You can open a separate thread and let us know the trouble you’re having with MEC.

Thanks.

1 Like

Hi, is there some sort of limitation because it is not bundled?
my other issue was,
I was trying to create an event with different time schedule in one day, with maximum of 5 attendees on each session.
second, how to customize the look of the booking form ?

thanks

Hi,

  1. You can do that with with MEC hourly schedule feature.
  1. You can use Custom CSS codes to customize your booking form.

Hi, thanks for the reply,

i found a css class that cause the error, but Modern Calendar css is so hard to read, as it packed it one line.

the class is; .mec-frontbox it has the element of margin-top: -50px

all i need is to change this.

is there easier way to do this?

thanks

Hi There,

Please add the following CSS under X > Theme Options > CSS:

.mec-frontbox {
margin-top: 0 !important;
}

Let us know how it goes!

i did it, after struggling trying to load it with ftp.

it requires the whole class that was loaded in that div, and custom css script was inserted in the MEC settings, not in the x theme options, cheers.

thanks

Glad you were able to figure it out :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.