• Resolved marena

    (@marena)


    To make this plugin work for me, I must change definition CMB_META_BOX_URL from system dir path to url path

    // define( ‘CMB_META_BOX_URL’, trailingslashit( str_replace( WP_CONTENT_DIR, WP_CONTENT_URL, dirname(__FILE__) ) ) );
    define( ‘CMB_META_BOX_URL’, plugin_dir_url(__FILE__) );

    http://ww.wp.xz.cn/extend/plugins/image-override/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Image Override] Absolute path for js and css’ is closed to new replies.