Ajax / Performance issues on 5.5 Events Manager
-
Hey,
I’m having issues with the Ajax pagination features of Events Manager Pro 5.5, if you go to:
https://2013festivals.net/ and click on the pagination on “UK Festivals” or “European Festivals” halfway down the homepage, it will reload the page as https://2013festivals.net/?pno=2 and the shortcode no longer displays the next events for the category. I’ve placed the Ajax code in WP-config:
define('EM_AJAX',true);
And this is my code for the homepage:
<?php echo do_shortcode('[categories_list child_of="822" limit="5" pagination="1" ajax="1"]<li><i class="icon-caret-right"></i><a href="#_CATEGORYIMAGEURL" title="#_CATEGORYNAME"><strong>#_CATEGORYNAME</strong></strong></a><br/>#_CATEGORYALLEVENTS</li>[/categories_list]'); ?>
So that should load via Ajax right? I’m using 5.5 dev + 2.3.4 of Pro.
Also, in the documentation you mentioned that the speed issues on larger calendars have been fixed but I’m still experiencing terrible speeds on https://ibiza2013.net/calendar – We’re on WPEngine hosting so speed shouldn’t be an issue of our server
Any ideas on fixes for these two issues please?
Thanks
Russell
- The topic ‘Ajax / Performance issues on 5.5 Events Manager’ is closed to new replies.