RESOLVED:
Rename file in directory wp-content\plugins\google-maps-widget\js\
“jquery.colorbox-min.js” to “jquery.colorbox.min.js”
or
change “.” to “-” in file google-maps-widget/google-maps-widget.php
**************
wp_enqueue_script(‘gmw-colorbox’, plugins_url(‘/js/jquery.colorbox.min.js’, __FILE__), array(‘jquery’), GMW_VER, true);
*********
Thumbnail map works but lightbox won’t open on click
In debag console message:
GET http://local.site.company/wp-content/plugins/google-maps-widget/js/jquery.colorbox.min.js?ver=2.0 404 (Not Found)
but file “jquery.colorbox.min.js” exist, with header:
/*!
Colorbox v1.5.10 – 2014-06-26
jQuery lightbox and modal window plugin
(c) 2014 Jack Moore – http://www.jacklmoore.com/colorbox
license: http://www.opensource.org/licenses/mit-license.php
*/