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
Attendees List - Change Size of Gravatar | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Attendees List – Change Size of Gravatar

Attendees List – Change Size of Gravatar

Posted: August 20, 2013 at 2:26 pm

Viewing 1 reply thread


Cameron Carey

August 20, 2013 at 2:26 pm

Hi, is there a way to change the size of the gravatar that is displayed when using [LISTATTENDEES] shortcode? The default is way too big and obnoxious.

Also, this may be a stretch, but is there a way to actually display the gravatar BEFORE the attendees name?


Josh

August 20, 2013 at 2:54 pm

Hi Cameron,

This can be customized by adding a bit of CSS to your custom stylesheet.

.espresso_attendee img {
width: 25px;
float: left;
}

.attendee_list {
list-style:none;
}

The first style rule with set the image width to 25px, you may want to adjust that size. The second style rule will float the image to the left. The third will remove the numbers in front of the list if so desired.

Viewing 1 reply thread

The support post ‘Attendees List – Change Size of Gravatar’ 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