manvantara777
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Is there a picture caption fix for 4.9 yet?excellent, thanks, will pass on to my web guy!
Forum: Fixing WordPress
In reply to: Updated to 4.9 – Now Issues with Image Captionswell this is an emergency – my whole website has gone into chaos with pics out and forms not working. How soon do you think will be a fix?
Forum: Fixing WordPress
In reply to: HELP! pictures on website have moved all over the place.This is what my web guy just told me:
“There is now a requirement to set a maximum width for the captions, there didn’t used to be. I’ve aded a quick CSS fix which has put the bulk of images back as they should be, but I would like to make a more precise bit of code that sets the width to fit each image – I’m sure some ingenious coder will share that before too long as I’m sure this has affected many, many sites.”
My response to him: “yes, it appears to have half fixed it, as there are still wide margins on the vertical borders. I estimate about another 10-12 mm either side if that is tweakable in your CSS fix.”
Forum: Fixing WordPress
In reply to: Updated to 4.9 – Now Issues with Image Captionssame problem, just posted about this as it has affected my whole website. I suspect it is in this update:
Default Captions Should Use max-width
Reported by: Howdy_McGee Owned by: joemcgill
Milestone: 4.9 Priority: normal
Severity: normal Version: 4.3.1
Component: Media Keywords: has-patch has-unit-tests commit
Focuses: uiDescription
HTML5 Captions should really be using max-width: image-size + px rather than a static width. It’s widely supported and more mobile friendly than the default width style.<figure id="attachment_116" style="max-width: 400px;" class="wp-caption alignright"> <img src="image.jpg" alt="redraw" width="400" height="365" /> <figcaption class="wp-caption-text">Phasellus nec sem in justo pellentesque facilisis.</figcaption> </figure>