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
Position / prominence of additional attendee fields. | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Position / prominence of additional attendee fields.

Position / prominence of additional attendee fields.

Posted: January 23, 2013 at 8:40 am

Viewing 2 reply threads


Nick Willims

January 23, 2013 at 8:40 am

Is there a simple(ish) way of making the additional attendee toggle and information more prominent? We have people registering for events but missing the additional attendee information and putting info in the primary for two attendees! We are using themeroller style (sunny) but the “Add More Attendees? (click to toggle, limit 3)” link is not obviously hyperlinked and the position/size of that text does not lend itself to new users understanding they need to toggle.

Thanks in advance.


Josh

January 23, 2013 at 9:29 am

Hi Nick,

A simpleish way is to use CSS to style that link and make it more button-like. You can add something like this to your custom stylesheet/child theme, or use a plugin like my custom CSS plugin to add the custom style via the WP admin:

a.add-additional-attendee-lnk {
border-top: 1px solid #494437;
   background: #8c8372;
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   text-decoration: none;
   vertical-align: middle;

   }

a.add-additional-attendee-lnk:hover {
   border-top-color: #494437;
   background: #9b9485;
   color: #ccc;
   }

Here is a screenshot of the result of the above example styles being applied to the twentytwelve WP theme.


Nick Willims

January 23, 2013 at 9:41 am

Thanks Josh – great support.

Viewing 2 reply threads

The support post ‘Position / prominence of additional attendee fields.’ 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