Posted: April 29, 2013 at 3:04 pm
|
Hello – I have several pages that list only a certain number of events per page. However, the pagination function at the bottom of the list that allows the user to go to the next page of results isn’t working. It will let them get to the second page, but anything they click on (page number or arrow) after that just reloads the current page. Example: http://www.brookfieldlibrary.org/events/kids-events Any insight appreciated! |
|
Hi Jennifer, I am sorry that this isnt working correctly, I have verified this is an issue and have raised a developer ticket to look into it. |
|
Thanks, Dean. Could you please post on this thread when it’s working again? |
|
Hi, I added a note to the developer ticket to update this thread when its resolved. |
|
Has there been any movement with this?? It’s a real issue for those of us who have lots of events and need to break them into smaller chunks for the site visitors to page through. Thanks in advance. |
|
Hi, $jaer('.event_paginate').on('click',function(event){ and change it to: $jaer('#event_wrapper').on('click', '.event_paginate', function(event){ Then in scripts/espresso_cart_functions.js, find the following, (should be line 112): jQuery('.ee_add_item_to_cart').on('click',function(){ and change it to the following: jQuery('#event_wrapper').on('click', '.ee_add_item_to_cart',function(){ |
|
This fix doesn’t work for me. It still only lets me go to the second page of results, then any clicks after that just reloads the page. Jennifer |
Hi Jennifer, I checked your site and the pagination links are working when I try them. Since the changes are in the JavaScript files, your browser is likely using the older cached versions of these. Can you try clearing your browser’s cache? |
|
|
Hi, Josh – I had cleared the cache, but at any rate, it’s working now! Thanks for your response and to everyone at EE who worked on this fix. As always, the support is second to none! Jennifer |
|
That fix does not seem to be working for me. I have upgraded the latest version of this plugin and nothing I do seems to make the pagination links work on the event calendar listing page. Did you implement the fix you posted as a final solution? If not what is the solution to this problem? |
The support post ‘Pagination on Events List Pages Not Working’ 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.