EventON 4.5 is Live Now! - What's new?
I currently have this to display featured events…
[add_eventon_list cal_id=”test1″ event_count=”3″ event_past_future=”future” only_ft=’yes’ hide_month_headers=”yes” number_of_months=”12″ hide_mult_occur=’yes’ tiles=”yes” hide_so=”yes” show_et_ft_img=”yes” ]
However, for a repeating event, nothing is shown once the first event date has passed.
It works if I remove the hide_multi_occur, but then I get all the repeats shown. It also works if I remove the future only option. but then get all the past events.
It seems I cannot have future and hde_multi occur ?
Apr 22,2023 AT 7:55AM - 3 months ago -Hello,
Please send us wp-admin access to your site as a private message for us to further assist your situation.
Could you also update to EventON 4.3.5?
To update eventon to latest version: If you are unable to do autoupdate, you can go to codecanyon your account > download and get the latest eventon version as zip file. Then you can go to your website > make sure “Delete eventon settings & data when EventON is uninstalled” is Deslected from eventon settings, delete old eventon, install new one and activate. This link will further explain the process it. Also you can follow us on twitter to get real-time announcements on updates!
Thankyou for the reply.
I have updated to the latest versions, but no change.
It seems it may be an issue with add_eventon_list, because it works as expected with add_eventon
I have created a test here to show you… Cal Test – d-commando-jaku.instawp.xyz
This uses
[add_eventon_list cal_id=”test1″ number_of_months=”3″ only_ft=’yes’ event_past_future=”future”]
[add_eventon cal_id=”test2″ only_ft=’yes’ event_past_future=”future” ]
You can see that there is nothing for May on the first calendar list, but in the second item, there are entries for May
Please send us wp-admin access to your site as a private message for us to further assist your situation.
I am sorry, the access information you have provided did not work for us. Please check them and post the correct login information as a private message, thank you!
EventON as well as WooCommerce don’t have the option of waitlist included by default. Take a look at this Woo’s add-on:
https://woocommerce.com/products/woocommerce-waitlist/
However, it’s not compatible with EventON, unfortunately.
The thing is that there is no option for what you need at the moment.
However please create a new ticket and select Feature Request as category so others can vote on your idea and get it moved into development faster.
I am sorry. The previous message isn’t for you.
I cannot find the full version of EventON installed on the server. On this forum we can only help with the version purchased on CodeCanyon:
https://codecanyon.net/item/eventon-wordpress-event-calendar-plugin/1211017/
The full version is installed on www.railadvent.co.uk as per the original ticket information.
I have created the temp test site, just to aid with showing you that add_eventon_list does not work
Thank you for your messages, I am going to assign this ticket to Ashan and he will be able to take it from here and find you a solution. Please allow some time for him to get back to you, we greatly appreciate your patience and thank you for being a eventon customer! Also please disable any IP blocking on your site if there are any.
Ok I see whats happening. So when basically these filters are run at different stages in the code and thats why when you set hide multiple all repeats after first instance is hidden, which may or may not be future event. Future event filter is run later. Let me see if we can find a way to switch when these filters are run. if I find a solution I will share it with you 🙂
Figured it out. Try this. Enable “Show all repeating events while HMO” that will show the repeating events that are hidden with show only future events.