• Resolved bzq

    (@bzq)


    hi – I am just trying to get started with this plugin. I have version 1.6, wp 3.5.1. I followed the install instructions, and pasted in the install code into template.php.

    Regardless of what I enter for label, id and post_type the effect is that the box appears correctly on the post edit page but when I click ‘set secondary image’ nothing happens.

    Furthermore when I click ‘set featured image’ in the box above it, nothing happens the first time and then the second time it displays the uploader window but it’s blank. Please note that this effect happens even if I am on an edit page for a post type that isn’t getting this new secondary image.

    When I remove the code from functions.php the featured image uploader works again.

    Am I doing something wrong or could this be a javascript conflict? a plugin conflict? We don’t have that many plugins active…

    any ideas? any more information I can provide?

    thanks a lot

    http://wordpress.org/extend/plugins/multiple-post-thumbnails/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chris Scott

    (@chrisscott)

    Are there any errors in your browser’s javascript console?

    Thread Starter bzq

    (@bzq)

    yes thank you and sorry for not checking that first:

    uncaught typeError: object [object object] has no method ‘sortable’ coming from wp-admin/loadscripts.php line 406

    that gave me the clue and I have now fixed the problem. We were apparently for some reason loading another version of jquery directly in functions.php in addition to it being enqueued in loadscripts. Weirdly it didn’t cause problems anywhere else.

    thanks and sorry for the bother

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘media uploader box doesn't appear’ is closed to new replies.