-
Author
-
November 10, 2017 at 21:01 #179491flavianodelgadoParticipant
So I was here doing some final tests and I noticed this problem.
Next: When the user clicks the link that arrives in the email to activate, it drops in the screen where it has that login button, if it sees the markup below, it is going to pro wp-login.
In another ticket you gave me a code to change the redirection of the button “I lost the password”
*Code*
add_filter (‘lostpassword_url’, ‘wdm_lostpassword_url’, 10, 0);
function wdm_lostpassword_url () {
return site_url (‘/ reset? action = lostpassword’);
}
* End Code *
Would there be any type code for this “login” button that is in the image?
How could he solve it?
Attachments:
You must be logged in to view attached files.November 11, 2017 at 17:23 #179552Kieran_SQModeratorHi,
I will assign this ticket to one of our developers who will be able to assist you with your question. They’ll be in touch as soon as they can (Mon-Fri East Europe Time)
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
November 13, 2017 at 17:43 #179750RaduModeratorHi,
There isn’t any specific location in wp admin from where you can edit the activate page the only way it’s from code
The activate page it’s generated automatically and there is no specific place where you can edit that just in php file directly by copying this file activate.php
from : wp-content/themes/buddyapp/buddypress/members/activate.php
to : /wp-content/themes/buddyapp-child/buddypress/members/activate.phpLook for around line 33
Note : Child theme needs to be installed and activated, in this way your changes will stay even you update the parent theme.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 23, 2017 at 15:19 #180756RaduModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.