Support » Plugin: Events Manager - Calendar, Bookings, Tickets, and more! » Search event form – Avoid br

Viewing 4 replies - 1 through 4 (of 4 total)
  • hi,

    my solution for my website, i edit events-search.php under plugins\events-manager\templates folder in my theme.

    I do not know if this is the best solution but it works.

    try this in your theme style.css

    .em-events-search-form br {
     display: none;
    }

    also, try r-one solutions.

    Thread Starter nsciolini

    (@nsciolini)

    I think it is a bug of event manager but meanwhile i fixed it like agelinwl says:

    .em-events-search-form br {
        display: none;
    }
    .em-events-search-form p {
        display: inline;
    }

    Thanks!

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    if you switched themes it’d probably work as expected without the br tags being added (e.g. twentytwelve). It’s your theme adding wpautop late into your the_content

    the css fix may work for you without side-effects, but otherwise you need to find where your theme adds the wpautop and remove it (or change when/if it should add it)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Search event form – Avoid br’ is closed to new replies.