Login page for Come...
 
Notifications
Clear all

Login page for Comentz, can it direct to front end Login/ Register Page?

18 Posts
3 Users
0 Likes
1,159 Views
(@tarakgorai)
Active Member
Joined: 4 years ago
Posts: 18
Topic starter  

Hello Support,

Is there a way I can direct users to log in not in the WP Backend.. but use the Login/Register page I have created in the frontend ( using Ultimate Member plugin) ? This will make the login look front end submission and also unified branding... pls see the video/


   
Quote
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 

@tarakgorai,

Please follow the support topic below:

https://wordpress.org/support/topic/change-link-for-login-link-text/


   
ReplyQuote
(@tarakgorai)
Active Member
Joined: 4 years ago
Posts: 18
Topic starter  

Hi thank you for the prompt response.. I am not a technical person, but can follow a bit more detailed guide.. can you please help... I have shared my backend video and what I attempted to do.. pls help me correct it...


   
ReplyQuote
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 

@tarakgorai,

Please follow the steps below:

1. Put the following code in the functions.php file.

add_filter( 'login_url', 'my_login_linkchanger');
function my_login_linkchanger( $link ) {
      return home_url( '/register/?type=login&redirect_to=misc-link' );
}

2. Change the red marked code with your login/registration page URL.


   
ReplyQuote
(@tarakgorai)
Active Member
Joined: 4 years ago
Posts: 18
Topic starter  

Thank you soo much for the help but seems since I added this the site broke.. can you please help

I can provide you with the Wp-Admin access.. if u share a secure link.. pls help.. I am not able to access rest of the site now...


   
ReplyQuote
(@tarakgorai)
Active Member
Joined: 4 years ago
Posts: 18
Topic starter  

Elvina.. can you please help... stuck with a non responsive site... pls let me know.. if I can give ur the backend access to help me 


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5912
 

@tarakgorai

Please let us know are you able to login to your admin panel or not? if yes, please send the admin login details to info[at]gvectors.com email address. 

If the admin panel also is not visible please send the FTP accesses. I'll ask the developers to fix the issue for you. 


   
ReplyQuote
(@tarakgorai)
Active Member
Joined: 4 years ago
Posts: 18
Topic starter  

Thank you Astghik, Elvina,

Email sent with the Admin login ID and password

I tried to add the code you shared earlier on my child theme functions.php file, which is now removed.. but did not work.. I tried the same with the Parent Theme as well to bring the unresponsive site back…. But somewhere it broke immediately after adding this line of code.. pls let me know if you need any further information.


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5912
 

@tarakgorai

Please send the FTP accesses as well. The developers were not able to access your website. 


   
ReplyQuote
(@tarakgorai)
Active Member
Joined: 4 years ago
Posts: 18
Topic starter  

sent the email... with the FTP access and tested the access at my end with FileZilla. 


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5912
 

@tarakgorai

The issue is solved by our developers. Please check it. 

You've removed the "}" symbol from the functions.php files thus the issue takes place. 


   
ReplyQuote
(@tarakgorai)
Active Member
Joined: 4 years ago
Posts: 18
Topic starter  

ohhhhhhh.... god.... a tiny mistake can lead to soo much loss of time and anxiety... for all ... 

Thank you soooooo much for the quick turnaround...and the help.. the login window also opens the front end login form.. thank you soo much..

It was super support.


   
ReplyQuote
(@tarakgorai)
Active Member
Joined: 4 years ago
Posts: 18
Topic starter  

Hello Team.

One more small issue somewhere.. not all blog post comments login link directing to Front end submission. Some pages are directing to the front end and some leading to back end.. can you please check the issue..  the video also highlighted the 


   
ReplyQuote
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 

@tarakgorai,

It seems there is a cache issue.
Could you please delete all caches and press CTRL+F5(twice) on the frontend and check one more time.

 


   
ReplyQuote
(@tarakgorai)
Active Member
Joined: 4 years ago
Posts: 18
Topic starter  

I tried deleting all cache.. and did the CTRL+ F5...still same... Can you please check the below URL where the login goes? for me on all browsers it leading to the backend of the WP rather than the front end Login/Reg form... pls help

https://tarak.gorai.info/as-a-mature-student-oxford-collegiate-life/


   
ReplyQuote
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 

@tarakgorai,

Please make sure that you add the code provided above, if not please add and let us know.


   
ReplyQuote
(@tarakgorai)
Active Member
Joined: 4 years ago
Posts: 18
Topic starter  

Should I add it to the Child Theme ( active) functions.php ? or the parent theme?


   
ReplyQuote
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 

@tarakgorai,

Please try to add the code in the parent theme  functions.php file.


   
ReplyQuote
Share:
Scroll to top