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

    (@matchalabs)

    Hi renathy,

    This appears to be a known issue with a library that ML-Adverts uses, specifically for Windows WAMP installs (which explains why you don’t see it on your other project)

    There is more info on this link:
    https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress/issues/31

    Try replacing line 60 of /plugins/ml-adverts/includes/metabox/init.php with the following line:

    define( 'CMB_META_BOX_URL', trailingslashit( str_replace( str_replace( '\', '/', WP_CONTENT_DIR ), str_replace( '\', '/', WP_CONTENT_URL ), str_replace( '\', '/', dirname(__FILE__) ) ) ) );

    Let me know how you get on!

    Regards,
    Tom.

    Plugin Author matchalabs

    (@matchalabs)

    No response, setting topic to resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘JS erros on local machine’ is closed to new replies.