From 29ab456a96f6ce7450c2f2f9cc6e5119a4df3eb9 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 28 Aug 2018 17:00:26 -0400 Subject: [PATCH] Final fix for the footer manufacturer logo links 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 | 2 +- parts/header-meta.php | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 9c5481f..7db3ed5 100644 --- a/functions.php +++ b/functions.php @@ -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()) { diff --git a/parts/header-meta.php b/parts/header-meta.php index 6473247..404d1ba 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -2,7 +2,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index 133be9b..a136480 100644 --- 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 */ -- 2.17.1