Reply to: tickets(335979)

Thank you, after all just change the next config:

Select which HTTP server communication method to use for calendar: To > Ajax

And used the lower button, the top right corner button, not save nothing, use use the lower button.

Reply to: tickets(336358)

i am not the only user which has this problem: https://helpdesk.ashanjay.com/ticket/event-lists-are-showing-incorrect-start-dates-after-recent-update-each-date-on-the-list-is-one-day-early/

Need a solution soon please.

Reply to: tickets(335985)

Hi Isaac, I have the same problem: https://helpdesk.ashanjay.com/ticket/add_eventon_sv-shows-wrong-day-of-event/

Hope to get a solution soon. At the moment i changed from event list to standard view.

Which version of Eventon are you using?

Reply to: tickets(336111)

I got this link from helpdesk to download the 4.5.4 version

https://helpdeskx.s3.amazonaws.com/wp-content/uploads/2024/01/12035959/eventON4.5.4.zip

 

Reply to: tickets(336111)

Hi Marcel, after update to 4.5.5 i had the same problem. After downgrading to 4.5.4 it works again.

They are working on a new version but no one knows when this will be available.

kind regards

Matthias

Reply to: tickets(335559)

Guys, anything new on this? The only thing holding me back from taking the site live is this issue. Can you help me out?

Reply to: tickets(336120)

Hello,

I carefully read the documentation and it looks like confimation emails will not be sent. The is a Problem on this page:

https://bettfedernfabrik.at/veranstaltung/magda-leeb-gregor-seeberg-19012024/

It looks like the “submit subscribe Form button” is not working properly.

Here is theĀ  code:

!function(send) {
var divioverlays_interceptor_send = function(body) {
var isDiviOverlaysOpen = document.querySelectorAll(‘.divioverlay.divioverlay-open’);
if (isDiviOverlaysOpen.length > 0) {
try {
if (body !== null) {
let action = ‘action=et_pb_submit_subscribe_form’
, is_optin_submit_subscribe_form = body.indexOf(action)
, overlayPostId = isDiviOverlaysOpen[0].querySelector(‘form[data-dopostid]’).getAttribute(‘data-dopostid’);
if (is_optin_submit_subscribe_form !== -1 && overlayPostId !== null && overlayPostId > 0) {
let result = [];
body.split(‘&’).forEach(function(part) {
let item = part.split(“=”)
, name = decodeURIComponent(item[0])
, value = decodeURIComponent(item[1]);
result.push(part)
});
result.push(‘et_post_id=’ + overlayPostId);
let url = result.join(‘&’);
body = url
}
send.call(this, body)
}
if (body === null) {
send.call(this)
}
} catch (err) {
send.call(this, body)
}
} else {
send.call(this, body)
}

—- the last line is highlight to have a problem.

 

Can you please help me to fix this?

1) send button

2) confirmation email.

 

Thanks.

best

Carmen