hotfix to fix branch issue and to adjust copyright info
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 24 Aug 2018 15:20:23 +0000 (11:20 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 24 Aug 2018 15:20:23 +0000 (11:20 -0400)
footer.php
functions.php
style.css

index 4d8c9fa..d417725 100644 (file)
 
                <div class="bottom-footer">
                        <div class="mid-content clearfix">
-                               <div  class="copy-right">
-                                       &copy; <?php echo date('Y')." "; bloginfo('name'); ?>  
+            <div  style="text-align: center; float: none;" class="copy-right">
+                    &copy; <?php echo date('Y')." "; bloginfo('name'); ?>  
+                    <span> Produced by <a target="_blank" href="http://www.gaslightmedia.com">Gaslight Media</a></span>
+                    <span class="bullet"> &#8226; </span>
+                    <span> All Rights Reserved</span>
                                </div><!-- .copy-right -->
                                <div class="site-info">
                        
index 4851c92..7558b43 100644 (file)
@@ -190,8 +190,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' );
index 307173a..c278ade 100644 (file)
--- a/style.css
+++ b/style.css
@@ -18,7 +18,7 @@ AccessPress Parallax is based on Underscores http://underscores.me/, (C) 2012-20
 */
 
 /*--------------------------------------------------------------
-1.0.0 - Reset
+1.0.1 - Reset
 --------------------------------------------------------------*/
 
 html,