From 65ebc514f0649014ed454dd5a9b6f5a3a75d9404 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 3 Apr 2018 10:12:38 -0400 Subject: [PATCH] changing the login link to redirect to lessons page instead of downloads page changing the login to redirect to lessons page instead of downloads page --- glm-dev/scss/_body.scss | 1 + inc/glm-dev.php | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/glm-dev/scss/_body.scss b/glm-dev/scss/_body.scss index 96e9f3b..bdcfabb 100644 --- a/glm-dev/scss/_body.scss +++ b/glm-dev/scss/_body.scss @@ -5,6 +5,7 @@ body{ display: none; } } + #page{ header#masthead{ .menu-login{ diff --git a/inc/glm-dev.php b/inc/glm-dev.php index 1c493eb..033c5b8 100644 --- a/inc/glm-dev.php +++ b/inc/glm-dev.php @@ -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'); diff --git a/style.css b/style.css index b087f75..2bda6ea 100644 --- 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 { -- 2.17.1