Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Phone # field issue... | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Phone # field issue…

Phone # field issue…

Posted: July 15, 2013 at 1:49 pm

Viewing 2 reply threads


Craig McHugh

July 15, 2013 at 1:49 pm

Hi,

I recently updated and now my phone # field is acting strange. The field is out of alignment and the “phone #” label has shifted from the left to the right side.


Dean

  • Support Staff

July 16, 2013 at 3:46 am

Hello,

Your theme has the following CSS that is conflicting with the plugin (approx line 2322 of style.css)

.phone {
border: 1px solid #D3D5CD;
float: left;
height: 22px;
line-height: 22px;
text-indent: 10px;
width: 246px;
outline: none;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
color: #000;
font-weight: normal;
margin-bottom: 5px;
}

Notice the float:left? If you remove that or over rule that then it should put the form field back in place.

As a basic fix you could add

.phone {
    float:none;
}

to the bottom of your stylesheet. though the styling is still wrong due to the above code.


Craig McHugh

July 16, 2013 at 8:08 am

That seemed to work.

Thanks

Viewing 2 reply threads

The support post ‘Phone # field issue…’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso - Staging Server