$photonic_slideshow_library is NULL
-
Under certain conditions $photonic_slideshow_library is NULL in photonic.php, and wp_enqueue_script injects a include/scripts/.min.js in header, which produces a 404
see below
photonic.php line 215
else if ($photonic_slideshow_library != ‘none’) {
wp_enqueue_script(‘photonic-lightbox’, plugins_url(‘include/scripts/’.$photonic_slideshow_library.’/’.$photonic_slideshow_library.’.min.js’, __FILE__), array(‘jquery’), $this->version);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘$photonic_slideshow_library is NULL’ is closed to new replies.