Featured Image Thumbnail displays full size in IE

Home Forums Calendar Products Events Calendar PRO Featured Image Thumbnail displays full size in IE

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #134083
    Ken
    Participant

    I have a calendar with a couple featured images. They all appear fine in Chrome MAC/PC but in IE 11 when and event is hovered over it is shown full size and extends passed its container box. Is this a bug in ECP?
    Rollover the events for 4/24:
    http://www.financialtools.com/training-events/

    #134115
    Ken
    Participant

    For now I have added in the CSS
    .tribe-events-tooltip .tribe-events-event-thumb {max-width: 296px;}

    Is there a better solution?

    #135319
    Barry
    Member

    That seems to me like a solid approach – out of interest, though, can you confirm this happens even with a default theme (if you’re happy with the fix and don’t have time to test that’s fine, I was just curious as we didn’t detect this ourselves and haven’t seem similar reports)?

    Thanks!

    #135342
    Ken
    Participant

    Hey Barry, I cant really test a default theme on the live site. I will try with our dev environment if I find time. I have not seen a demo of the ECP with a featured image in a post so I was not able to see what size image would be brought in. I have noticed a bigger problem on my server that the “other” sizes are not being generated when I upload media.
    So that is probably the root cause of my issue and is likely a permissions issue that I need to fix.
    Can you confirm on your end what image is supposed to be brought in for the featured image on the pop-up? Is it “post-thumbnail”? How can we define what image is pulled in?
    The template file month/tooltip.php file shows
    <img src="[[=imageTooltipSrc]]" alt="[[=title]]" />
    But what defines that source? and how do we change it to ‘medium’ for instance?

    #136260
    Barry
    Member

    I cant really test a default theme on the live site. I will try with our dev environment if I find time.

    OK, no problem – just let us know.

    Can you confirm on your end what image is supposed to be brought in for the featured image on the pop-up? Is it “post-thumbnail”?

    Exactly – it’s ordinarily the post thumbnail, if of course there is one for the event in question.

    The template file month/tooltip.php file shows
    [[=title]]
    But what defines that source? and how do we change it to ‘medium’ for instance?

    So this is a pretty new system and if you open up views/month/single-event.php you will see a fairly lengthy inline comment documenting in quite some detail the Javascript templating system and how to interact with it. That probably does a better job than I can do, but let me know (ideally in a new thread if it’s not directly related to the original question re IE11) if I can clarify anything 🙂

    #589913
    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Featured Image Thumbnail displays full size in IE’ is closed to new replies.