• The add media popup breaks, which is in the general edit form πŸ™

    And it seems due to
    /wp-content/plugins/calendar-posts/jquery.datepick.package
    stuff there: file not founds, not declared variables, and other trouble

    Disabling the plugin makes my sites work again.

    BTW: I also have trouble when listing dates such as
    12 dec and 2 febr and 5 march
    in one post. Here we see stuff like 12 dec, 12 febr 12 march in the widget.

    http://wordpress.org/extend/plugins/calendar-posts/

Viewing 1 replies (of 1 total)
  • Hi,

    The fix is very simple unless i have overlooked something else.
    The problem arises because there is conflict between JQUERY versions. My proposed solution is to completely move the plugin Jquery namespace to a new namespace in new object.

    Instructions:

    1) Locate var $j = jQuery.noConflict(); in calendar-posts.php and set the noConflict to true.

    Expected:
    var $j = jQuery.noConflict(true);

Viewing 1 replies (of 1 total)

The topic ‘add media popup breaks’ is closed to new replies.