• just installed your plugin and it looks like it will work great for our purpose. however we run a site that does not allow anyone to just register. we create all registered users and send them their login credentials. so to that end we would like to edit the login request “You need to login to view this content. Please Login. Not a Member? Join Us”

    we would like to edit out the “Not a Member? Join Us” portion of the login.

Viewing 12 replies - 16 through 27 (of 27 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, have a look at the following documentation. Let me know if this is what you are trying to achieve.

    In regards to the forgot your password link, have you also removed that page from the plugin settings?

    Regards

    Thread Starter cebuhasher

    (@cebuhasher)

    hmmmmm…..

    this is frustrating. ok this where I stand at the moment. I have not moved or deleted any files from the plugin. everything is where it was when installed.

    I have been able to remove the “join us” and “forgot password” from the membership-login page. I did this by using custom css based on the documentation you provided. so that works now. I have tested this by removing any custom message I had earlier on our page. so when the default “You need to login to view this content. Please Login. Not a Member? Join Us” is left on the page and you click “login” it takes you to the membership-login page and the “join us” and “forgot password” is no longer there.

    but this where we have a problem. when I use custom message to put in our message “You need to login to view this content. Please login” and change it from the default like above and you click the login link it cant find the membership-login page. so that is where we have a problem. it must be the file path or the code language is incorrect. I followed the instructions in the documentation you provided. I have tried the two following command lines, both have the same problem. when you click the login link it cant find the membership login page. below are the two lines I have tried.

    “You need to login to view this content. Please a href=”//paradisetechasia.com/ptalwordpress/membership-login/””>Login</a”

    “You need to login to view this content. Please a href=”//www.paradisetechasia.com/ptalwordpress/login.php””>login</a”

    I removed the final <> so that you could read the language

    I have left the website with the default login on our page so you can try it and see that on the membership-login we have removed the “join us” and “forgot password” if you wish.

    https://www.paradisetechasia.com/ptalwordpress/technical-services/

    so as you can see there is a problem with our custom message and I don’t know what it is.

    • This reply was modified 7 years, 11 months ago by cebuhasher.
    • This reply was modified 7 years, 11 months ago by cebuhasher.
    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, can you confirm that you have not deleted the members login page added by the plugin? Please check the following documentation if you have.

    In the code you share above you have the following double quotes added

    ”//paradisetechasia.com/ptalwordpress/membership-login/””………..make sure you only have one double quote as such.

    ”//paradisetechasia.com/ptalwordpress/membership-login/”

    and your URL should look like this https://www.paradisetechasia.com/ptalwordpress/membership-login/

    Regards

    Thread Starter cebuhasher

    (@cebuhasher)

    I have confirmed that the settings are correct and I have not deleted the members login page. I have confirmed that the code is correct. again here it is below

    You need to login to view this content. Please a href=”https://www.paradisetechasia.com/ptalwordpress/login.php”>login</a

    again I have removed the <> so that you can read the code. again when you click the login link it cannot find the membership login page.

    if you like I can give you access to the site dashboard so that you can confirm what I am telling you

    Plugin Support mbrsolution

    (@mbrsolution)

    Just one more action I would like you to test. Have a look at the following URL.

    [https://mbrsolutionhost.com/wptest/membership-login/]

    This is my testing site. Check the membership plugin login page and you will get an idea of what the URL should be on your site. The URL you shared above does not exist in your site. The URL is wrong. That is why you are having issues.

    Thread Starter cebuhasher

    (@cebuhasher)

    i have gotten a bit confused with everything i have been trying. so i copied the wrong url in my last response. it should have been:

    You need to login to view this content. Please a href=”https://www.paradisetechasia.com/ptalwordpress/membership-login.php/”>login</a

    and my site does have this

    https://www.paradisetechasia.com/ptalwordpress/membership-login/

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi the URL link you shared above does not show. It is saying that the URL does not exist. That is why you are having issues.

    Also if that is going to be your URL then that is what you have to add in the custom message add-on.

    [https://www.paradisetechasia.com/ptalwordpress/membership-login/]

    The message would look like this.

    href=”https://www.paradisetechasia.com/ptalwordpress/membership-login/”>login

    Thread Starter cebuhasher

    (@cebuhasher)

    I deleted all of the simple membership plugins and all data. I did a clean up of my WP files. I then did a complete reinstall of the 3 plugins. simple membership, simple membership redirect, simple membership custom message. I followed the instructions found here https://simple-membership-plugin.com/simple-membership-documentation/

    the install did not create the pages so I followed the directions and created the pages myself. I created the following pages, member login, password reset, registration, and join us. i then copied all the pages URL’s to their proper location under wp membership page settings.

    so at this point i have the simple membership install and all of the pages created and working. I tested the site to check if simple membership default logins worked and they did.

    at this point i wanted to remove the “join us” and “forgot password” from the member login in page. I then followed the instructions here https://simple-membership-plugin.com/miscellaneous-css-tweaks-simple-membership-plugin/ and using custom css it worked fine. you can see it here https://www.paradisetechasia.com/ptalwordpress/member-login/

    again i tested the site and it worked fine.

    i then wanted to remove the “not a member? join us” from the login request on our page. i followed this https://simple-membership-plugin.com/simple-membership-custom-messages-addon/ and this https://mbrsolution.com/wordpress/wordpress-simple-membership-custom-message-add-on.php as best i could understand it. I then wrote a custom message to remove the “not a member? join us” from the login request and following the above i came up with this code

    You need to login to view this content. Please a class=”swpm-login-link” href=”https://paradisetechasia.com/ptalwordpress/member-login/”>Login</a

    i removed the <> do you can see the path.

    when you go to the page https://www.paradisetechasia.com/ptalwordpress/technical-services/ you will see that the “not a member? join us” is removed and only the “login” link is there. this is what i want. so that works. but when you click on the “login” link it cannot find the member-login page. so this is where my problem is. i don’t understand what is wrong with the URL path and why it cant find the member-login page.

    Thread Starter cebuhasher

    (@cebuhasher)

    so I am guessing there is no fix for this, is that correct? is there a way to go into the simple membership files and adjust the code there? is this fixable or do I go with another membership method.

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, I have tested this already numerous of times and it works for me. I think you either have a plugin that is conflicting or your permalink structure needs to be reset,”Saved again so it is recreated in the .htaccess file”. Or maybe your theme is playing up. Of course I am sure you have done everything correctly in accordance to the instructions found in the links provided above.

    Thread Starter cebuhasher

    (@cebuhasher)

    just so you know, I built the same exact website, mirror copy, on a completely different server and I have the same exact problem. I have tried different themes and I still get the same result. yes I have followed the instructions step by step even though some of them are pretty vague. my last post goes through exactly what I have done. one last question then I will leave you alone, is it possible to remove the “not a member? join us” from the coding of simple membership directly?

    • This reply was modified 7 years, 11 months ago by cebuhasher.
    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, I notice that in the URL above https://www.paradisetechasia.com/ptalwordpress/technical-services/

    You have the Join Us link and the Login link and they both work as you previously mentioned. So we know this works. But when you try to add a custom message it stops working. I will carry out another full test in one of my testing platforms to see if I can recreate your issue.

    Also can you share which of the documentations above is a bit vague? I am curious to know.

    I also realize something. Did you fill out the following fields in the custom message add-on.

    Restricted Post
    Restricted Post (Not Logged-in)

    The above will make sure that when someone lands in a protected content they will view your custom message.

    The above has nothing to do with the login page. It only changes the protected pages and posts. I just thought of sharing this with you.

    Thank you

    • This reply was modified 7 years, 11 months ago by mbrsolution.
    • This reply was modified 7 years, 11 months ago by mbrsolution.
Viewing 12 replies - 16 through 27 (of 27 total)
  • The topic ‘edit login page’ is closed to new replies.