Events Made Easy Forums Bug fixed or feature request implemented Calendar widget and WordPress 3.0.1 moves when changing month

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42146
    Anonymous
    Inactive

    The widget when you move to the next or previous month ends up with incorrect HTML as you find you have nested ‘<div class=”dbem-calendar” …>”s

    To solve this in the dbem_calendar.php file amend:

    tableDiv.html(data);

    in the two places it appears and put:

    tableDiv.replaceWith(data);

    This solves the issue…

    #44945
    Franky
    Keymaster

    thanks for the fix! Has been fixed in the trunk version.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top