• Resolved creativelifeform

    (@creativelifeform)


    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/

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

    (@creativelifeform)

    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

    (@creativelifeform)

    Okay, just deactivated then reactivated the plug in (as well as Tiny MCE Advanced) and that seemed to fix it!

    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.