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
Registration Field Tags Not Displaying | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Registration Field Tags Not Displaying

Registration Field Tags Not Displaying

Posted: May 3, 2013 at 7:45 am

Viewing 3 reply threads


Norman Patry

May 3, 2013 at 7:45 am

Hi

I am trying to set up registrations but when I preview the event the fields I want are there but there are no tags to tell people what should be in each field


Josh

May 3, 2013 at 8:03 am

Hi Norman,

Can you post a link to the page so we can investigate? Thanks.


Norman Patry

May 3, 2013 at 8:42 am

http://bikeportland.pnwdev.com/event-registration/?ee=1


Josh

May 3, 2013 at 9:35 am

Hi Norman,

This is the part of the theme’s stylesheet that is causing the problem:

#constant-contact-signup input[type="submit"] {
	background: none;
	padding: 0px;
	color: #f9d82d;
	font-weight: normal;
	font-size: 20px;
}
	label {
		font-family: Trebuchet MS, sans-serif;
		font-size: 14px;
		color: #fff;
	}

Basically what the above code is doing is making all the labels all over the site white text, and since the site has a white background, you will not see them.

you can change line 227 where it says label { to this:

#constant-contact-signup label {
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #fff;
}

that way the white text rule for all labels rule will only affect constant contact forms.

Viewing 3 reply threads

The support post ‘Registration Field Tags Not Displaying’ 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