Support

Home Forums Event Espresso Premium Blank screen when there are no courses

Blank screen when there are no courses

Posted: January 11, 2021 at 1:05 pm


Rob van Lidth de Jeude

January 11, 2021 at 1:05 pm

Hi there,
I have installed the Events Table View Template Add-on. However, if no courses are planned it returns a blank page. Can I change it so that it will return a screen with something like: ” No courses are planned at this time” or something like that?
Thanks for your trouble


Josh

  • Support Staff

January 12, 2021 at 9:45 am

Hi.

Yes you can. This does involve adding a file to your WordPress theme, and a putting a teensy bit of PHP & HTML into that file.

1) Add a file to your WordPress theme.
Its name will be content-none.php
2) Add the following code to the file:

<?php
?>
<div>
  <p>No courses are planned at this time</p>
</div>

The support post ‘Blank screen when there are no courses’ 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