Bug with 1.3
-
Hey, I love the plugin but with the recent update there seems to be a bug persistent throughout the website. In the header of every page it shows this code:
div>'; if( !$has_captions ){ $html .= $pager; } if( $has_captions ){ $html .= ' ' . $longest_cap['text'] . "\n\t\t "; $html .= ' ' . "\n\t\t "; } $html .= "\n\t\n\n\n"; return $html; } static function gss_enqueue_scripts() { wp_register_script( 'cycle2', plugins_url( 'jquery.cycle2.min.js' , __FILE__ ), array('jquery'), '2.0.2' ); wp_register_script( 'cycle2_center', plugins_url( 'jquery.cycle2.center.min.js' , __FILE__ ), array('cycle2'), 'v20140114' ); wp_register_script( 'gss_js', plugins_url( 'gss.js', __FILE__ ) ); wp_register_style( 'gss_css', plugins_url( 'gss.css', __FILE__ ) ); wp_enqueue_script( 'cycle2' ); wp_enqueue_script( 'cycle2_center' ); wp_enqueue_script( 'gss_js' ); wp_enqueue_style( 'gss_css' ); $custom_js = plugin_dir_path( __FILE__ ) . 'gss-custom.js'; if ( file_exists($custom_js) ) { wp_register_script( 'gss-custom-js', plugins_url( 'gss-custom.js' , __FILE__ ) ); wp_enqueue_script( 'gss-custom-js' ); } } } gallery_ss::init(); ?>
Is there anyway to fix this issue?
Thanks!
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Bug with 1.3’ is closed to new replies.