From ca9e3711232037dc2923371afe773a81bd01a7c2 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 24 Aug 2018 09:11:24 -0400 Subject: [PATCH] first release --- functions.php | 1 + style.css | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index dc6c9aa..43e85fc 100644 --- a/functions.php +++ b/functions.php @@ -189,6 +189,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" ); diff --git a/style.css b/style.css index 56a7b62..eb0cce9 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: https://accesspressthemes.com/wordpress-themes/accesspress-parallax/ Author: AccessPress Themes Author URI: https://accesspressthemes.com/ Description: AccessPress Parallax is a beautiful WordPress theme with Parallax design. Parallax design has become popular and is widely implemented these days. This is probably the most beautiful, feature rich and complete free WordPress parallax theme with features like: fully responsive, advance theme option panel, featured slider, advance post settings, services/team/blog/portfolio/testimonial layout, Google map integration, custom logo/fav icon, call to action, CSS animation, SEO friendly, translation ready, RTL support, custom CSS/JS and more! More over the theme is fully translation ready, WooCommerce Compatible, bbPress Compatible and fully support multilanguage via POLYLANG plugin. Demo: https://accesspressthemes.com/theme-demos/?theme=accesspress-parallax Support forum: https://accesspressthemes.com/support/ Pro version: https://accesspressthemes.com/wordpress-themes/accesspress-parallax-pro/ -Version: 1.60 +Version: 1.0.0 License: GNU General Public License v3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Text Domain: accesspress-parallax @@ -18,7 +18,7 @@ AccessPress Parallax is based on Underscores http://underscores.me/, (C) 2012-20 */ /*-------------------------------------------------------------- -1.0 - Reset +1.0.0 - Reset --------------------------------------------------------------*/ html, -- 2.17.1