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
Date position Event List | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Date position Event List

Date position Event List

Posted: September 2, 2013 at 2:49 pm

Viewing 1 reply thread


Ben

September 2, 2013 at 2:49 pm

Hi Guys,
Hope someone can help with this query please;

I’ve got a client who I’m customising the ‘Event List’ page for – http://frommycity.com/developer/
How can I lower the dates below the Event Title that I’ve all ready lowered down to make it a standard setting for future events. The Events are an id, and not a class, so I can’t individually class each one.
Here is a screenshot of what I’m trying to achieve http://screencast.com/t/R8BaIHD14
I’ve done the 1st event after writing this;

p#event_date-1 {
position: relative !important;
top: 30px !important;
}

Thanks.


Anonymous

September 2, 2013 at 4:52 pm

When calling the [EVENT_LIST] shortcode you can add a css_class attribute to the shortcode as follows:

[EVENT_LIST css_class=my-custom-class]

This should then give you a custom class to use. Using the example of the 1st event, it currently has:

<div id="event_data-1" class="event_data NULL  event-data-display event-list-display event-display-boxes ui-widget">

For its containing DIV, using the code above that would then become:

<div id="event_data-1" class="event_data <strong>my-custom-class</strong> event-data-display event-list-display event-display-boxes ui-widget">

For more information on the short-codes/attributes check here:

http://staging.eventespresso.com/wiki/shortcodes-template-variables/#event-list

Viewing 1 reply thread

The support post ‘Date position Event List’ 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