Viewing 15 replies - 1 through 15 (of 36 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    Hey Brian,

    Looks like there is another JS error on the site. Does it work for you if you disable all your other plugins? What about on a default theme?

    pomnath

    (@pomnath)

    Hello.
    Sorry for my english.
    I have the same problem with WP 4 ant the blocco theme at this adresse:
    https://www.roadcook.be/agendas/

    With a default theme, it’s work. Where can I find the solution?

    Thanks

    Plugin Contributor Nick Young

    (@nickyoung87)

    @pomnath

    If it is working fine with the default theme then it is a theme issue. You can try making sure wp_head() and wp_footer() are in your theme for starters.

    Thread Starter Wildcard

    (@thenewguy_14)

    I am not sure what you are talking about with a default theme. but i turned off the plugin that was in the console for firebug and the next and previous buttons still are not working. it was working before as well so not sure what happened

    https://www.avid7.com

    Plugin Contributor Nick Young

    (@nickyoung87)

    @thenewguy_14

    Did you remove the calendar from the page? I just went to check and don’t see it there.

    pomnath

    (@pomnath)

    Hello Nick,

    Sorry for my bad english.

    Where can I found this “You can try making sure wp_head() and wp_footer() are in your theme for starters.”? On the FTP? On which page?

    We use the blocco theme. Your plug in works with it few weeks ago. It’s only the buttons Next and Previous who don’t work. The calendar is OK.

    The calendar is there: https://www.roadcook.be/agendas/

    Thanks for your answer.

    Thomas

    gere69

    (@gere69)

    I have similar problem. I use the list mode in a widget, but it wont show my calendar. But if I push the next botton. It will show my calendar. The address to the wepage is https://aryd.se/

    Best regards
    Anders

    grytpipethynne

    (@grytpipethynne)

    Same issue for me.
    Back and next links just link to top of the page.
    https://www.hssca.co.uk/events

    jbenni

    (@jbenni)

    V 2.1.2 generates “Request has failed.” in response to Next and Back buttons in Grid mode.

    I’m pretty certain V 2.1.1 worked properly. How to revert?

    jbenni

    (@jbenni)

    After reverting to 2.1.1 the problem persists. It may be an intermittent problem – this version worked previously but both it and the newest (2.1.2) fail now.

    jbenni

    (@jbenni)

    I dug into the code a bit, and found that I could get Next/Back to work by commenting out line 113 of “/includes/misc-functions.php” so that it looks like this:
    // die ( 'Request has failed');

    That line appears to be a bailout after checking a nonce, but the condition seems non-fatal. I don’t suggest this as a real fix, rather just a helpful hint to the developers…

    Keep up the good work.

    djhollowpoint

    (@djhollowpoint)

    I’m also seeing this issue on our site. I’ve spent all morning building the calendar and widgets only to find the navigation buttons aren’t working. Everything else is fantastic, but any help getting this fixed is greatly appreciated!

    Our calendar is right here: https://www.napdnb.com/calendar/

    jbenni

    (@jbenni)

    Commenting out the two die ('Request has failed'); lines in misc-functions.php (one for the grid layout, another in the same file for other layouts) does seem to provide a reliable workaround.

    I speculate that the problem is a nonce is cached and kept past its expiration date. Which explains why it works initially (the cache is fresh) but fails later.

    I hope this helps the developers zoom in on the cause and provide a real fix for this quickly.

    Plugin Contributor Nick Young

    (@nickyoung87)

    @jbenni,

    Thanks for the detective work, I will take a look in that area.

    Plugin Contributor Nick Young

    (@nickyoung87)

    Is this working any better for you guys after the latest update?

Viewing 15 replies - 1 through 15 (of 36 total)
  • The topic ‘Next and back links are not working’ is closed to new replies.