Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)
  • Thread Starter kunique

    (@kunique)

    Hello Jeff,

    Thanks a lot, I tried the code you gave and it is working fine on the login page, except that if I press the login in the header of the theme, the pull down comes with the original social connect (google + facebook) of the theme plus another set of google + facebook connect. The issue is, there is a doubling of the social connect on the login pull down, but the login page is actually fine.

    Please any help to rectify that?

    Thanks in advance!
    Kunique

    Thread Starter kunique

    (@kunique)

    Everything is fine but still not discoverable, may be the titles of the news items are too similar to those of others from more popular sites.

    Thanks for the info.

    Kunique

    Thread Starter kunique

    (@kunique)

    Thanks Jeff!
    I did that and it is working perfectly.

    Please one last thing(I hope):
    My theme came with social login in the header, and with the old TML, the TML login page was also customized to have the social login of the theme there.

    I think this code was used: <?php do_action( ‘gears_login_form’ ); ?>

    That customization is also no longer working with TML 7. Please any help with that?

    Thanks in advance!
    Kunique

    Thread Starter kunique

    (@kunique)

    Thanks Jeff!
    It worked.

    Please one more thing:
    I would also like to have an introductory message on the lostpassword form;
    I had that set in the previous version.

    The intro should be like:
    Please enter your username or email address. You will receive a link to create a new password via email.

    Please can you kindly help me with that as well?

    Thanks in advance!
    Kunique

    • This reply was modified 6 years, 2 months ago by kunique.
    • This reply was modified 6 years, 2 months ago by kunique.
    • This reply was modified 6 years, 2 months ago by kunique.
    Thread Starter kunique

    (@kunique)

    Hi jeff,

    As you can see, the form was customized so that on the lost password page, login, register and lostpassword don’t appear, as in
    ‘login’ => false,
    ‘register’ => false,
    ‘lostpassword’ => false
    This is because all such options are already in the menu of the theme.

    Also, my theme provider gave me a custom code so that if I go to mywebsite/login, the social login of the theme also appeared there.
    Lastly, the resetpassword form was also customized: the hint message to make the password strong.

    With TML 7, all such customizations are no longer working.
    Please help me.

    Thanks in advance!
    Kunique

    Thread Starter kunique

    (@kunique)

    Hi Jeff,

    I created the theme-my-login-custom.php in the wpcontent>plugin, and I tried by puting the previous code for lostpassword form; the form was modified to suit me in the old version. After puting the code in the file, the website was no longer visible.

    Below is what the theme-my-login-custom.php contained:

    <?php
    /*
    If you would like to edit this file, copy it to your current theme’s directory and edit it there.
    Theme My Login will always look in your theme’s directory first, before using this default template.
    */
    ?>
    <div class=”tml tml-lostpassword” id=”theme-my-login<?php $template->the_instance(); ?>”>
    <?php $template->the_action_template_message( ‘lostpassword’ ); ?>
    <?php $template->the_errors(); ?>
    <form name=”lostpasswordform” id=”lostpasswordform<?php $template->the_instance(); ?>” action=”<?php $template->the_action_url( ‘lostpassword’, ‘login_post’ ); ?>” method=”post”>
    <p class=”tml-user-login-wrap”>
    <label for=”user_login<?php $template->the_instance(); ?>”><?php
    if ( ’email’ == $theme_my_login->get_option( ‘login_type’ ) ) {
    _e( ‘E-mail:’, ‘theme-my-login’ );
    } else {
    _e( ‘Username or E-mail:’, ‘theme-my-login’ );
    } ?></label>
    <input type=”text” name=”user_login” id=”user_login<?php $template->the_instance(); ?>” class=”input” value=”<?php $template->the_posted_value( ‘user_login’ ); ?>” size=”20″ />
    </p>

    <?php do_action( ‘lostpassword_form’ ); ?>

    <p class=”tml-submit-wrap”>
    <input type=”submit” name=”wp-submit” id=”wp-submit<?php $template->the_instance(); ?>” value=”<?php esc_attr_e( ‘Get New Password’, ‘theme-my-login’ ); ?>” />
    <input type=”hidden” name=”redirect_to” value=”<?php $template->the_redirect_url( ‘lostpassword’ ); ?>” />
    <input type=”hidden” name=”instance” value=”<?php $template->the_instance(); ?>” />
    <input type=”hidden” name=”action” value=”lostpassword” />
    </p>
    </form>
    <?php $template->the_action_links( array(
    ‘login’ => false,
    ‘register’ => false,
    ‘lostpassword’ => false
    ) ); ?>
    </div>

    Please any help?
    I was happy to update and pay, but it seems the version 7 is full of issues for us, who are not php experts.

    Thanks in advance!
    Kunique

    Thread Starter kunique

    (@kunique)

    DearJeff,

    Thanks for the info.
    However, if I use the theme-my-login-custom.php to customize the TML, will the changes stay after updates of the plugin?

    Thanks in advance.
    Kunique

    Thread Starter kunique

    (@kunique)

    Hello,
    So where was the issue coming from?
    Kindly tell me! To take precautions next time.

    Thanks in advance!
    Kunique

    Hi,
    Have you got the solution to this problem?

    Thread Starter kunique

    (@kunique)

    Yes, I have both backed up.
    Just give me your email address.

    Kunique

    Thread Starter kunique

    (@kunique)

    I will send it to you by email.
    Please what is your email address?

    Kunique

    • This reply was modified 6 years, 9 months ago by kunique.
    Thread Starter kunique

    (@kunique)

    Hi,
    I also so that it was solely coming from the TML plugin.
    But I found the solution.
    Backup the .htaccess file from the hosting site, delete the same .htaccess file from the hosting site, and simply create a new one by going to wpadmin>settings>permalinks, once on the permalinks, do nothing, only save the settings.

    The login problem has been solved this way for me.
    Kunique

    Thread Starter kunique

    (@kunique)

    Hi,

    Actually, the problem seemed solved last night, but this morning the same problem is occuring even though the changes you asked have been made since last night.
    I have also emptied all the caches, but still no effect yet.

    Please any help?
    Thanks in advance!
    KS

    Thread Starter kunique

    (@kunique)

    Thank you very much for reply.
    I just did that and the problem is perfectly solved.

    I have also just rated the pluging 5-star.

    Many thanks!
    KS

    Thread Starter kunique

    (@kunique)

    Hello,

    So how do I make sure the blocking deos not affect my message?
    The logo is part of the header, and it is very important that it remains stucked in the message, no matter the email server.

    Thanks in advance!
    KS

Viewing 15 replies - 1 through 15 (of 21 total)