Support

Home Forums Event Espresso Premium Pagination on Events List Pages Not Working

Pagination on Events List Pages Not Working

Posted: April 29, 2013 at 3:04 pm

Viewing 9 reply threads


Jennifer Doyon

    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!
    Jennifer


    Dean

    • Support Staff

    April 30, 2013 at 3:07 am

    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.


    Jennifer Doyon

      April 30, 2013 at 8:32 am

      Thanks, Dean.  Could you please post on this thread when it’s working again?


      Dean

      • Support Staff

      May 1, 2013 at 6:48 am

      Hi,

      I added a note to the developer ticket to update this thread when its resolved.


      George Belkin

        May 6, 2013 at 7:34 am

        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.


        Sidney Harrell

        • Support Staff

        May 6, 2013 at 12:48 pm

        Hi,
        We have developed a fix for this problem, but it is still in testing phase right now. If you wish to try the fix out for yourself, and maybe give us some feedback on how it works for you, you can make the following modifications:
        In scripts/pagination.js, find the following line (should be line 12):

        $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(){


        Jennifer Doyon

          May 6, 2013 at 1:21 pm

          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


          Josh

            May 6, 2013 at 1:55 pm

            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?


            Jennifer Doyon

              May 6, 2013 at 2:00 pm

              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


              Susan McLean

                May 8, 2013 at 9:25 pm

                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?

                Viewing 9 reply threads

                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.

                Event Espresso - Staging Server