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
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/
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?
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.
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:
#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.