Viewing 15 replies - 1 through 15 (of 21 total)
  • Hello,

    I have exactly the same issue here. My website is:

    http://ramonchu.com/events/

    When you try to go to the next month, clicking over the month “april” or the month before, the website start trying to connect to the page… but it doesn’t connect. But if you put this link in the browser:

    http://ramonchu.com/events/2016-04/

    it works fine.

    I have noticed that if i am logged in my WordPress admin panel you don’t see any issue, it works fine.

    I am using WordPress (v4.4.2) with theme Layers (v1.2.13)

    Thanks in advance for your support.

    Newest version not working for me on Edge browser ver. 31.14279.1000.0 and Firefox ver. 44.0.2

    Works ok on Chrome 49.0.2629.87 and Internet Explorer 11.1000.14279.

    Please advise if/when update fixes the problem.

    this function is null ‘tribe_events_the_next_month_link()’. And this one ‘tribe_events_the_previous_month_link()’ works.

    Hi and sorry to hear about the issue,

    The function works fine for me when I am logged in, but not for visitors.

    This sounds like you’re experiencing a theme and/or plugin conflict. My best guess is a caching issue if you have a caching plugin installed and activated. Check out our Testing for conflicts to see if you can narrow down the source of conflict.

    Best of luck and thanks for choosing TEC 🙂

    Having the same problem after the recent updates.
    As above using the url for next month etc. works which is the same url as shown when hovering over the link to next or previous month etc.
    Using 2014 theme and latest WordPress. Everything up to date.
    Does not work on Chrome or IE.
    http://www.ashgrovethegapshed.com/event/

    Gary Box

    (@motorhome-vagabond)

    I’m having the exact same issue and getting no reply from author. I use the plugin with Duvi theme and only a few select plugins, all of which are popular and well known. I’ve tried switching to default 2015 theme and turning off plugins but the problem continues exactly as others have stated.

    Whilst I am using the free calendar plugin I have paid the author for ticketing addons which are effectively useless at the moment since customers can’t look at and buy tickets for anything other than current month events which would normally be sold out anyway!

    If anyone finds a solution for this please post here. I’ve got to the stage where I am changing my business to something completely different due to frustrations with all WordPress ticketing plugins which seem to start out well and then try to get too complex and end up littered with problems and errors.

    This plugin was working really well but the latest update has left me deflated and ready to give up.

    Gary

    Plugin Author Brian

    (@brianjessee)

    Hi everyone to quote the forum guidelines:

    Posting your own topic is smiled upon.

    Right now we’re not sure if the original poster still needs help or not – and it can quickly become confusing if we end up with lots of people chattering in the same thread.

    If you can create a new post of your own that would be appreciated 🙂

    I see this is marked as resolved. Has anybody found a solution or a conflict?

    Plugin Author Brian

    (@brianjessee)

    Hi Gary,

    Thanks for using the Events Calendar.

    We provide technical support for our premium plugins on our own site. I would ask that you take any technical support questions across to our premium forum where we will respond to you within 24 hours during the week:

    https://theeventscalendar.com/support/forums/

    Thanks Again

    Plugin Author Brian

    (@brianjessee)

    I am not able to recreate the issue on my test site.

    Could everyone please turn on WordPress Debug and see if that finds an error:

    WordPress Debug to see what errors are showing when you try to recreate the issue a couple times in this file: /wp-content/debug.log

    pjwilko one issue you have is both the Events URL slug and the Single event URL slug are the same (event) those should be different though. Please change them on this page Events > Settings > General Tab and see if that helps.

    I had the same problem on my website, where paging worked only when I was logged in as an administrator.

    I tracked it to an old piece of code in my theme that was designed to block admin access to those who aren’t logged in. It did not properly check for admin-ajax, and hence blocked the next/prev paging of the calendar list.

    Removing the blocking code solved the problem.

    Hope this helps someone track their problem down.

    I am including the old, bad code snippet to help others track theirs down.

    // Hide dashboard for forum participants
    function prevent_admin_access()
    {
        if ( false !== strpos( strtolower( $_SERVER['REQUEST_URI'] ), '/wp-admin' ) && !current_user_can( 'edit_others_posts' ) )
            wp_redirect( home_url() );
    }
    //add_action( 'init', 'prevent_admin_access', 0 ); NO - This breaks tribe event paging which uses /wp-admin/admin-ajax.php

    I went back to Ver. 4.0.7 which works fine. Will try the latest version next time it is updated.

    Plugin Author Brian

    (@brianjessee)

    Thanks Bev for your solution.

    That might not help everyone if you can run the debug as described above please do and let us know the errors so we can narrow this down.

    If you need the plugins to be working ASAP.

    I recomend downgrading to 4.0.7 for The Events Calendar and Pro and the latest 4.0.x version for any of the other premium plugins.

    This process does not delete or change events or settings, but it is a good idea to backup just in case.

    You can download the older versions from your account here on theeventscalendar.com and older versions of the core plugin here: https://wordpress.org/plugins/the-events-calendar/developers/

    And use these steps to manually update:

    https://theeventscalendar.com/knowledgebase/manual-updates/

    Let me know if you get some error messages from the debug log and we can go from here.

    Thanks

    crafty01

    (@crafty01)

    Hello, thank you Brian for your support. I had the same issue after updating from 4.0.7 to 4.1.x version today. So I downgrading manually to previous working version 4.0.7 and all is working fine again.

    I activated the debug mode in wp before downgrading to previous version and made a test to help you on the event calendar with the current 4.1.0.1 version. I found the following error :

    [29-Mar-2016 17:58:17 UTC] PHP Warning: in_array() expects parameter 2 to be array, boolean given in /homepages/15/d388552681/htdocs/wordpress/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Notice/Archive_Slug_Conflict.php on line 49

    I confirm the issue is not appearing when I’m logged in as Admin user.
    Hope it will help.

    Regards

    fernandolawl

    (@fernandolawl)

    @johnmacek
    I went back to 4.0.7 and it still doesn’t work. I’m using the newest version of WP and the theme i’m using is a blank theme. I might have to try an even older version.

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘Next Month/Previous Month view not working’ is closed to new replies.