Update caused the images in list view not to wrap (float:left;)

Home Forums Calendar Products Events Calendar PRO Update caused the images in list view not to wrap (float:left;)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1240391
    Yvonne Weiss
    Participant

    I updated the Events Calendar Pro and the Events Calendar on the staging site and the images in list view are no longer wrapping. Here is the URL on your forum where the situation is discussed: https://theeventscalendar.com/support/forums/topic/text-not-wrapped-around-image-on-main-events-page-since-update-4-2-1/

    Here’s access to the staging site where you can see the problem: http://staging.tested-vest.flywheelsites.com/class-schedule/category/quilting/ which happened after updating The Events Calendar (not the Events Calendar Pro thought the problem persisted even after updating the Events Calendar Pro). I haven’t made the update to the live site yet so you can see how it’s supposed to be: https://knitonequilttoo.com/class-schedule/category/quilting/

    Here’s the signin to the staging site:

    <Moved to a Private Reply>

    I’m also including the code which used to work, allow the image to float left. I’d be happy to give you any other code that you need as well.

    #tribe-events-content img.wp-post-image {
    float:left;
    margin-right:30px;
    }

    Can you please advise on how to fix?

    #1241186
    Cliff
    Member

    This reply is private.

    #1241200
    Cliff
    Member

    Thanks for your detailed question.

    The issue is that the image getting a width of 30% got lost in the CSS. Other CSS issues happened too.

    I’ve logged this bug internally, and I’ll mark this ticket as Pending Fix, which means this thread should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release.

    I apologize for this issue and appreciate your understanding and patience.

    #1241206
    Cliff
    Member

    Oh, and here’s some CSS to fix it on your staging site while we await a fix:

    body.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-events-event-image {
    width: 30%;
    }
    body.post-type-archive-tribe_events .tribe-events-list .tribe-events-event-image + div.tribe-events-content {
    width: 67%;
    }
    body.post-type-archive-tribe_events .tribe-events-loop .tribe-events-content {
    padding-right: 0%;
    }

     

    #1299092
    Nico
    Member

    Hey,

    Just wanted to share with you that a new maintenance release (for the Week of 12th June 2017) is out, including a fix for this issue ?

    Find out more about this release → https://theeventscalendar.com/maintenance-release-for-the-week-of-12th-june-2017/

    Please update the plugins and let us know if the fix works for your site,
    Best,
    Nico

    #1317862
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Update caused the images in list view not to wrap (float:left;)’ is closed to new replies.