• When this plugin is activated, the insert media function of the post editor stops working. That is, on the edit post screen, above the editor section there is an Add Media button. When I hit that button, the media library comes up, I select an image and hit the Insert into post button. Normally it would add that image to the editor, but if WCK is activated then nothing is added.

    There is also a console error message on the page:
    GET https://mysite.com/wp-content/plugins/wck-custom-fields-and-custom-post-types-creator/wordpress-creation-kit-api/assets/datepicker/datepicker.css?ver=3.8 404 (Not Found) post-new.php:52

    I’m using WCK 1.0.7, WordPress 3.8, the Twenty Twelve theme and have deactivated all other plugins. It works normally when WCK is deactivated.

    Anyone know how to fix this?

    https://www.ads-software.com/plugins/wck-custom-fields-and-custom-post-types-creator/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Got the same problem….

    I have not required the use of the WCK plugin for a while but seeing that they have not fixed a small issue within a month , I am rather going to move to ACF plugin… far superior ??

    Plugin Author madalin.ungureanu

    (@madalinungureanu)

    The reason why there hasn’t been issued an update on this matter because we weren’t able to replicate it in our test environment, but we are still investigating. Also we are working on rebuilding the upload field ( should be finished in March ), which this issue could be tied to, so our efforts are in this direction.

    The js error will be removed in the next patch that will be coming next week but it shouldn’t influence the functionality of the plugin.

    i got the same problem…

    Finally I found the line that make this problem…

    In wordpress plugin folder locate the following file
    wordpress-creation-kit.php

    path ->
    wck-custom-fields-and-custom-post-types-creator >> wordpress-creation-kit-api >> wordpress-creation-kit.php

    Comment following line
    add_filter(‘media_send_to_editor’, array( &$this, ‘wck_media_send_to_editor’ ), 15, 2 );

    Now it works fine for me.
    https://tagprof.com/shan

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post editor Add Media not working with WCK plugin activated’ is closed to new replies.