This topic has 4 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #179491
     flavianodelgado
    Participant

    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.
    #179552
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #179750
     Radu
    Moderator

    Hi,

    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.php

    Look 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 solution
    #180658
     flavianodelgado
    Participant

    Solved. Thanks

    Cheers 😉

    #180756
     Radu
    Moderator

    You’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
Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?