Just upgraded my Events Calendar and Events Calendar Pro to 3.0.1 now the events list widget only shows the date and venue (chosen from the check box). There’s no event name or link to the event. Did I do something wrong?
For some reason you are hiding the .entry-title class in your CSS here:
body.page-id-119 .entry-title {
display: none !important;
}
You’ll need to change that declaration and make it more specific to what you actually need to hide titles elsewhere. I hope that helps but let me know if you have any questions.
Thanks for the response. Not sure what any of that means or how to change it but I’ll keep digging. Prior to upgrading, I only ever had a small list of events in the footer of my home page. After I upgraded to 3.0.1 the widget in my footer that produced the list disappeared. Logically, I went in and put the widget back into place. Did the previous version of Events Calendar Pro have a different widget?
Jonah,
Been looking for days. As soon as I post a call for additional help, I stumbled on it. I deleted the code you mentioned above from the CSS and it works fine. No idea why that was there to begin with.
Charles,
If you go to your list of All Pages in the WP admin pages and run your mouse over the Edit link for each page, you’ll see an ID number for each page called post=nnn. That might help you find which page is post=119 that the CSS was trying to hide a title on.