Not getting tool tip to write to monthly view

Home Forums Calendar Products Events Calendar PRO Not getting tool tip to write to monthly view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1228575
    Tristan
    Participant

    HI all,

    Due to the sheer number of events we wish to display on our calendar we don’t want to use the tool tip information (forcing users to click each event).

    We currently use css to acheive this.
    .tribe-events-tooltip {
    display: none !important;
    }

    However the information is still written into the page code. Is there any way to stop it writing to the page, therefore reducing the amount of code in the page?

    I hope that makes sense.

    Tristan

    #1229194
    Nico
    Member

    Hi there Tristan,

    Thanks for getting in touch with us! Interesting question here…

    I wouldn’t worry about it, as it’s just a single template that’s re-used for all tooltips. Anyway you can crate a template override of the tooltip.php file with the code below and place it in wp-content/themes/YOUR_THEME/tribe-events/month/tooltip.php (review themer’s guide for more details on it).


    <script type="text/html" id="tribe_tmpl_tooltip"></script>

    Please let me know if this helps,
    Best,
    Nico

    #1229228
    Tristan
    Participant

    Hi Nico,

    Worked as you said it would however as you also said makes very little difference.

    Thank you so much.

    Tristan

    #1229996
    Nico
    Member

    You are welcome Tristan! Yeah, as the code is re-used there will be not much difference.

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Not getting tool tip to write to monthly view’ is closed to new replies.