Final fix for the footer manufacturer logo links
authorLaury GvR <laury@gaslightmedia.com>
Tue, 28 Aug 2018 21:00:26 +0000 (17:00 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 28 Aug 2018 21:00:26 +0000 (17:00 -0400)
Removed the code that was creating dropdown menus for the footer
manufacturer links - Charis informed us that the client no longer
wishes to use this functionality, and the lack of available data
is likely what was causing the surrounding code to fail.

functions.php
parts/header-meta.php
style.css

index 9c5481f..7db3ed5 100644 (file)
@@ -167,7 +167,7 @@ function glm_site_scripts()
         'glm_foundation',
         get_template_directory_uri() . '/js/app.js',
         'jquery',
-        '1.0.19.5',
+        '1.0.20.0',
         true
     );
     if(is_front_page()) {
index 6473247..404d1ba 100644 (file)
@@ -2,7 +2,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.18">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.20">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
     <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,400italic,700' rel='stylesheet' type='text/css'>
index 133be9b..a136480 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: BrewbakersHousingRV
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for BrewbakersHousingRV
-Version: 1.0.19
+Version: 1.0.20
 */