Thread Starter
eskunk
(@eskunk)
also i diabled the custom theme which did not help either
Thread Starter
eskunk
(@eskunk)
I have tried to disable all other plugins.
the arrows keep spinning no feedback at all, even if catcha is wrong.
but emails are getting send after long delay.
I contacted my provider, they have not changed anything
Hello.
I also like to display only the events (without startime in the brackets)
i edit the function.php at line 449
from:
if($entry->allday)
$data[‘TIME’]=__(‘all day’,’ec3′);;
to:
if($entry->allday)
$data[‘TIME’]=__(”,’ec3′);
but still the event show in the list like:
eventname()
(before eventname(allday)