Tags & Other Info Bleeding Into Next Event In List

WordPress Event Management, Calendars & Registration Forums General Question Tags & Other Info Bleeding Into Next Event In List

This topic contains 4 replies, has 2 voices, and was last updated by  Marv Dorner 4 years, 5 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #36659

    Events listed using a search filter shortcode are bleeding down into the next event.

    Any ideas on how to can prevent this from happening? Looks like there’s some CSS or other formatting that’s causing the hard height setting of the events.

    Page : https://frontierprecision.com/training/calendar/

    Shortcode : [event_search filters=”event_category,event_venue,date”]

    Marv Dorner
    #36664

    Hi Marv,

    Yes, there’s a bug here. The line of CSS which reads

    .eo-event-search ul {
       float: left;
       display: block;
       height: 60px;
       position: relative;
       width: 100%;
    }
    

    should be

    .eo-event-search-filters ul {
       ...
    }
    

    I’ll fix this in the next update

    Stephen Harris
    #36667

    Where can I fix this for now?

    Marv Dorner
    #36668

    In event-organiser-pro/includes/shortcodes.php

    Stephen Harris
    #36669

    Now it shows text on the side but that’s much better.

    Marv Dorner
Viewing 5 posts - 1 through 5 (of 5 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.