Does adding images to month view disable info popup?

Home Forums Calendar Products Events Calendar PRO Does adding images to month view disable info popup?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #985652
    Gail
    Participant

    I just added the images to the month view and now the event information popup isn’t working. Is there a way to have both?

    #985694
    Geoff
    Member

    Hello Gail and welcome to the forums!

    I just checked the site and was able to see the the image and event description in the tooltip (screenshot). We were you perhaps able to resolve this on your own? Or maybe I’m missing something and you can help point me to where I can see it.

    One to make sure (if you haven’t done so already) is that you are using the Excerpt field in the post editor and that your theme does support excerpts.

    Cheers!
    Geoff

    #986205
    Gail
    Participant

    I’m sorry I reversed what I did. I now put it back to what I was talking to. You see how the images are in the calendar but the popup is disabled? I would like just the title and image in the calendar and the full popup like in your example when you hover over the date.

    #986208
    Geoff
    Member

    Ah gotcha, I see that now. Thanks!

    Do you have any customizations you’ve made to the calendar? What did you reverse that is causing that to happen?

    I also noticed this error popping up in the console:

     You have included the Google Maps API multiple times on this page. This may cause unexpected errors.

    It looks like your theme or another plugin may be including an additional instance of the Google Maps API than the one that The Events Calendar provides for the calendar mapping functionality. That could very well be causing the issue here since the tooltips are based on Javascript and that is a Javascript conflict.

    Are you able to remove that additional instance of the API being called? i’m hoping that will resolve the tooltip issue. 🙂

    Cheers!
    Geoff

    #987574
    Gail
    Participant

    I’ve removed the Google API that’s effecting the Calendar. It’s still not popping up. I followed the directions exactly like you said in this forum.

    https://theeventscalendar.com/knowledgebase/adding-featured-images-to-month-view/

    #987845
    Geoff
    Member

    Hi Gail,

    Nice work getting the API cleaned up! Thanks so much for doing that. 🙂

    Quick question: does the tooltip work if you switch to a default WordPress theme (like Twenty Fifteen) and apply the customization there? I just want to make sure there is nothing else with the theme that might be conflicting here and this will help pinpoint that for us.

    Thanks!
    Geoff

    #990288
    Gail
    Participant

    Ok I activated the default and the popup comes up but not the image in the calendar.

    I can do without the popup, but what about removing certain attributes from what’s seen on that main calendar? Right now I see date, time, location, google map, and find out more. I want to only see: title, image, time, and find out more

    #990577
    Geoff
    Member

    Sure! I think we could hide that extra information by adding this to your theme’s style.css file:

    .tribe-events-calendar td .tribe-events-event-meta {
    display: none;
    }

    Let’s give that a shot and see if it cleans things up the way you’d like. 🙂

    Cheers!
    Geoff

    #995052
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Does adding images to month view disable info popup?’ is closed to new replies.