Hey,
I’m pretty new to working on my own website. I was using another event program but it had to many problems. I have the business version of espresso but I have two problems.
I’ve tried as much as I’m capable of by following the forums to fix the calendar on my site but I cannot make the Calendar appear.
Because the Calendar won’t appear it lists all my events on the page. However because there are so many events once you scroll to the bottom of the page there are arrows to allow you to go to the next page to continue to see the events. However theses buttons just take you back to the top of the first page.
The pagination buttons are bouncing you to the top of the screen because there is a javascript crash on the page. For some reason fullcalendar.min.js is not being loaded on the page, causing the js crash. Usually, you don’t want to have the calendar on the same page as your event -registration page. Try creating a seperate page and putting the calendar shortcode on it.
Sidney.
I just tried that. Right now the only thing on my page is the
[ESPRESSO_EVENTS]
code.
Still having the same problem with the pagination buttons.
Is it possible for me to let you into my admin panel and have a look?
It looks to me like your theme is not loading wp_footer() in the footer.php file. This function is used by Event Espresso (and many other plugins) to load javascript at the bottom of your page. The reason why the pagination is not working is because the javascript that controls the pagination is never running. This is also likely the same reason why your fullcalendar.min.js wasn’t loading as Sidney pointed out above.
Viewing 3 reply threads
The support post ‘Event registration needing multiple pages’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.