Recurring Events Broken when trying to update

Home Forums Calendar Products Events Calendar PRO Recurring Events Broken when trying to update

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #67171
    karen
    Participant

    I just updated wordpress to 3.6.1, don’t know if this is related, but I can no longer update recurring events. The dialog box pops up and everything goes gray. Is this a known bug or has no one experienced this? I have no other plugins activated, but I do have community events. I have tried another theme. This is True on my test site as well which I can give you access to.
    thanks

    #67173
    karen
    Participant

    hi again, Ok.. I found the part where I am suppose to update the functions.php with the snippet. Not being a coder, I wondered if that part about the style should be in there as well or somewhere else… ?
    Cause whatever I did, it isn’t working… thanks!
    add_action(‘admin_head’, ‘tribe_fix_recurrence_dialog’);
    function tribe_fix_recurrence_dialog(){
    ?>

    .ui-widget-overlay.ui-front {z-index: 90; }

    <?php
    }

    #67198
    Forrest
    Participant

    I had the same problem.

    #67225
    karen
    Participant

    Would have been nice to know that 3.6.1 would break it. Perhaps Tribe could post it on their dashboard app.

    #67236
    islandjim
    Participant

    Same issue here

    #67240
    Barry
    Member

    Hi everyone!

    Sorry for the inconvenience, first of all. This isn’t specific to WordPress 3.6.1 itself but nonetheless Karen you are correct that the fix suggested here is the recommended way to workaround this ๐Ÿ™‚

    Not being a coder, I wondered if that part about the style should be in there as well or somewhere elseโ€ฆ ?

    Please do paste the entire snippet in to your theme’s functions.php file. If you have any doubts though or are really uncomfortable working with code it may be better to seek the assistance of a suitable developer or else wait until we solve this in an upcoming maintenance release.

    Thanks!

    #67271
    karen
    Participant

    yeah.. thanks .. not uncomfortable.. just didn’t work. Do you think it matters WHERE in the file? I put it at the bottom, so I know where it is.. Maybe if I move it to the top?

    #67275
    Barry
    Member

    It’s hard to say without knowing how your functions.php file is structured (it’s possible execution might not reach the bottom, depending on what’s above it). Can you share your functions.php file using a service like Pastebin or Gist so we can take a peek?

    #67442
    karen
    Participant

    Ok.. I think the problem was with my backend APC opcode cache which had to be cleared. It’s all a mystery.. Thanks for your help. Please close this issue.

    #67451
    Barry
    Member

    Sounds like you found the culprit – thanks for letting us know – I hope everything else goes smoothly for you ๐Ÿ™‚

    #980995
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Recurring Events Broken when trying to update’ is closed to new replies.