• Resolved movnatdallas

    (@movnatdallas)


    We are having the same issue. I added the CSS
    .single-tribe_events .tribe-events-event-meta {
    float: left;
    width: 100%;
    }
    per your suggestion on another thread but it only removed the “gray” area but the formatting is still pushing everything to the left and left a thin gray line (see image below). Also, the mobile formatting is also moving everything to the left in a thin column. If you change the view to “reader view” you can see that the Google+ & Ical is pushing the formatting. Also, when you remove the “featured image” from the event, the format corrects itself. So I think it is a direct conflict with the featured image and the Google+/ical+ area. Please advise us as you find a solution. Thanks so much! https://www.movnatdallas.com/events

    Screen shot showing layout break

    I still see a thin line under the Google+ ical that seems to still be there after I added the CSS…

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hey there!

    I seemed to have some success with this:

    .type-tribe_events {
      float: left;
      position: relative;
      width: 100%;
    }
    
    .tribe-events-cal-links {
      float: left;
      position: relative;
    }

    This pushes the subscribe links down and forces them to the bottom on small screens.

    Screen Shot 2016 12 29 at 9 34 40 AM

    Cheers!
    Geoff

    Thread Starter movnatdallas

    (@movnatdallas)

    Hi! thanks for this but it still is pushing all the format to the left causing all the text to look like a false margin on the right. Also, the calendar view is now having issues with the content spilling out of the margins…

    screen shots:
    calendar view with css update

    single event:
    screen shot with new css added

    Hello,

    this code made my site the same as before the update:

    .tribe-events-event-image+div.tribe-events-content {
    float: left;
    position: relative;
    width: 100%;
    }
    .single-tribe_events .tribe-events-event-meta {
    float: left;
    width: 100%;
    }
    .tribe-events-cal-links{
    float:left;
    }
    .type-tribe_events {
    float:left;
    }

    Tell me, if it work for You.

    Regards,
    Piotrek

    I posted about a similar issue here.

    Are all / any of you using the Full Styles option as I am? Changes were made to tribe-events-full.css in version 4.3.5 that affect event featured images. I noticed that my single-event layout was unaffected if I didn’t have a featured image designated for the event. I investigated the CSS file and discovered three separate changes were made in version 4.3.5 that change the target of the code to all featured images rather than just images in list view. See my thread for further info.

    Thread Starter movnatdallas

    (@movnatdallas)

    I just tried this css option 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;
    }

    Very similar to what I did, movnatdallas. Thank you for sharing.

    I assume you are using the Full Styles option as I am? I don’t believe any changes were made to the tribe-events-skeleton.css and tribe-events-theme.css files. So I think this issue only affects those using the Full Styles option under Display > Basic Template Settings > Default stylesheet used for events templates.

    Hi friends,

    Hope you’re well! Just wanted to check in to see where you’re at with this issue, since it’s been a bit since we’ve checked in!

    If you could please let us know about the status of this thread as of version 4.3.5, that would be super helpful!

    Best,

    Shelby ??

    Hi Shelby,

    I think it was 4.3.5 that actually caused the issue discussed here and in other threads. I opened my own thread and received a reply from another plugin author who stated your team is working on a fix.

    From what I can tell in my situation, the problem was caused by the removal of .tribe-events-list from three lines in the Full CSS file. This caused an issue with the display of featured images in single event posts.

    Hi Friends,

    Can you all confirm whether or not you still see these issues with 4.4.01?

    Thanks!

    Shelby

    Thread Starter movnatdallas

    (@movnatdallas)

    It looks like the format is back to normal with the 4.4.01 update! Thanks for following up!

    Hi @movnatdallas,

    Thanks for confirming, I’m going to close this one out now! ?? Please open a thread if you ever have other questions.

    Best,

    Shelby

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘4.3.5 Update Breaks Layout’ is closed to new replies.