bumping stylesheet and javascript version number , adding jquery to change the topbar...
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 12 May 2017 20:49:08 +0000 (16:49 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 12 May 2017 20:49:08 +0000 (16:49 -0400)
to block

using javascript to change topbar ul display from inline to block for chrome only

functions.php
header.php
style.css

index 711b0ae..e67bda8 100644 (file)
@@ -62,7 +62,7 @@ function glm_site_scripts()
         'glm_foundation',
         get_template_directory_uri() . '/js/app.js',
         'jquery',
-        '1.0.19',
+        '1.0.45',
         true
     );
     wp_enqueue_script('jquery-ui-datepicker');
index 53ff1e5..f0da162 100644 (file)
@@ -5,7 +5,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.36">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.45">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico?v=1">
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
index 3630108..08bd159 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: OtsegoCounty
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for OtsegoCounty
-Version: 1.0.35
+Version: 1.0.44
 */