css classes given to video markup
authorLaury GvR <laury@gaslightmedia.com>
Tue, 21 Jun 2016 21:55:37 +0000 (17:55 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 21 Jun 2016 21:55:37 +0000 (17:55 -0400)
index.php
views/front/members/detail.html

index e299929..ca62ddd 100644 (file)
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@
  * Plugin Name: GLM Members Database
  * Plugin URI: http://www.gaslightmedia.com/
  * Description: Gaslight Media Members Database.
- * Version: 2.1.9
+ * Version: 2.1.14
  * Author: Gaslight Media
  * Author URI: http://www.gaslightmedia.com/
  * License: GPL2
@@ -19,7 +19,7 @@
  * @package glmMembersDatabase
  * @author Chuck Scott <cscott@gaslightmedia.com>
  * @license http://www.gaslightmedia.com Gaslightmedia
- * @version 2.1.13
+ * @version 2.1.14
  */
 
 /*
@@ -38,7 +38,7 @@
  *
  */
 
-define('GLM_MEMBERS_PLUGIN_VERSION', '2.1.13');
+define('GLM_MEMBERS_PLUGIN_VERSION', '2.1.14');
 define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.11');
 
 // Check if plugin version is not current in WordPress option and if needed updated it
index 316d060..6c6bb67 100644 (file)
                     <div id="glm-member-detail-video-toggle" class="glm-member-detail-content-toggle">Video</div>
                     <div id="glm-member-detail-video-container" class="glm-member-detail-content-data small-12">
                         <table class="glm-member-detail-table">
-<!--                            <tr><th>{$terms.term_member_cap} Categories</th></tr>-->
-                            <div><h3>{$member.video_title}</h3></div>
-                            <div>{$member.video_embed}</div>
-                            <div><p>{$member.video_descr}</p></div>
-                            {foreach $member.video as $c}
-                            <tr>
-                                <td>
-                                    {if $c.parent_name}{$c.parent_name}: {/if}{$c.name}
-                                    {if $c.parent_name}{$c.parent_name}: {/if}{$c.name}
-                                </td>
-                            </tr>
-                            {/foreach}
+                            <div class="glm-member-detail-video-title">{$member.video_title}</div>
+                            <div class="glm-member-detail-video-embed">{$member.video_embed}</div>
+                            <div class="glm-member-detail-video-descr"><p>{$member.video_descr}</p></div>
                         </table>
                         <div class="glm-member-detail-sub-data-links row">
                             <a class="left glm-member-detail-content-toggle">Collapse</a>