Forums

media uploader showing half on screen (2 posts)

  1. Rikki Ewan
    Member
    Posted 8 months ago #

    im creating a word press plugin and i want my users to be able to upload the image via the wordpress uploader or use an image in their media already.

    when i call the loader my thick box(iframe) shows half on screen and half off screen.
    i followed this Tut
    http://www.webmaster-source.com/2010/01/08/using-the-wordpress-uploader-in-your-plugin-or-theme/

    as i said only the right half of the box shows the other half is off the screen

  2. wethanet
    Member
    Posted 2 months ago #

    If you are still struggling with this try adding

    wp_enqueue_style('thickbox');

    after

    wp_enqueue_script('thickbox');

    or make sure that the thickbox styles are being loaded as called in the tut.

Reply

You must log in to post.

About this Topic