Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter daveruiz

    (@daveruiz)

    Ok. I found the problem.

    The post type needs to have support for ‘editor’. Without this, WP don’t load needed scripts.

    Thread Starter daveruiz

    (@daveruiz)

    A solution, without add ‘editor’ support to a custom post type.

    Put following scripts when define custom post type:

    wp_enqueue_script( ‘thickbox’ );
    wp_enqueue_style( ‘thickbox’ );

    Plugin Author Jon Christopher

    (@jchristopher)

    Thanks for creating this thread! I’ve just updated Attachments and that fix has been put in place. Thanks!

    Thread Starter daveruiz

    (@daveruiz)

    Thank you for this plugin! 😉

    drewbarden

    (@drewbarden)

    This plugin is fantastic and I use it in almost all my projects. WordPress 3.1.1, Attachments 1.5.2: the browse and library buttons are broken.

    This is happening on four or five of my sites… any chance the fix has indeed not been put into place?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Attachments] Browse and Library buttons on custom Post Pages / Download plugin button’ is closed to new replies.