Forum Replies Created
-
AuthorPosts
-
October 26, 2019 at 3:53 am in reply to: eMember – erratic behavior after login, protected content not displaying #80019billj_5150Member
The “Disable Simultaneous Member Login” box is already turned off/unchecked.
Per my original post, I am not using any type of caching plug-in. However, it is possible that GoDaddy may have some form of server-side caching in place.
December 1, 2017 at 10:39 pm in reply to: eMember – Registration form in same style as Avada theme #73956billj_5150MemberAdditional edit to my previous post. I managed to correct the button formatting issue I was having as well. I added the following to my Avada Custom CSS section:
input.eMember_button{
background-color: #fed03d !important;
border: 0px solid #3079ED;
color: #000000 !important;
text-shadow: 0 1px rgba(0, 0, 0, 0.1);
font-size: 14px !important;
font-family: arial;
font-weight:normal;
text-decoration: none;
text-transform: uppercase;
vertical-align: middle;
cursor:pointer;
padding: 3px 30px 3px 30px !important;
margin:5px 0px;
width:auto !important;
}
input.eMember_button:hover{
background-color: #333333 !important;
color: white !important;
}
December 1, 2017 at 8:51 pm in reply to: eMember – Registration form in same style as Avada theme #73955billj_5150MemberHello,
I am really hoping you can help me. I am experiencing essentially the same issues as the original poster in this thread.
The button on my login page does not match properly with my Avada theme.
I am also experiencing an identical problem with the height of the fields changing when clicking inside them. I’d want them to stay at the same (50px) height consistently. **EDIT** I figured out how to correct the field height issue by adding the following to the Avada Custom CSS option for that page:
.eMember_text_input:focus { height:50px; background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }
Here is a link to view the log-in page on my site:
[https://tinyurl.com/ybr8zwsb]
I’d greatly appreciate any help you can provide me.
Thanks!
BJ
-
AuthorPosts