Support » Plugin: Custom Content Type Manager » 0.9.7.13 breaks cs_image field

  • Since upgrading to version 0.9.7.13, the cs_image field is not working properly. I was having the issue before and after upgrading to WP version 4.0.

    When I click on the “Choose Image” button, nothing happens.
    When I click on the “Upload” button, the popup comes up and looks like it’s functioning properly. I select an image from the image library and then select “insert into post”. The box goes away and the image looks like it’s been inserted.

    HOWEVER, the scroll bar on my main window has been removed. I cannot scroll back up to the top to save my post. I can’t do anything but use the back button (the image field low on the page, so I can’t see any menu items on the left side)

    This is making it impossible to add a new post with my custom post time. It was working when I first installed.

    https://wordpress.org/plugins/custom-content-type-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cpaprotna

    (@cpaprotna)

    To add further detail…
    I switched to 2014 theme and disabled ALL plugins but CCTM and still had the issue.

    Thread Starter cpaprotna

    (@cpaprotna)

    I fixed this by modifying your thickbox.js file.

    I changed line 15 to:

    jQuery("#TB_window").fadeOut("fast",function(){jQuery('#TB_window,#TB_overlay,#TB_HideSelect').trigger("tb_unload").unbind().remove();});
    	jQuery( 'body' ).removeClass( 'modal-open' );

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘0.9.7.13 breaks cs_image field’ is closed to new replies.