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


impacttennis

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

  • Support Staff

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.


impacttennis

January 23, 2013 at 9:41 am

Thanks Josh – great support.

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