Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Troubleshooting › Fancy login password reset diplays behind the page content
- This topic has 9 replies, 3 voices, and was last updated 11 years, 8 months ago by
Theo.
-
AuthorPosts
-
December 23, 2013 at 3:56 pm #10282
Theo
SpectatorHello,
I got my fancy login style 2 working with the help of this forum but I have now noticed that if I click password reset on this fancy login pop-up, it then displays behind the page content.
[http://clip2net.com/s/6rTJJk] – here is an image of what I mean
December 23, 2013 at 10:00 pm #59832nur
Memberopen css/eMember_style.css file and look for “.emember_modal”. in this css class definition, you will see an attribute called “opacity”. change its value to 1.0
it should look something like this:
Code:.emember_modal {
background-color:#fff;
display:none;
width:350px;
padding:15px;
text-align:left;
border:2px solid #333;
opacity:1.0;
-moz-border-radius:6px;
-webkit-border-radius:6px;
-moz-box-shadow: 0 0 50px #ccc;
-webkit-box-shadow: 0 0 50px #ccc;
}December 23, 2013 at 10:28 pm #59833Theo
Spectatorperfect, looks fixed unless you click login, then forgot password, really quick
I don’t think too many people would do that,
thanks
December 24, 2013 at 3:42 am #59834nur
Memberif you give me the link to your site then i can investigate little more. it should be easy to fix.
December 24, 2013 at 7:22 am #59835Theo
Spectator[http://electrofx.com]
December 24, 2013 at 9:06 am #59836nur
Memberit looks like everything is working correctly. you should clear browser cache to make sure modified css file is loaded from server.
December 24, 2013 at 12:32 pm #59837Theo
Spectatoryou’re right
February 18, 2014 at 9:27 am #59838Theo
SpectatorI just updated to eMember Version v8.8.2 and this problem has returned
[http://clip2net.com/s/6QHNtf]
I have checked css/eMember_style.css and made sure opacity:1.0;
Any ideas?
February 18, 2014 at 10:04 pm #59839admin
KeymasterThere is a bunch of other errors on your site that is causing this issue. Please do the following.
Go to the following field
eMember settings -> Pages/Forms Settings -> Password Reset PageDo what the help text of that field says to create a specific password reset page. Then that issue should be gone.
February 19, 2014 at 9:12 am #59840Theo
SpectatorIt was working until the eMember Version v8.8.2 upgrade.
Can you point me in the direction of these other errors at all?
-
AuthorPosts
- You must be logged in to reply to this topic.