• Enabling this plugin causes javascript errors with wordpress 3.2.1, causing admin panel functionality to break.
    If you navigate into “New post” screen, javascript errors appear after enabling this plugin, change post state doesn’t work, add feature image doesn’t popup, etc..
    I really hope for a quick fix.
    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sivann

    (@sivann)

    Just updating the inclued jquery to 1.6.1 seems to fix the errors.

    I’m having this problem as well. Can you describe how to update the jquery to 1.6.1 as mentioned above?

    Thread Starter sivann

    (@sivann)

    1) Inside htdocs/wp-content/plugins/calendar-posts:
    Edit file calendar-posts.php (make a backup first)
    comment out or delete line ~65 (where it includes jquery-1.4….)
    Because jquery is included also elsewhere, the correct jquery will be included now.

    If not fixed, then:
    2a) Inside htdocs/wp-content/plugins/calendar-posts/jquery.datepick.package/
    put jquery-1.6.1.min.js (download from http://code.jquery.com/jquery-1.6.1.min.js)

    2b)
    change line 65 of calendar-posts.php file, to include the new jquery version instead of 1.4.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘javascript errors’ is closed to new replies.