Reply to: tickets(156938)

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 codecanyon! from your account > downloads. Cheers!

Reply to: tickets(157195)

That’s rather disappointing for a $70 a year plugin, considering WP uses nicknames by default.

I’ve figured a workaround by having members use fictional first and last names.  However even after I changed my real first and last names via Admin CP, the RSVP is still showing the real one.

Reply to: tickets(156964)

So, is the rsvp-events plugin purchase instead of Bookings the way I should have gone?

If so, can I receive a refund for the Bookings plugin and instead purchase the RSVP plugin?

Thank you for your help.

Reply to: tickets(157151)

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 codecanyon! from your account > downloads. Cheers!

Reply to: tickets(157147)

Thanks. As I see your add on it requires that people sign up by mail – correct? They cannot subscribe directly from the calendar?

(I tried to start up your demo but when I try to activate the Subscriber Addon, it requires license key and email address.)

Reply to: tickets(157102)

Hi Artem,

Thanks – I thought I had done that with the parameter get_template_directory_uri() after the handle for my custom stylesheet… So now I have amended as follows

wp_enqueue_style('eventon-custom-styles', get_template_directory_uri() . "/eventON_custom.css" . ' ', array(), '', 'all');
}

and on echo, this returns:

https://hacksrus.ch/sub-tmg/wp-content/themes/hello-elementor-child/eventON_custom.css

which is promising!

Thanks – I will take it from there!

Best,

Penelope

Reply to: tickets(157230)

Hello,

There is an incompatibility issue with the theme. Please add this CSS code to EventON > Styles (If you can’t see any change, EventON > turn off Write styles to header > save settings > turn on Write styles to header):

.evoau_submission_form p input[type=”checkbox”] { position: relative !important; visibility: visible !important; opacity: 1 !important; z-index: 1 !important }