• Resolved martin1

    (@martin1)


    Hi,

    Is there a way I can remove this line of text?

    “There are no upcoming events at this time.”

    I looked to use CSS display: none but there was no ID or class for this string of text.

    Regards,

    Martin

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @martin1;

    Yes, you can remove this line.

    Go to plugins folder >> template-events-calendar >> events-calendar-templates.php file and comment this line (line No. 389)

    else { 
    	$no_events=__('There are no upcoming events at this time.','ect');
    	} 

    Thanks

    Thread Starter martin1

    (@martin1)

    But wouldn’t that be overwritten after an update?

    Hi @martin1;

    We apologize for inconvenience.

    We will fix HTML issue in plugin’s upcoming version.

    After update you will be able to apply diplay:none css property to div depending upon id and class.

    For now please comment this line:

    $no_events=__('There are no upcoming events at this time.','ect');

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘There are no upcoming events at this time.’ is closed to new replies.