From: Laury GvR Date: Tue, 27 Sep 2016 15:42:35 +0000 (-0400) Subject: Member detail view stripped of left/right class X-Git-Tag: v2.7.0^2~17^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c3fb7a4d9c6e2f0c5ae8a547644fb9e569522482;p=WP-Plugins%2Fglm-member-db.git Member detail view stripped of left/right class The 'left' and 'right' class added styling through foundation which was no longer necessary or desired. This is now replaced by actual css and our new glm-grid styles. --- diff --git a/views/front/members/detail.html b/views/front/members/detail.html index abfe3188..3e2cdb16 100644 --- a/views/front/members/detail.html +++ b/views/front/members/detail.html @@ -148,7 +148,7 @@ -
+
{apply_filters('glm-member-db-front-members-detail-attributesTop', '', $member.id)} {if $featuredImage} {/if} @@ -246,8 +248,8 @@ {/foreach}
{/if} @@ -268,8 +270,8 @@ {/foreach}
{/if} @@ -284,8 +286,8 @@

{$member.video_descr}

{/if} @@ -304,8 +306,8 @@

{$member.live_cam_descr}

{/if} @@ -393,7 +395,7 @@ e.preventDefault(); }); - $('.link-to-top').click(function () { + $('.glm-member-detail-link-to-top').click(function () { $('body,html').animate({ scrollTop: $("#glm-member-detail-takeback-mini").offset().top-10 }, 75);