Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @lalalalaura,

    Can you be more specific about what thing you’re referring to that you want to remove? There aren’t ordered lists in the Events List widget.

    Share a link to a screenshot or something if possible –?you can probably hide the thing you’re referring to with just some CSS.

    Thanks!
    George

    Thread Starter LaLaLaLaura

    (@lalalalaura)

    The only thing I can figure is that it’s something to do with my theme (I’m using the Ultimatum Framework). Here’s a screenshot of just the widget itself. This is really frustrating because I’ve used TEC several times, and this is the first time I’ve had this issue.

    And here’s the relevant code:

    <div class="widget tribe-events-list-widget inner-container">
    
        <h3 class="element-title"></h3>
        <ol class="hfeed vcalendar">
            <li class="tribe-events-list-widget-events hentry vevent type-tribe_eve…arfix tribe-events-category-craft-show tribe-events-venue-45"></li>
            <li class="tribe-events-list-widget-events hentry vevent type-tribe_events post-48 tribe-clearfix tribe-events-venue-49"></li>
            <li class="tribe-events-list-widget-events hentry vevent type-tribe_eve…arfix tribe-events-category-craft-show tribe-events-venue-51"></li>
            <li class="tribe-events-list-widget-events hentry vevent type-tribe_eve…arfix tribe-events-category-craft-show tribe-events-venue-53">
                <!--
    
                 Event Title 
    
                -->
                <h4 class="entry-title summary"></h4>
                <!--
    
                 Event Time 
    
                -->
                <div class="duration"></div>
            </li>
            <li class="tribe-events-list-widget-events hentry vevent type-tribe_eve…arfix tribe-events-category-craft-show tribe-events-venue-55"></li>
        </ol>
        <!--
    
         .hfeed 
    
        -->
        <p class="tribe-events-widget-link"></p>
    
    </div>
    Thread Starter LaLaLaLaura

    (@lalalalaura)

    Figured it out! Fixed it by setting the list-style-type attribute to “none.” Still don’t know why it showed up as an ol in the first place, but it must be something to do with the framework I’m using.

    Barry

    (@barryhughes-1)

    Hi LaLaLaLaura,

    Our default list template does indeed output an ordered list (which is valid, it is after all a list that has been ordered by date) and yes, depending on your theme, a CSS adjustment may be needed to remove numbering – which it sounds like you’ve done ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Events List Widget – Numbered List’ is closed to new replies.