• I used this plugin eith buddy press to make logi screen but when I used this TML plugin to make login page. I made the login screen but when press login button with no username and password it does not show any error message please help me to solve this issue it is very urgent and I am usind the TML latest version .

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    The default login page also shows no error when you enter neither. What’s the problem?

    Thread Starter lalitavalon

    (@lalitavalon)

    No, default wordpress login screen shows the password and username blank error. If I want to show the errors, is there any solution for the same.
    And second problem is that If I login wp-admin of the site It is redirecting to the buddypress login screen that is created by TML. So please tell me how can we overcome these bugs in the site.

    same problem here, i don’t know when it stopped work, default wordress login work; if i try loggin form side login widget it displays the login error . Any advice is welcome.
    Latest plugin and wordpress version

    • This reply was modified 7 years, 7 months ago by surfm4st3r.

    if you remove the “instance=1” parameter from the shortcode errors start working again, i don’t know if this can be a workaround couse i don’t understand how you use that param, but for the moment removing it solved the problem.
    By the way if bot fields are blank it still doesn’t display blank warning but at least it shows when user type wrong password or blank password
    Let us know if you find a better solution.

    using [theme-my-login show_title=0] in login page seems to work

    • This reply was modified 7 years, 7 months ago by surfm4st3r.
    Thread Starter lalitavalon

    (@lalitavalon)

    Hello,
    Second concerned is that All the TML pages uses default template with Shortcode [theme-my-login] like for login screen, lost password screen and Register screen. If I want to make a template for lost passsword and register screen so what we use the shortcode for these screen because by default [theme-my-login] shortcode is using for all pages.

    Hi @surfm4st3r if you know the solution please let me know

    According to documentation https://docs.thememylogin.com you can pass the template as param in shortcode.

    Thread Starter lalitavalon

    (@lalitavalon)

    @surfm4st3r Thanks for the the reply

    I read about the documentation. but sorry I am not able to understand how we use it.
    If you don’t mind can you describe with an expamle how we use it it will be helpful for me.
    Thanks again

    Create your own template my-register-form.php in theme-my-login/template folder (i suppose u can recreate that folder in your child theme too but i never tried a custom template) then pass it as param in the shortcode like this.
    [theme-my-login register_template=”my-register-form.php”]

    i don’t use custom template but i think this should be enough.
    if it doesn’t work please wait for someone that actualy tried it ??

    Thread Starter lalitavalon

    (@lalitavalon)

    @surfm4st3r Heartly thankful for you reply.

    You are not getting me what I want. Let me explain.
    Right now what is happening I am telling you.
    Register page is automatically created by TML. and Default template page.php is using for this. And in the conetent part of the page [theme-my-login] shortcode is using. There are some extra snipest code in my default page.php. So I want to use different template rather than default.

    Suppose I made a template copy with the default page.php with removing extra code that i do not want. And select the newly created template rather than the default.
    So, In the newly created template how to use the shortcode for the register template thst will show my register form. If i use [theme-my-login] shortcode it display login form rather than signup form.
    So ,please tell me how we can achive it if you understand my problem I am in trouble please give the solution it will be helpful for me.

    you are talking about custom layout for wordpress pages? I don’t use TML registration so i can’t try and i don’t know well how it handle it but it’s strange that it doesn’t work anymore if u change wp page tamplate.
    Have you assigned the new template to the registration page or created a new registration page with the [theme-my-login] shortcode?

    i think the plugin use the page id to understand if it has to display registration or login so if you create a new page it will just display the login form (not sure but just guessing)

    • This reply was modified 7 years, 7 months ago by surfm4st3r.
    • This reply was modified 7 years, 7 months ago by surfm4st3r.
    Thread Starter lalitavalon

    (@lalitavalon)

    Hi @jfarthing84
    Please help me in the same how can use other template rather than default template i.e page.php

    I do not want to change in register form only want the template and use shortcode for the register

    If you want to use a different template for registration form and use the shortcode then create a new template like test-registration-form.php and then create a new page like student/registration and add this short code [theme-my-login instance=”1″ default_action=”register” register_template=”test-registration-form.php”]

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Error message’ is closed to new replies.