Hey Eric,
We appreciate for updating us and letting us know. We hope nothing else will come up!
Replies for tickets on suppota
Hey Eric,
We appreciate for updating us and letting us know. We hope nothing else will come up!
a couple of ways. you are using event types already so probably not the first option
1: create an event type just for that type of event- then create a calendar using say events list showing only that event type (yeah probably not)
2: the most easiest way and after a quick look at your calendar it might just work)
make all those events featured and then create a calendar only showing featured events
so if you don’t know about featured events- after you publish the event the option above the publish button appears and one of those options is to make it featured- so click that and update again
when creating the calendar using the shortcode generator near the top is show featured events onlyย ย if you need help removing the featured image that appears we can do that with css
The latest version of EventON Slider is 1.0.5 and yours is 1.0. Could you please update it once more?
To update eventon addons: You can download latest eventon addons from myeventon > my account. Then you can go to your website, deactivate old addon and install new one and activate then delete the old addon. This link will further explain the process. Also you can follow us on twitter to get real-time announcements on updates!
Thank you for the suggestion we will see what we can do in the future updates ๐ if you have any more questions please feel free to open 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!
Fixed? there is nothing to fix here. We have a pluggable filter which I have given you that allow you to change this default behavior without harming the codebase.
I am not really sure how the other checkbox and select boxes and radio boxes are helpful for custom meta data. Please also check into Multi data types http://docs.myeventon.com/documentations/setup-use-multi-data-types/ to see if this will also help you achieve what you want ๐
If that is not what you need please feel free to send us a feature request via new ticket ๐
Best, Ashan
Ah ok excellent ๐
If you have a moment, we would greatly appreciate if you could kindly leave us a review at codecanyon! from your account > downloads. Cheers!
Interesting, because the userid is the post meta value saved for the RSVP.
Found the error it is not the user id is if the $RSVP_event that need to be $RSVP_Event
If you have any more questions please let us know Joachim!
If you have a moment, we would greatly appreciate if you could kindly leave us a review at codecanyon! from your account > downloads. Cheers!
No joy.ย What version of Chrome are you using, because they render fine in Chrome versions below 69 (I currently have 67.0.3396.99 on my laptop, and it works, and I know it did work on Chrome 68 before I upgraded on my main dev machine), it’s once users move to version 69 that they stop working.ย We have seen this across multiple machines (Mac, Linux, Windows) and multiple geographic locations (the client is in New York, I live in Canada, my assistant lives in Texas).ย the only common denominator is that every machine that doesn’t render them is running Chrome 69.
Okay thank you, this was very helpful.. i assume you made some kind of adjustment / correction within the code and put into a new release.
FYI. I had trouble deleting a RSVP’s from the backend of WordPress.
I correct “userid” to “user_id” in “plugins/eventon-rsvp/includes/admin/admin_init.php” lineย 620 (see attached image). Seemed to do the trick
Thanks