Hover on front-end date?

Home Forums Calendar Products Events Calendar PRO Hover on front-end date?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #169045
    karencocke
    Participant

    Is there a setting that lets people hover over one day on a monthly calendar on the front-end to see all that is happening that day?

    #170347
    Casey
    Participant

    karencocke,
    Hello there! Thanks for reaching out. You should be seeing tooltips similar to this (screenshot), but I’m noticing that you have the following CSS style rule in your theme that is preventing your tooltips from displaying properly:

    .entry-title {
    display: none;
    }

    If you add the following CSS to your stylesheet, it should fix the problem:

    .tribe-events-tooltip .entry-title {
    display:block !important;
    }

    Give that a shot and let me know if it resolves the issue. Thanks! 🙂

    -Casey-

    #208931
    Casey
    Participant

    I just wanted to follow up and see if you’re all set here or if you still have further questions. Just let me know if you have further questions or if I should go ahead and close out this thread. Thanks! 🙂

    -Casey-

    #247839
    Casey
    Participant

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

    -Casey-

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hover on front-end date?’ is closed to new replies.