Support

Home Forums Event Espresso Premium Removing Title \"Upcoming Events\" but Leaving big empty box

Removing Title \"Upcoming Events\" but Leaving big empty box

Posted: October 13, 2016 at 11:21 am

Viewing 1 reply thread


emiliopandika

October 13, 2016 at 11:21 am

Hi,

I able to remove the upcoming events on the event list, but it leaves a big empty box.
I use:
function no_ee_title($t) {
$t = ”;
return $t;
}
add_filter(‘FHEE__archive_espresso_events_template__upcoming_events_h1′,’no_ee_title’);
on child function.php.
I need help to remove the space that used to be the “upcoming events” title.
Thank you for the kind help.

Sincerely,
Emilio


Josh

  • Support Staff

October 13, 2016 at 12:46 pm

Hi Emilio,

You’ll probably need to remove the <header> and <h1> tags that wrap the title. You can copy the loop-espresso_events.php file from the plugin’s /templates folder, put the copy in your active WordPress theme, then remove the header markup there.

Or another approach is hide the empty box with CSS.

Viewing 1 reply thread

The support post ‘Removing Title \"Upcoming Events\" but Leaving big empty box’ 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.

Event Espresso