adding filter for get_template_directory
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 27 Feb 2018 21:20:27 +0000 (16:20 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 27 Feb 2018 21:20:27 +0000 (16:20 -0500)
adding filter to get template directory uri

functions.php
sections/footer.php

index 345e47e..3dcfae0 100644 (file)
@@ -213,7 +213,9 @@ add_filter('get_user_option_admin_color', function($result) {
     }
     return $result;
 });
-
+add_filter('get_template_url', function() {
+    return get_template_directory_uri();
+});
 
 /*
  * If the current user is not an admin and is a member,
index 17a572d..07e579f 100644 (file)
@@ -11,7 +11,7 @@
         </div>
         <div class="small-12 medium-6 large-8 columns guide-action">
             <div class="row">
-                <div class="small-12 large-7 columns guide-text-container">
+                <div class="small-12 large-8 columns guide-text-container">
                     <h1>LET US BE YOUR GUIDE.</h1>
                     <div class="action-items-text">Sign up to recieve news and special offers.</div>
                 </div>