From: Anthony Talarico Date: Tue, 3 Apr 2018 14:12:38 +0000 (-0400) Subject: changing the login link to redirect to lessons page instead of downloads page X-Git-Tag: v1.0.0^2~43 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=65ebc514f0649014ed454dd5a9b6f5a3a75d9404;p=WP-Themes%2Fhospitalitymentality.git 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 --- 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 {