Hi Roi
Thank you very much!
I could see now booking and RSVP in action:-)
but…
I do not see how it should work…
can you send me screenshot?
Example:
———–
Student wants to buy a card for 10 yoga lessons (for himself) which is valid for let say 6 months.
How he/she can control/or I the usage…
like on october 1 first visit – 9 tickets remaining
on october 2 second visit – 8 tickets remaing
on october 16 third ticket – 7 tickets remaining
and so on…
—-
I do not see how to adjust it with action user pro…
i can try with membership and RSVP – which I however will order
thank you
Natatas
Fantastic!
I did a test with the google calendar and if I add an event, import it, then delete it on the google calendar, it did in fact sync and delete the event on the site.
When I tried a title name change however, the event did not change title names.
If you look at the calendar on the site, on Oct. 16 there is an event called “Testing Event”:
https://www.lamaisondurouge.com/calendar/
If you look at the google calendar on Oct 16:
https://calendar.google.com/calendar/embed?src=sqeaencctvolvqcennao8p5hgs%40group.calendar.google.com
I updated the “Testing Event” to “Testing Event – Name Change” and that update did not make it to the calendar on the site.
Any ideas?
thanks,
sarrita
Hi Natasa,
I think we already have a solution for this in our Action.User Plus addon.
https://www.myeventon.com/addons/action-user-plus/
I think it does what you are looking for.
You can test is live on our demo site. Please check the link below:
dev.myeventon.com/wp-admin
The username/password is provided on top of the login form.
If the addon is not the solution you are looking, please let us know.
Thank You
First, sorry to generate an email but THIS one is good news. 🙂
Changing that value from ‘AND’ to ‘OR’ did the trick. Thank you so much for perseverance in resolving this with me. I hope others are able to benefit from this since these plugins truly are outstanding.
Hello,
Unfortunately, we can’t help you with customizations. Please check https://docs.myeventon.com/documentations/terms-and-conditions-and-refund-policy/
You can send us a customization job request by creating a new ticket in here and selecting Customization Request as the category.
In your case changing that would certainly do what you want. But we have more than 37k users who use this with AND basis. But you have open a new door to the need for a OR feature as well. So we will be looking into future options that allow OR selector as well 🙂
But for your case, feel free to change it to OR. and I am pretty certain that will do the trick 🙂
I have a code with a cycle, and there is such a output of the calendar
<?php
if ( get_post_meta($post->ID, ‘event_type2_id’, true) ) :
$event_type2_id = get_post_meta($post->ID, ‘event_type2_id’, true);
$sortcode_event = “[add_eventon_list number_of_months = “12” hide_empty_months = “yes” hide_end_time = “yes” event_type_2 = “$event_type2_id”]”;
echo do_shortcode($sortcode_event);
endif; ?>
And if there are events, I want to output additional text.
Could you tell me how I can check if there are events at event_type2
I’ve activated EventON > Sync > Disable existing event name check so now you’ve got 253 events. Now could you please remove one, sync and check whether it’ll be deleted?
Perfect! We are glad your issue is resolved, if you have any further questions or concerns please create a new ticket.
Hi Artem,
I tried it with different themes and five different tabs plugins and continue to get the same result, so I don’t think theme is the issue. I just ran some tests and it appears to be the responsive nature of the EventOn plugin initially forcing the full cal width to 100px. I added some CSS to override the EventOn plugin so this won’t happen.
Thanks,
Owen