Title: [Plugin: Just Custom Fields] Image uploads broken?
Last modified: August 20, 2016

---

# [Plugin: Just Custom Fields] Image uploads broken?

 *  Resolved [creativelifeform](https://wordpress.org/support/users/creativelifeform/)
 * (@creativelifeform)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-just-custom-fields-image-uploads-broken/)
 * Hi there, love your plugin!
 * just having a bit of an issue, I recently updated to WP 3.4.1 and have encountered
   some issues porting a site over that was on 3.3.2 just with the image fieldset.
 * Now when I ported the site over from its testing location to its new location
   everything worked fine, however none of the images which I had in my custom field(
   called “banner”) seemed to be working.
 * I thought no worries I’ll just go and add them in again. So I try to do this,
   but when I click “Upload” I don’t get the usual modal dialog box, the page navigates
   away from the post editing interface and into a new window. I can try to upload
   an image which seems to be successful, but after the upload is done, I get a 
   blank screen. If I go back to the post, there is no image in the banner field.
 * Not sure what is going on here, but this is a bit of a worry as this is such 
   a great feature of this plug in.
 * Any help greatly appreciated!
 * [http://wordpress.org/extend/plugins/just-custom-fields/](http://wordpress.org/extend/plugins/just-custom-fields/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [creativelifeform](https://wordpress.org/support/users/creativelifeform/)
 * (@creativelifeform)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-just-custom-fields-image-uploads-broken/#post-2938398)
 * hmm have just noticed that my wordpress native “upload/insert media” button is
   also kind of bugged. Not sure what is going on, I just get a blank box in the
   modal dialog window.
 *  Thread Starter [creativelifeform](https://wordpress.org/support/users/creativelifeform/)
 * (@creativelifeform)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-just-custom-fields-image-uploads-broken/#post-2938402)
 * Okay, just deactivated then reactivated the plug in (as well as Tiny MCE Advanced)
   and that seemed to fix it!
 *  [paweldebik](https://wordpress.org/support/users/paweldebik/)
 * (@paweldebik)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-just-custom-fields-image-uploads-broken/#post-2938523)
 * I’m experiencing the same problem, or at least something very similar:
 * clicking on the thumbnail navigates away from the page, and the lightbox window
   for uploading an image is missing entirely. There’s just the gray background.
 * For me disabling and enabling the plugin does not work.
    What **does** work is
   disabling jquery in the backend.
 * I’d added the following to my functions.php
 *     ```
       if (is_admin()){
       	wp_deregister_script('jquery');
   
       	wp_register_script('jquery', (get_bloginfo('template_directory') . '/js/jquery-1.7.1.min.js'), false);
       	wp_enqueue_script('jquery');
       }
       ```
   
 * The above code works fine, I can now use jQuery in the admin area. But it seems
   to mess things up for the Just Custom Fields plugin.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Just Custom Fields] Image uploads broken?’ is closed to new 
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/just-custom-fields_b1eaf5.svg)
 * [Just Custom Fields](https://wordpress.org/plugins/just-custom-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/just-custom-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/just-custom-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/just-custom-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/just-custom-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/just-custom-fields/reviews/)

## Tags

 * [image uploads](https://wordpress.org/support/topic-tag/image-uploads/)

 * 3 replies
 * 2 participants
 * Last reply from: [paweldebik](https://wordpress.org/support/users/paweldebik/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-just-custom-fields-image-uploads-broken/#post-2938523)
 * Status: resolved