Month view events not showing unless you hover over the date

Home Forums Calendar Products Events Calendar PRO Month view events not showing unless you hover over the date

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #687026
    kdcomputers
    Participant

    Month view events are not showing unless you hover over the date which the event is on. I want people to be able to see the events without having to hover over every date to see if something is happening on that day.

    Can anyone help?

    Kris

    #689341
    Brian
    Keymaster

    Kris,

    Sorry for the frustration and I can help you out with this.

    I took a look at your site and see the problem with the events not showing.

    I looked at your site through Firebug and it is showing this css:

    .entry-title {
    display: none;
    }

    It looks that is being used to hide page titles, but it is also hiding the events titles in the Calendar.

    You can try adding this to display the Event Titles and keep the rest hidden:

    h3.tribe-events-month-event-title {
    display: block;
    }

    Let me know if that helps or you would like anything else.

    Thanks

    #691165
    kdcomputers
    Participant

    Thank you very much, this sorted the issue first go 🙂

    Very helpful!!

    #691550
    Brian
    Keymaster

    Great, glad it fixed it, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Month view events not showing unless you hover over the date’ is closed to new replies.