Pagination and Filters Broken

Home Forums Calendar Products Events Calendar PRO Pagination and Filters Broken

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #985265
    gotmuck
    Participant

    Hi,

    It seems that both Filter Bar and Pagination cause a failure. You can see our events page here.

    I’ve tried updating permalinks but that didn’t help.

    Thanks!

    Herg

    #985271
    gotmuck
    Participant

    I also tried adding this to make sure the SSL wasnt the issue:

    add_filter( ‘init’, ‘enforce_ssl_ecp’, 5 );

    function enforce_ssl_ecp() {
    if ( ! is_ssl() || ! class_exists( ‘TribeEventsPro’ ) ) return;
    $pro = TribeEventsPRO::instance();
    $pro->pluginUrl = str_replace( ‘http://’, ‘https://’, $pro->pluginUrl );
    }

    #985273
    gotmuck
    Participant

    Solved it. The events link that I was using still had ‘www’. Removed it and that sorted it out.

    #985378
    Brian
    Member

    I am glad to see you were able to fix this issue.

    Since the issue is resolved I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Pagination and Filters Broken’ is closed to new replies.