编辑:其他版本的脚本似乎也不起作用,wp_enqueue_media()运行良好,但看起来不包括包含wp.media的脚本。
我试图在自定义插件中使用Wordpress Media Uploader,但始终会出现以下错误:
TypeError: undefined is not an object (evaluating 'wp.media.frames')
我的Javascript代码:
jQuery(document).ready(function(){
var mediaUploader;
jQuery('#upload-button').cl
jQuery.fn.upload_image = function( button ) {
var button_id = button.attr('id');
var field_id = button_id.replace( '_button', '' );
// If the media frame already exists, reopen it.
if ( file_frame ) {
file_frame.open();
return;
}
// Creat
我完全不明白这一点,我完全被难住了。我有一个bootstrap,一个默认的css文件,然后是单独的页面css文件。我的css文件如下所示:
// Place all the styles related to the Hotel controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
//*= require_self
//*= require jquery.ui.all
//*= requ