• Resolved madthomas1986

    (@madthomas1986)


    Hi. I need to disable tooltip in month view.

    Any help?

    Command:

    .tribe-events-tooltip-content {
    display: none !important;
    }

    Stop working when i upgrade calendar.

    • This topic was modified 1 year, 11 months ago by madthomas1986.

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support Darian

    (@d0153)

    Hi @madthomas1986

    Thanks for reaching out.
    When I check your calendar, I could not see the tooltip on your calendar’s month view. Are you still seeing the tooltip on your end?

    Thread Starter madthomas1986

    (@madthomas1986)

    I found this code on your site and it works half way.

    .post-type-archive-tribe_events .tribe-events-tooltip-theme {
    display: none !important;
    }

    The tooltip is no longer displayed, while google page speed shows that the photos from the tooltip previews are all uploaded at once (only mobile) and this slows down the page a lot. I’d like to turn them on at all, or remove.

    Screen -> https://freeimage.host/i/HOKVRR9

    • This reply was modified 1 year, 11 months ago by madthomas1986.
    Plugin Support Darian

    (@d0153)

    Hi @madthomas1986

    Thanks for your response.

    You could try overriding the template and remove the tooltip from there.

    To accomplish that, copy this file plugins\the-events-calendar\src\views\v2\month\calendar-body\day\calendar-events\calendar-event.php
    to
    [your-theme]/tribe/events/v2/month/calendar-body/day/calendar-events/calendar-event.php

    After that, from the file you just created inside your theme folder, comment line #34 by adding #, and check if that helps.

    See- https://share.getcloudapp.com/OAuo48KQ

    I hope this helps, and please let me know if you have other questions or concerns.

    Thread Starter madthomas1986

    (@madthomas1986)

    Unfortunately, I can’t find it:

    [your-theme]/tribe/events/v2/month/calendar-body/day/calendar-events/calendar-event.php

    I’m using hestia and both the root and child theme don’t have this file.

    Plugin Support Darian

    (@d0153)

    Hi @madthomas1986

    Thanks for your response.

    You’ll need to copy plugins\the-events-calendar\src\views\v2\month\calendar-body\day\calendar-events\calendar-event.php into this directory:

    [your-theme]/tribe/events/v2/month/calendar-body/day/calendar-events/

    If those directories does not exist, then you’ll need to create them.

    For example, your theme folder is hestia, then you will need to create a tribe folder inside your theme. And inside tribe folder, you’ll need to create events, and inside it v2, and so on.

    I hope this helps, and please let me know if you have further concerns.

    Thread Starter madthomas1986

    (@madthomas1986)

    I did everything rather correctly and it still doesn’t work. Below is a screenshot

    https://freeimage.host/i/HOkqURR

    Plugin Support Darian

    (@d0153)

    Hi @madthomas1986

    Thanks for your response.

    I suspect that this is a caching issue. If you have a caching plugin or server-side caching, please try to disable them temporarily and check if that makes a difference.

    If that doesn’t help, you could also try activating only The Events Calendar plugin and your theme.

    Let me know how it goes.

    Thread Starter madthomas1986

    (@madthomas1986)

    Still google page speed detects pictures in the tooltip :/

    Plugin Support Darian

    (@d0153)

    Hi @madthomas1986

    Could you try to copy?plugins\the-events-calendar\src\views\v2\month\calendar-body\day\calendar-events\calendar-event\tooltip.php?into this directory:

    [your-theme]/tribe/events/v2/month/calendar-body/day/calendar-events/calendar-event/

    From there, remove line #26, and check if that makes a difference.

    Let me know how it goes.

    Plugin Support Darian

    (@d0153)

    Hi @madthomas1986

    We haven’t heard from you in a while, so I’m going to mark this as resolved. Feel free to start a new thread if you have any more questions.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Disable tooltip in month view’ is closed to new replies.