Home › Forums › Calendar Products › Events Calendar PRO › Update caused the images in list view not to wrap (float:left;)
- This topic has 6 replies, 3 voices, and was last updated 8 years, 9 months ago by
Yvonne Weiss.
-
AuthorPosts
-
February 17, 2017 at 2:01 pm #1240391
Yvonne Weiss
ParticipantI 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?
February 18, 2017 at 10:38 am #1241186Cliff
MemberThis reply is private.
February 18, 2017 at 11:01 am #1241200Cliff
MemberThanks 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.
February 18, 2017 at 11:11 am #1241206Cliff
MemberOh, 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%; }June 16, 2017 at 7:28 am #1299092Nico
MemberHey,
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,
NicoJuly 8, 2017 at 9:35 am #1317862Support Droid
KeymasterHey 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 -
AuthorPosts
- The topic ‘Update caused the images in list view not to wrap (float:left;)’ is closed to new replies.
