WP version: 4.2.1
plugin version of “the event calendar”: 3.9.3
tscheresa,
In your theme’s style.css on line 142-147 there are several lines with a ‘display:none;’
If you remove them you should see your event titles.
I don’t know how these lines got there but removing them should fix your issue.
Thanks Andy. This worked for the current events.
But actually there is a problem, because these lines have the function, that you don’t see the title of the page on top of every page.
Do you have an idea, how the page title can be invisible while having the event titles displayed?
Thanks a lot already!!!
Theresa
Theresa, you might try h1.entry-title { display: none; } to hide the page title. It’s a bit more specific and shouldn’t hide the other titles.
thanks, thanks, thanks! that works perfectly!
http://hlcmr.de
have a good day!
That’s great Theresa. Can you please mark this as resolved?