changing the login link to redirect to lessons page instead of downloads page
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 3 Apr 2018 14:12:38 +0000 (10:12 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 3 Apr 2018 14:12:38 +0000 (10:12 -0400)
changing the login to redirect to lessons page instead of downloads page

glm-dev/scss/_body.scss
inc/glm-dev.php
style.css

index 96e9f3b..bdcfabb 100644 (file)
@@ -5,6 +5,7 @@ body{
             display: none;
         }
     }
+    
     #page{
         header#masthead{
             .menu-login{
index 1c493eb..033c5b8 100644 (file)
@@ -7,7 +7,7 @@ function glm_login_form( $atts ){
             $args = array(
                 'echo'           => false,
                 'form_id'        => 'glm_login_form',
-                'redirect'       => get_permalink(14),
+                'redirect'       => get_permalink(15),
             );
             $loginForm = wp_login_form($args);
             $captcha   = apply_filters('cptch_display', '', 'glm_login_form');
index b087f75..2bda6ea 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1438,7 +1438,7 @@ Main SLider
 }
 
 #main-slider.full-screen-yes {
-    min-height: 80vh;
+    min-height: 60vh;
 }
 
 .main-slides {