Event pages are blank after upgrading to latest version.
THIS IS A HUGE PROBLEM.
Sep 6,2022 AT 9:26AM - 1 year ago -I turned on this option:
Stop using eventON single event template for single event pages
And now the single event pages load, but they look bad since they are using the default page template.
Okay, I found some kind of conflict between Eventon and the Darkmode plugin (https://darklup.com/). I’ve disabled the Darkmode plugin and the pages load w/ the correct template, but no styles are loaded.
Hello,
but no styles are loaded.
Could you tell us more?
Everything seems to be working correctly:
Eventon pages aren’t loading footer content???
HTML Is corrupted tag below eventon content???
Okay, I disabled caching. Eventon pages still aren’t loading footer scripts/styles. All other pages on website load normally.
I think there is syntax error or other coding error in the Eventon templates pages or something.
This is the template file “single-ajde_events.php” the shipped with the latest version of the plugin.
This is the version I fixed.
Notice the difference? You should start paying me to help you with your plugin or stop making sloppy mistakes that break people’s websites.
We are sorry for the inconvenience caused. You are exactly right with your finding of what’s causing this.
The fix provided by Ashan is the same to yours:
https://docs.myeventon.com/patch-fixes/issues-on-the-single-event-page/
Thank you very much for the info!
Thanks Tim! No that helped fix the page load issue, but the page is still not loading responsively – only page on the site not loading responsively.
Example: https://southfloridafamilylife.com/events/disney-on-ice-presents-frozen-encanto-2/
Anyone have any ideas on how to fix the issue?
Thanks!
Never mind… I found a fix. I changed…
.evo_page_content.evo_se_sidarbar {
display: flex;
gap: 30px;
}
to…
.evo_page_content.evo_se_sidarbar {
display: inline-block;
gap: 30px;
}
And it appears to be working across all browsers now.
Hello,
We are glad your issue is resolved, if you have any further questions or concerns please feel free to create a new ticket.