From: Anthony Talarico Date: Wed, 29 Aug 2018 19:27:24 +0000 (-0400) Subject: adding office hours text to the header and footer X-Git-Tag: v1.0.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ded7b8d111166d840dbc6039aef97d289fc31ece;p=WP-Themes%2Fnorthlandstorage.git adding office hours text to the header and footer --- diff --git a/functions.php b/functions.php index 4fe6130..ca7da22 100644 --- a/functions.php +++ b/functions.php @@ -197,8 +197,8 @@ function accesspress_parallax_scripts() { 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" ); + wp_enqueue_script( 'glm-dev', get_template_directory_uri() . '/assets/js/glm-dev.js', array(), '1.0.1', true ); + wp_enqueue_style( 'glm-style', get_template_directory_uri() . '/assets/css/glm-dev.css', false, "1.0.1" ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); diff --git a/header.php b/header.php index 0928a29..9145e36 100644 --- a/header.php +++ b/header.php @@ -36,7 +36,7 @@
(231) 348-5680 - Contact Us + Contact Us/Office Hours
diff --git a/parts/glm-client-info.php b/parts/glm-client-info.php index 56b48e7..2dc233a 100644 --- a/parts/glm-client-info.php +++ b/parts/glm-client-info.php @@ -13,7 +13,7 @@
- Contact Us + Contact Us/Office Hours
diff --git a/style.css b/style.css index 775e2a8..64eade6 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ Theme Name: northland Storage Theme URI: https://accesspressthemes.com/wordpress-themes/accesspress-parallax/ Author: AccessPress Themes Author URI: https://accesspressthemes.com/ -Version: 1.0.0 +Version: 1.0.1 License: GNU General Public License v3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Text Domain: accesspress-parallax