Reply to: Can I select individual events, over a 12 month period of time, and display in a singe unique list?

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

Reply to: Updated, still not showing in Chrome 69

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!

Reply to: Event type 1 and 2 in url

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

Reply to: Error when activating freshly bought RSVP-addon v.2.6

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!

Reply to: Updated, still not showing in Chrome 69

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.

Reply to: Error when activating freshly bought RSVP-addon v.2.6

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