Calendar Widget no longer scrolls through months

Home Forums Calendar Products Events Calendar PRO Calendar Widget no longer scrolls through months

Viewing 13 posts - 16 through 28 (of 28 total)
  • Author
    Posts
  • #123237
    jocwebsites
    Participant

    Hey Casey,

    I’ve gotten the mail plugin updated to the latest versions, but the issue still persists.

    Cheers,
    Dan

    #123290
    Casey
    Participant

    Dan,
    Have you performed any template overrides on the Calendar widget? That’s the only other thing I could think might be causing issues with your theme, since some of the widget template files might have changed since the previous version. Since everything seems to be working correctly with the default theme, unfortunately I won’t be able to offer much more help than that.

    If you’ve performed any overrides, then I would suggest that you update your template files from the latest version to see if that fixes the issue. Good luck, and let me know if you have further questions.

    Thanks! ๐Ÿ™‚

    -Casey-

    #125222
    Casey
    Participant

    I just wanted to follow up and see if youโ€™re all set here or if you still have further questions. Just let me know if you need further help or if I should go ahead and close out this thread. Thanks! ๐Ÿ™‚

    -Casey-

    #125236
    jocwebsites
    Participant

    Hey Casey,

    I haven’t managed to track down the problem. I’ve removed all the JS and CSS calls from the theme and disabled all plugins again yet the issue still persists.

    There must be a conflict from the theme I just have not had much luck tracking it down. Something from the update doesn’t like something in the theme but going around blind will take some time, and all the obvious attempts at finding the problem haven’t been successful.

    Cheers,
    Dan

    #125748
    Casey
    Participant

    Dan,
    Were you able to update to version 3.5, which was just released last week? I’m curious to see if this resolves your issue. Give that a shot and then let me know if you’re still having issues here. Thanks! ๐Ÿ™‚

    -Casey-

    #125923
    jocwebsites
    Participant

    Hey Casey,

    Yeah, I updated it as soon as I saw it hoping it would help out – but unfortunately the problem persisted.

    On a different note, I noticed that the jquery works perfectly fine on the main calendar page – switching between months, etc – so it’s just the widget that doesn’t want to work.

    Cheers,
    Dan

    #126258
    Casey
    Participant

    Dan,
    After further investigation, I discovered that this issue is due to your theme not respecting the before_widget params in the register_sidebar() declaration. This causes issues with CSS classes not getting added to the widget container, and breaking the AJAX functionality.

    Weโ€™re looking at the possibility of removing this dependence on the before_widget params in a future version, but in the mean time, youโ€™ll need to reach out to the developer of your theme to get their assistance in adding the appropriate before_widget params to add CSS classes to the widget container.

    Hopefully that helps to answer your question, and Iโ€™ll make sure to keep you updated if we change this functionality in a future version. Thanks! ๐Ÿ™‚

    -Casey-

    #126628
    jocwebsites
    Participant

    Hey Casey,

    This is the current functions.php file, it looks like he did add in the before_widget classes:

    /*———————————————————————————–*/
    /* Sidebars
    /*———————————————————————————–*/

    //Register Sidebars
    if ( function_exists(‘register_sidebar’) )
    register_sidebar(array(
    ‘name’ => ‘Sidebar Top’,
    ‘id’ => ‘sidebar-top’,
    ‘description’ => ‘Widgets in this area will be shown in the sidebar.’,
    ‘before_widget’ => ‘<div class=”sidebar-box clearfix”>’,
    ‘after_widget’ => ‘</div>’,
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’,
    ));
    if ( function_exists(‘register_sidebar’) )
    register_sidebar(array(
    ‘name’ => ‘Sidebar Middle’,
    ‘id’ => ‘sidebar-middle’,
    ‘description’ => ‘Widgets in this area will be shown in the sidebar.’,
    ‘before_widget’ => ‘<div class=”sidebar-box clearfix”>’,
    ‘after_widget’ => ‘</div>’,
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’,
    ));
    if ( function_exists(‘register_sidebar’) )
    register_sidebar(array(
    ‘name’ => ‘Sidebar Bottom’,
    ‘id’ => ‘sidebar-bottom’,
    ‘description’ => ‘Widgets in this area will be shown in the sidebar.’,
    ‘before_widget’ => ‘<div class=”sidebar-box clearfix”>’,
    ‘after_widget’ => ‘</div>’,
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’,
    ));

    if ( function_exists(‘register_sidebar’) )
    register_sidebar(array(
    ‘name’ => ‘Home Top’,
    ‘id’ => ‘home-top’,
    ‘description’ => ‘Widgets in this area will be shown in the home top.’,
    ‘before_widget’ => ‘<div class=”sidebar-box”>’,
    ‘after_widget’ => ‘</div>’,
    ‘before_title’ => ‘<h2>’,
    ‘after_title’ => ‘</h2>’,
    ));
    if ( function_exists(‘register_sidebar’) )
    register_sidebar(array(
    ‘name’ => ‘Home Bottom Left’,
    ‘id’ => ‘home-bottom-left’,
    ‘description’ => ‘Widgets in this area will be shown in the home bottom.’,
    ‘before_widget’ => ‘<div class=”sidebar-box”>’,
    ‘after_widget’ => ‘</div>’,
    ‘before_title’ => ‘<h2>’,
    ‘after_title’ => ‘</h2>’,
    ));
    if ( function_exists(‘register_sidebar’) )
    register_sidebar(array(
    ‘name’ => ‘Home Bottom Right’,
    ‘id’ => ‘home-bottom-right’,
    ‘description’ => ‘Widgets in this area will be shown in the home bottom.’,
    ‘before_widget’ => ‘<div class=”sidebar-box”>’,
    ‘after_widget’ => ‘</div>’,
    ‘before_title’ => ‘<h2>’,
    ‘after_title’ => ‘</h2>’,
    ));

    Can you give me an idea of what the error is?

    Cheers,
    Dan

    #126750
    Casey
    Participant

    Dan,
    You’ll need to make sure that he’s adding the appropriate dynamic classes that are coming from WordPress (screenshot), which I’m not seeing in the code you shared. Have him add those declarations, and see if that fixes the issue. Thanks! ๐Ÿ™‚

    -Casey-

    #126752
    jocwebsites
    Participant

    Hey Casey,

    We managed to sort it out, all working now. Thanks for the help.

    Cheers,
    Dan

    #126801
    Casey
    Participant

    Great! Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.

    By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5

    Thanks in advance. ๐Ÿ™‚

    Cheers,
    Casey

    #173898
    Leah
    Member

    Hi there,

    I just wanted to update you here. We were not able to fix this issue in time for our upcoming release (3.6). However, it is still very much a priority and we hope to have it corrected in the next maintenance release. We will keep you posted on our progress. Thank you for your patience and support!

    Best,
    Leah

    #433793
    Leah
    Member

    Hi there,

    I just wanted to drop in and update you on the status of this issue. We are working on the upcoming 3.7 release and are happy to say that a fix for this issue will be included. Please keep an eye on your Updates and Plugins pages for an update prompt. If you have any trouble or continue to see this issue after updating, please start a new thread and we can assist you from there. Thank you for your patience while we worked on this issue.

    Best,
    Leah

Viewing 13 posts - 16 through 28 (of 28 total)
  • The topic ‘Calendar Widget no longer scrolls through months’ is closed to new replies.