Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sorry, i resolved.
    Was a bug of the plugin Gallery Slideshow with the last version of wp.

    Thanks.

    Bye

    After Automatically Updating to wp version 3.9 appear these strings at the top of all the pages and the appearance of the site it’s all distort.
    How can I fix.
    How can I restore the previous official version of wp (3.8.2)? thanks

    the string are:

    ‘div>’; if( !$has_captions ){ $html .= $pager; } if( $has_captions ){ $html .= ‘”; $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(); ?>’
    <a

    href=”http://www.af-code.com”&gt;

    The site is http://www.af-code.com

Viewing 2 replies - 1 through 2 (of 2 total)