Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Troubleshooting › WP eMember new sign up form error messages postition
- This topic has 7 replies, 3 voices, and was last updated 4 years, 10 months ago by internetcash365.
-
AuthorPosts
-
January 25, 2020 at 10:29 am #15107internetcash365Spectator
Hi,
Is it possible to change where the form error message/s display? Currently, they display to the right of the form which is obscured due to the theme widths.
<div class=”formErrorContent”>χ Sorry! Username is already taken.</div> ???
To make it appear centred or left would be could, is this done is CSS? Please see screenshot link:
metaldetectorist.co.uk/wp-content/uploads/2020/01/emember-popup.jpg
Many Thanks
January 25, 2020 at 11:23 pm #80283wzpModeratorPlease refer to this thread, and perform the recommended theme conflict testing:
January 26, 2020 at 11:36 am #80284internetcash365SpectatorThanks not a conflict as such on mobile view erro messages is pushed to right even on default wordpress theme, so can the message be told to centre on form?
January 26, 2020 at 1:45 pm #80285wzpModeratorDoes this issue only occur on mobile devices, or on non-mobile devices?
Can you please provide a live link (that does not require an actual purchase before getting to that form), along with instructions, on how to reproduce this issue? We’d need to study the page that is actually being rendered by your site.
January 26, 2020 at 4:34 pm #80286internetcash365SpectatorOn both pc and mobile, the question is can the pop be made to appear centre of form or to the left, here is test site using wp default theme 2019 rikfox.com/join-us/registration/
Thank you.
January 27, 2020 at 8:26 am #80287internetcash365SpectatorIs the form error pop up positioning defined in this file: validationEngine.jquery.css in the css folder?
.formError {
position: absolute;
top: 300px;
left: 300px;
display: block;
z-index: 5000;
cursor: pointer;
}
.ajaxSubmit {
padding: 20px;
background: #55ea55;
border: 1px solid #999;
display: none
}
.formError .formErrorContent {
width: 100%;
background: #ee0101;
position:relative;
z-index:5001;
color: #fff;
font-weight: bolder;
width: 150px;
font-family: tahoma;
font-size: 11px;
border: 2px solid #ddd;
box-shadow: 0 0 6px #000;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
padding: 4px 10px 4px 10px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
.greenPopup .formErrorContent {
background: #33be40;
}
.blackPopup .formErrorContent {
background: #393939;
color: #FFF;
}
.formError .formErrorArrow {
width: 15px;
margin: -2px 0 0 13px;
position:relative;
z-index: 5006;
}
.formError .formErrorArrowBottom {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0px 0 0 12px;
top:2px;
}
.formError .formErrorArrow div {
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
box-shadow: 0 2px 3px #444;
-moz-box-shadow: 0 2px 3px #444;
-webkit-box-shadow: 0 2px 3px #444;
font-size: 0px;
height: 1px;
background: #ee0101;
margin: 0 auto;
line-height: 0;
font-size: 0;
display: block;
}
.formError .formErrorArrowBottom div {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
background: #33be40;
}
.blackPopup .formErrorArrow div {
background: #393939;
color: #FFF;
}
.formError .formErrorArrow .line10 {
width: 15px;
border: none;
}
.formError .formErrorArrow .line9 {
width: 13px;
border: none;
}
.formError .formErrorArrow .line8 {
width: 11px;
}
.formError .formErrorArrow .line7 {
width: 9px;
}
.formError .formErrorArrow .line6 {
width: 7px;
}
.formError .formErrorArrow .line5 {
width: 5px;
}
.formError .formErrorArrow .line4 {
width: 3px;
}
.formError .formErrorArrow .line3 {
width: 1px;
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
width: 3px;
border: none;
background: #ddd;
}
.formError .formErrorArrow .line1 {
width: 1px;
border: none;
background: #ddd;
}
January 28, 2020 at 2:31 am #80288adminKeymasterThis is handled by the validation engine library that we use for the JS validation on that form. This can’t be customized.
January 28, 2020 at 8:02 am #80289internetcash365SpectatorOk thanks
-
AuthorPosts
- You must be logged in to reply to this topic.