- This topic has 2 replies, 2 voices, and was last updated 8 years, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Reset Password Page doesn't display any response after submitting the form
Tagged: Reset Password
Reset Password Page was perfectly set up and the reset password works fine, except on the front end, I get new password by email, but there isn’t any feedback/response above/below the form after submitting it.
Looking into it, I figured out the feedback/response message is being rendered immediately after the body html tag. As we can see right here: [https://imagebin.ca/v/3qhGfGg5ZT9O]
I’m wondering if there is a bug with the plugin. because the message should be rendered in the content area, where the the_content WP function is.
How could I solve that?
Looks like you have added some custom CSS and hiding the message displayed by the plugin. Are you hiding the CSS classes that is wrapping the password reset message? Do the following test:
https://simple-membership-plugin.com/forums/topic/test-for-plugin-and-theme-conflict-before-posting-an-issue-or-a-bug/
It’s all right now. That was a theme issue. Thanks for the replay.