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
Upcoming Event Widget now numerically lists the events -how to remove numbering | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Upcoming Event Widget now numerically lists the events -how to remove numbering

Upcoming Event Widget now numerically lists the events -how to remove numbering

Posted: December 4, 2013 at 3:39 pm

Viewing 5 reply threads


rachel Perry

December 4, 2013 at 3:39 pm

After upgrading to version Event Espresso – 3.1.36.P, the Upcoming Events Widget now numerically lists the events. How do I remove the numbering? Visit to see. . http://www.rachelperrymedium.com/


Josh

December 4, 2013 at 5:21 pm

Hi Rachel,

This should be something you can remove by going into your WordPress theme’s advanced options tab where you can add this:

.widget.events ol {
    list-style: none;
}


aiact

December 12, 2013 at 10:52 am

I also would like to remove the numbering (would have preferred spacing between events instead). The Advanced Options tab I find is under Catalyst. Is there where you are referring to? Should the code you suggested be added under Custom CSS?


Josh

December 12, 2013 at 10:54 am

Yes, and we did add some additional styling in Event Espresso 3.1.36.1 to help prevent the numbering from getting displayed, but it turns out that some themes can override this.


aiact

December 12, 2013 at 11:52 am

I put the code in the Custom CSS and it had no affect on the event widget. Any additional suggestions?


Josh

December 12, 2013 at 1:40 pm

If you can post link to the page in question we can take a look to know what to suggest next.


aiact

December 12, 2013 at 2:06 pm

http://www.aiact.org

Thanks.


Josh

December 12, 2013 at 2:14 pm

It turns out that the numbers are added by your WordPress theme. They made it a little difficult to override since they’re using the widget’s ID instead of a widget class to target it. ID’s are 10x more specific than classes, so in order to override these rules, it’s going to need to be targeted right at those ID’s:

http://www.htmldog.com/guides/css/intermediate/specificity/

For this theme, you can add this to override it:

#sidebar-1 ol li, 
#sidebar-2 ol li, 
#ez-home-sidebar-1 ol li {
list-style-type: none;
}
Viewing 5 reply threads

The support post ‘Upcoming Event Widget now numerically lists the events -how to remove numbering’ 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