Change OC menu depending on section
authorLaury GvR <laury@gaslightmedia.com>
Wed, 21 Feb 2018 21:53:39 +0000 (16:53 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 21 Feb 2018 21:53:39 +0000 (16:53 -0500)
The mobile menu has been updated to show the items belonging to the
section (Government, Chamber, etc) the user is on, rather than to
show the top-level, 'main' menu.

parts/header-meta.php
style.css

index 1e4e691..2b463a8 100644 (file)
@@ -5,7 +5,7 @@
 <!--    <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">-->
     <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">
      <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" rel="stylesheet">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.14.8">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.15.0">
     <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
     <?php wp_head(); ?>
 </head>
\ No newline at end of file
index baec91c..e970227 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: BaragaCounty
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for BaragaCounty
-Version: 1.0.14
+Version: 1.0.15
 */