From: Anthony Talarico Date: Mon, 14 May 2018 15:01:50 +0000 (-0400) Subject: releasing theme changes for go live X-Git-Tag: v1.0.0^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=aa5475dad2bd27b45b50fea378d58991b3dacaef;p=WP-Themes%2Fkingsail.git releasing theme changes for go live setting theme to 1.0.0 and releasing changes --- diff --git a/functions.php b/functions.php index cd04ab8..c3dc4b9 100644 --- a/functions.php +++ b/functions.php @@ -169,7 +169,7 @@ function accesspress_parallax_scripts() { wp_enqueue_style( 'nivo-lightbox', get_template_directory_uri() . '/css/nivo-lightbox.css' ); wp_enqueue_style( 'animate', get_template_directory_uri() . '/css/animate.css' ); wp_enqueue_style( 'slick', get_template_directory_uri() . '/css/slick.css' ); - wp_enqueue_style('accesspress-parallax-woocommerce',get_template_directory_uri().'/woocommerce/ap-parallax-style.css'); + wp_enqueue_style('accesspress-parallax-woocommerce',get_template_directory_uri().'/woocommerce/ap-parallax-style.css'); wp_enqueue_style( 'accesspress-parallax-style', get_stylesheet_uri() ); wp_enqueue_style( 'accesspress-parallax-responsive', get_template_directory_uri() . '/css/responsive.css' ); @@ -188,6 +188,7 @@ function accesspress_parallax_scripts() { wp_enqueue_script( 'slick', get_template_directory_uri() . '/js/slick.js', array('jquery'), '1.8.0', true ); wp_enqueue_script( 'accesspress-parallax-custom', get_template_directory_uri() . '/js/custom.js', array('jquery'), '1.0', true ); wp_localize_script( 'accesspress-parallax-custom', 'ap_params', $slider_parameters ); + wp_enqueue_script( 'glm-dev', get_template_directory_uri() . '/assets/js/glm-dev.js', array(), '1.0.0', true ); wp_enqueue_style( 'glm-style', get_template_directory_uri() . '/assets/css/glm-dev.css', false, "1.0.0" );