Reply to: tickets(333900)

Hello,

WooCommerce has discount codes:

https://woo.com/document/coupon-management/

EventON doesn’t have any functionality related to the codes.

But even with WooCommerce, not sure if possible to create codes like you described.

Reply to: tickets(333902)

Hello,

Please check https://docs.myeventon.com/documentations/terms-and-conditions-and-refund-policy/ > 7. Subscriptions & Automatic Renewal > 7.4 Subscription Refunds. We don’t grant refunds on renewals, I am afraid.

Also note that subscriptions can be canceled at any time from your account:

https://docs.myeventon.com/documentations/how-to-cancel-addon-subscription-before-auto-renew/

Reply to: tickets(333796)

It seems that the issue is in the way fields are arranged in EventON > EventTop > EventTop Designer.

Could you try switchings Event Image and fields from the top section?

Reply to: tickets(333832)

Please add the code to a newly created snippet using this plugin:

https://wordpress.org/plugins/code-snippets/

Reply to: tickets(333927)

Hello,

Please try following “2.1 โ€“ FTP Way”:

https://docs.myeventon.com/documentations/update-eventon/

Reply to: tickets(333749)

We are glad your issue is resolved, if you have any further questions or concerns please create a new ticket. If you have a moment, we would greatly appreciate if you could kindly leave us a review at myeventon/my-account!. Cheers!

Reply to: tickets(333728)

Hi Yaser,

Go to EventON > Appearance > EventTop Styles > change Text under event title color to white

If you donโ€™t see any change, EventON > Scripts & Styling > turn off Write dynamic styles to header > save settings > turn on Write dynamic styles to header.

Reply to: tickets(333908)

Hi Martin,

You can hide the Event type word using the code below

span.evoet_eventtypes.level_4.evcal_event_types.ett1 > em{

display:none;

}

Let us know if this works for you.

Reply to: tickets(333749)

Hi Chris,

You can use the custom CSS code below to center the time on the event slider

.evo_slider_outter em.evcal_time.evo_tz_time{

width:100%;

}

Add the code in Appearance > Customize > Additional CSS