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.
Replies for tickets on suppota
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.
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/
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?
Please add the code to a newly created snippet using this plugin:
https://wordpress.org/plugins/code-snippets/
Hello,
Please try following “2.1 โ FTP Way”:
https://docs.myeventon.com/documentations/update-eventon/
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!
Thank you ๐
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.
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.
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