• Resolved cstielper

    (@cstielper)


    Latest updates 2.5.7 and 2.5.8 have caused the Next/Previous buttons to stop functioning in list view. Reverting to 2.5.6 fixes the problem.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    There was a problem in 2.5.7 that should be fixed in 2.5.8, although it would probably require you to do a hard refresh and clear caches. However, I can’t help you in any meaningful way without a link to view.

    Thread Starter cstielper

    (@cstielper)

    Can you post your email address for me to email you directly? This site is still in development and not yet public, but I will be happy to send you a link via email so that you can view.

    Thanks.

    Thread Starter cstielper

    (@cstielper)

    I have most of this figured out. I see that the mc-ajax.js file has been rewritten from the previous version. I am using a custom js file with the mc_ajax_js filter as my client doesn’t want the events in list mode to toggle. I have replaced my file with the updated file (minus the parts that hide the events). That has fixed the prev/next buttons problem. Only other problem that I am noticing is that I am now getting the “jQuery is not defined” error throughout out my site. This is the line of code that is causing the problem (new to v 2.5.8):

    <script>(function ($) { 'use strict'; $(function () { $( '.mc-main' ).removeClass( 'mcjs' ); });}(jQuery));</script>

    This is due to two reasons:

    1. I am enqueuing jQuery into the footer, not the header and this line of code is being injected before the jQuery library loads
    2. This line of code is being added to every page, even though I am using the “Insert scripts on these pages (comma separated post IDs)” text field under the “Script Manager” settings

    Let me know if I can provide you with any further details.

    Thanks.

    I can’t get list view to show at all…

    the issue persists…

    Plugin Author Joe Dolson

    (@joedolson)

    If you can submit a support request at My Calendar > Help, that’ll give me information about your site and I can take a look.

    Thread Starter cstielper

    (@cstielper)

    Request sent. Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Previous/Next Buttons No Longer Working’ is closed to new replies.