Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Website Setup › Pages › Login Issue
- This topic has 2 replies, 2 voices, and was last updated 6 years, 6 months ago by
Themosaurus.
-
AuthorPosts
-
princeParticipant@prince22
- 12 Topics
- 19 Posts
Hi there,
My site login has been working great so far but today for some weird reason it’s not working.
When the user goes to login the page doesn’t show. The link URL that it goes when the user clicks on login is to mywebsite.com/wp-login.php and not showing anything. Can you please see how I can solve this? Thanks for your help!
I have the login with Ajax plugin activated and I have the “login” page set-up as this under pages:
[login-with-ajax template = “divs-only” redirect = “https://www.mywebsite.com/members/me/profile/”%5D
In the Code snipet have the following:
function gwangi_possibly_redirect(){
global $pagenow;
if( ‘wp-login.php’ == $pagenow ) {
if ( isset( $_POST[‘wp-submit’] ) ||
( isset($_GET[‘action’]) && $_GET[‘action’]==’logout’) ||
( isset($_GET[‘checkemail’]) && $_GET[‘checkemail’]==’confirm’) ||
( isset($_GET[‘checkemail’]) && $_GET[‘checkemail’]==’registered’) ) return;
else wp_redirect(home_url(‘/login’));
exit();
}
}
add_action( ‘init’, ‘gwangi_possibly_redirect’ );September 7, 2018 at 19:20 #2006@themosaurus- 1 Topics
- 1675 Posts
Hi @prince22,
Grimlock for Yoast SEO doesn’t handle the SEO optimization but it helps to integrate Yoast SEO features with Grimlock and Gwangi. For instance, it helps to better manage the styles for the breadcrumb created by Yoast SEO.
Grimlock for Yoast SEO is only required if Yoast SEO is activated on your website. If the latter plugin is removed to go for another SEO optimization solution, it’s best to remove both.
Best regards,
September 10, 2018 at 13:05 #2036 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Login Issue’ is closed to new replies.