Other Documentations
** How to use event_type to do moreHow to activate EventONHow to cancel addon subscription before auto renewHow to deactivate EventON Addon LicensesHow to find your EventON license key (Purchase key)How to fix breaking sidebar by eventon widgetHow to get new auto updates for EventONHow to setup & use custom fields for eventsHow to setup & use multi data typesHow to Setup Basic Paypal for EventsHow to show calendar on external site using iFrameHow to show past eventsHow to turn on Sort Options on calendarHow to upgrade a EventON addon licenseHow to use eventon shortcode executor(ESE) widgetHow to: Fix extra blank rows showing on eventTop of calendarUsing a SMTP mail plugin to solve email issues
How to: Fix extra blank rows showing on eventTop of calendar
March 16, 2017
Does your eventon calendar look similar the image below on the front end of your website?
Why does it happen?
Some themes do not like when the page content have a <a> inside <p> html tag so they run a filter that alters this and move the <a> outside of the <p> . And for eventON this makes additional <p> and <a> tags under each eventTop creating multiple blank rows underneath.
How to solve this?
Go to EventON Settings > Styles and copy paste this CSS styles that would properly hide and show correct needed information.
1 2 3 4 |
.eventon_events_list .eventon_list_event p.desc_trig_outter, .eventon_events_list .eventon_list_event .event_description p{display:block} .eventon_events_list .eventon_list_event p{display:none} .eventon_events_list .eventon_list_event a.desc_trig{display:none} .eventon_events_list .eventon_list_event p a.desc_trig{display:block} |
Did this article help you? If not, send us a ticket via helpdesk