Temporarily commenting out maps for Event Detail. hotfix/1.6.92
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 10 Aug 2018 18:56:44 +0000 (14:56 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 10 Aug 2018 18:56:44 +0000 (14:56 -0400)
index.php
views/front/events/detail.html

index 2bc758e..8d842bf 100644 (file)
--- a/index.php
+++ b/index.php
@@ -3,9 +3,7 @@
  * Plugin Name: GLM Members Database Events
  * Plugin URI: http://www.gaslightmedia.com/
  * Description: Gaslight Media Members Database.
-
- * Version: 1.6.91
-
+ * Version: 1.6.92
  * Author: Chuck Scott
  * Author URI: http://www.gaslightmedia.com/
  * License: GPL2
@@ -21,9 +19,7 @@
  * @package glmMembersDatabaseEventsAddOn
  * @author Chuck Scott <cscott@gaslightmedia.com>
  * @license http://www.gaslightmedia.com Gaslightmedia
-
- * @version 1.6.91
-
+ * @version 1.6.92
  */
 
 // Check that we're being called by WordPress.
@@ -47,7 +43,7 @@ if (!defined('ABSPATH')) {
  *  so that we're sure the other add-ons see an up to date
  *  version from this plugin.
  */
-define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.6.91');
+define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.6.92');
 define('GLM_MEMBERS_EVENTS_PLUGIN_DB_VERSION', '0.1.6');
 
 // This is the minimum version of the GLM Members DB plugin require for this plugin.
index 8f84d39..05d3aaa 100644 (file)
                         {if $event.locations}
                             <div class="event-google-map small-10 small-centered medium-5 medium-uncentered columns">
                                 {if $event.locations.lat && $event.locations.address}
+<!--                                 
                                     <div id="eventDetailMap">
                                         <div id="eventDetail-map" title="Click to enlarge">map...</div>
                                         <div id="map-dialog"><div id="map_canvas" style="width:500px; height:400px">Loading...</div></div>
                                     </div>
                                     <div id="event-lat" rel="{$event.locations.lat}"></div>
                                     <div id="event-lon" rel="{$event.locations.lon}"></div>
+-->                                    
                                     <form id="EventDrivingDirectionsForm" name="EventDrivingDirectionsForm" flexy:ignore="yes" method="post" action="">
                                         <input type="hidden" id="EventLocation" name="EventLocation" value="{$event.locations.name}">
                                         <input type="hidden" id="EventLat" name="EventLat" value="{$event.locations.lat}">
                     {elseif $event.member && ($event.use_member_location.value || $event.other_ref_dest) }
                         <div class="small-12 medium-5 columns">
                             {if $event.member.lat}
+<!--    
                                 <div id="eventDetailMap">
                                     <div id="eventDetail-map" title="Click to enlarge">map...</div>
                                     <div id="map-dialog"><div id="map_canvas" style="width:500px; height:400px">Loading...</div></div>
                                 </div>
                                 <div id="event-lat" rel="{$event.member.lat}"></div>
                                 <div id="event-lon" rel="{$event.member.lon}"></div>
+-->                                
                                 <form id="EventDrivingDirectionsForm" name="EventDrivingDirectionsForm" flexy:ignore="yes" method="post" action="">
                                     <input type="hidden" id="EventLocation" name="EventLocation" value="{$event.member.member_name}">
                                     <input type="hidden" id="EventLat" name="EventLat" value="{$event.member.lat}">