adding dark grey events title to front page widget
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 2 Nov 2018 19:48:27 +0000 (15:48 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 2 Nov 2018 19:48:27 +0000 (15:48 -0400)
js/app.js
js/custom/pageSetup.js
parts/map.php
sections/front-page.php

index 46fe3e4..59c8e07 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -17,10 +17,7 @@ $(document).ready(function () {
     $('ul.children').each(function () {
         $(this).before('<a class="toggle" href="#"></a>');
     });
-    // $('a.toggle').click('click', function () {
-    //     $(this).toggleClass('open');
-    //     $(this).siblings('ul').toggleClass('open');
-    // });
+
     $('a.toggle').on("click", function (e) {
         // $(this).toggleClass('open');
         // $(this).siblings('ul').toggleClass('open');
@@ -34,12 +31,7 @@ $(document).ready(function () {
         }
 
     });
-    // if( $(window).width() < 1024){
-    //     if(window.glmData.location){
-    //         $('a.toggle').trigger("click");
-    //         $('.off-canvas-wrap').foundation('offcanvas', 'show', 'move-right');
-    //     }
-    // }
+
     $('.left-off-canvas-list').find('.menu-item-has-children > a:not(.toggle)').on("click", function(e){
     
         e.preventDefault();
index 334780c..53db5a8 100644 (file)
@@ -8,10 +8,7 @@ $(document).ready(function () {
     $('ul.children').each(function () {
         $(this).before('<a class="toggle" href="#"></a>');
     });
-    // $('a.toggle').click('click', function () {
-    //     $(this).toggleClass('open');
-    //     $(this).siblings('ul').toggleClass('open');
-    // });
+
     $('a.toggle').on("click", function (e) {
         // $(this).toggleClass('open');
         // $(this).siblings('ul').toggleClass('open');
@@ -25,12 +22,7 @@ $(document).ready(function () {
         }
 
     });
-    // if( $(window).width() < 1024){
-    //     if(window.glmData.location){
-    //         $('a.toggle').trigger("click");
-    //         $('.off-canvas-wrap').foundation('offcanvas', 'show', 'move-right');
-    //     }
-    // }
+
     $('.left-off-canvas-list').find('.menu-item-has-children > a:not(.toggle)').on("click", function(e){
     
         e.preventDefault();
index 9f0b61d..aca6c08 100644 (file)
         // var polyline = L.polyline(LittleTraverse, {color: '#91311D', weight: 2}).addTo(leafletMap);
 
         var ltPolygon = L.polygon(LittleTraverse, {color: '#343434',weight: 1}).addTo(leafletMap);
-        ltPolygon.setStyle({fillColor: '#343434', fillOpacity: .05});
+        ltPolygon.setStyle({fillColor: '#343434', fillOpacity: .03});
 
         var wtPolygon = L.polygon(WestTraverse, {color: '#950000',weight: 1}).addTo(leafletMap);
-        wtPolygon.setStyle({fillColor: '#950000', fillOpacity: .05});
+        wtPolygon.setStyle({fillColor: '#950000', fillOpacity: .03});
   
         var wtPolygon2 = L.polygon(WestTraverse2, {color: '#950000',weight: 1}).addTo(leafletMap);
         wtPolygon2.setStyle({fillColor: '#950000', fillOpacity: .1});
index ce98fd3..dfdddea 100644 (file)
@@ -10,6 +10,7 @@
                 <?php endif;?>
             </div>
             <div id="events-widget" class="small-12 large-4 columns">
+                <h2 style="color: #474644;">Meetings & Events </h2>
                 <?php echo do_shortcode('[glm-members-event-list template="eventsFrontPage.html" limit="3"]'); ?>
                 <a class="button view-all-events" href="<?php echo get_permalink(1215); ?>">View All Events</a>
             </div>