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
Input Fields Don't Display on iPhone/iPad | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Input Fields Don't Display on iPhone/iPad

Input Fields Don't Display on iPhone/iPad

Posted: March 5, 2013 at 12:12 pm

Viewing 2 reply threads


Jake Berman

March 5, 2013 at 12:12 pm

Hi folks,

I’m viewing the following page on my iPhone and iPad and cannot see the registration fields: http://tinyurl.com/akzxw56

They are there but aren’t visible until you tap around the screen to find them. Viewing them on a regular computer I can see that there is a border around the input fields, but not when you look at it on a mobile device.

Is there something that I can adjust in the CSS to make sure those borders show up on mobile?


Jonathan Wilson

  • Support Staff

March 5, 2013 at 2:00 pm

Hi Jake,

You could try adding some CSS like this to your theme’s style.css file.

/* Add border to Event Espresso text boxes */
.event_form_field input.ee-reg-page-text-input,
.event_form_field textarea.ee-reg-page-text-input {
    width:60%;
    border: #999 solid 1px;
}

Of course, you can adjust the color as you see fit.


Jake Berman

March 5, 2013 at 4:49 pm

Perfect. Thanks!

Viewing 2 reply threads

The support post ‘Input Fields Don't Display on iPhone/iPad’ 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