Pagination not working in list view / possible js conflict

Home Forums Calendar Products Events Calendar PRO Pagination not working in list view / possible js conflict

  • This topic has 3 replies, 1 voice, and was last updated 9 years ago by Holly Whaley.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1261986
    Holly Whaley
    Participant

    Hi !
    My pagination is not working in the list view, similar to the thread below I found (permalink looks right, but somethign preventing the click):

    Pagination not working (ajax/js conflict)

    However – the file structure is not the same in the current plugin (that old post was from 2015). Can you help??
    Also my search for events is not working in the same way. (I disabled the ajax setting in the plugin as well)
    http://nashvillewineauction.com/events/

    When I reverted to twentyfourteen – it worked so I know it’s a theme conflict . How can i override the ajax just to have the permalinks work? Need fixed ASAP

    #1262366
    Victor
    Member

    Hi Holly!

    Thanks for reaching out to us! I’m sorry you are having that issue 🙁

    If you did find out it’s a theme conflict, I suggest you contact the theme authors to see if they can help you solve the issue.

    Just to set expectations, let me tell you that our “<u>Terms of Service</u>” doesn’t allow us to help with custom coding. But we do like helping out and at least point users into the right direction.

    So here is a code snippet you could try adding to your theme’s functions.php file to remove the ajax pagination script from the list view >

    add_action( 'wp_enqueue_scripts', 'dequeue_tribe_events_ajax_list' );
    function dequeue_tribe_events_ajax_list () {
    	wp_dequeue_script('tribe-events-list');
    }

    I hope that works for you. Let me know if any other questions.

    Best!

    Victor

    #1272797
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Pagination not working in list view / possible js conflict’ is closed to new replies.