• Resolved caffryfrankel

    (@caffryfrankel)


    The Google Calendar and ical export links are suddenly at the top of single event page pushing all the important content down the page. Any thoughts on why this might be?

Viewing 14 replies - 1 through 14 (of 14 total)
  • Hi @caffryfrankel,

    Oh gosh, sorry for the trouble with that!

    We haven’t seen any other reports of this yet and have not seen it on our test sites, which suggests that this could be a theme styling conflict.

    While I cannot guarantee that we’ll be able to solve it, we’d be happy to take a look if you share a link with us where we can see it and offer any suggestions we have from there.

    Thanks!
    Geoff

    I have the problem too. And they grey box that surrounded just the venue information is now encompassing the entire event info. In addition, if there’s an image, it overlaps the grey box and basically looks crummy.

    I have removed my custom version of single-event.php to make sure it’s you and not me. Problem continues. You can see it at this link

    Thread Starter caffryfrankel

    (@caffryfrankel)

    It is showing up on the calendar for Hillstead.org (https://www.hillstead.org/calendar/). The calendar looks fine, but when you go to the single event listing it happens (https://www.hillstead.org/event/hillstead-holidays/). I just noticed it today. And I believe it was fine until earlier this week. Maybe the latest update?

    • This reply was modified 7 years, 11 months ago by caffryfrankel.

    This same issue just started happening to me. The issue stems from the Featured Event Image and the Google+ Ical+ conflict. I tried it without the featured event image and it seems to resolve the formatting issue. But of course we need the image for the event! This occurred since the last update I did yesterday. My site: https://movnatdallas.com/events

    Also, it also is affecting the mobile version of the events too by pushing the format over to the left throwing everything off.

    Hi! Did you get this issue resolved? I am just noticing this issue on my site since I did the update. Did you do something or did Events Manager help you with it? Just hoping to find a solution soon since all my events look unformatted. Sad! Thanks so much!

    Thread Starter caffryfrankel

    (@caffryfrankel)

    No, I still haven’t figured it out. The Featured Event seems to be pushing the text down the page.

    Thread Starter caffryfrankel

    (@caffryfrankel)

    Have you figured anything out about this? It doesn’t just seem to be my site, and it definitely happened since the last upgrade.

    And it is happening on every event. Here is a link to an active event.

    https://www.hillstead.org/event/twelth-night-toast/

    • This reply was modified 7 years, 11 months ago by caffryfrankel.

    Hi! I did get some updates from a few people that seems to help. When the issue first happened all my formatting was pushed to the left. I temporarily removed all the featured images and this resolved the formatting issue but of course then I didn’t have my image. So, this is what I’ve done so far… I added this to my themes CSS. It took away the gray block and also returned the event description to a full page width that looks like it did before on both the computer and mobile version. I put back the featured images. The image is pushed still to the left, however I am less concerned about this since all the text below is now full page again, YAY! I hope this helps…

    .single-tribe_events .tribe-events-event-meta {
    float: left;
    width: 100%;
    }

    .tribe-events-event-image+div.tribe-events-content{
    float:left;position:relative;
    width:100%}

    I just received this CSS and it works even better and it now looks exactly as it did prior to the update:

    .single-tribe_events .tribe-events-event-image {
    float: none;
    }
    .single-tribe_events .tribe-events-event-image + div.tribe-events-content {
    float: none;
    position: static;
    width: auto;
    }

    Thread Starter caffryfrankel

    (@caffryfrankel)

    Thanks for your help. It doesn’t seem to be doing anything for me. It looks fine on mobile, just looks terrible on a computer.

    Hi friends,

    So sorry it’s been a bit since we checked in on this! I’d love to help.

    For anyone still having this issue, could you please take a screenshot and indicate the layout issue you’re describing? I’m not sure I see it on any of your sites now.

    Best,

    Shelby

    Hi there,

    Looks like it’s been a few weeks or more since we’ve seen activity on this thread! I’m going to go ahead and mark this resolved, but should you still need assistance, please don’t hesitate to open a new thread!

    You may also find the following documentation helpful to search in the future:

    TEC Knowledgebase
    TEC Technical Documentation

    Cheers,

    Shelby ??

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Google calendar and ical links at top of single event page’ is closed to new replies.