-
Why are CSS margins not collapsing?
Flex items’ margins won’t collapse. When flex items wrap, they create their own row, and the individual margins on the flex items won’t collapse between rows. Only normal, adjacent block elements stacked will margin collapse the way you’re intending. This is a good reference – https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model/Mastering_margin_collapsing You can create the same layout by removing the…
-
Fix to use Valet Plus with WordPress multisite subdirectory install
https://github.com/jeremyfelt/valet-plus/commit/7716adaabbe451641d6c90a299e7fc1e02bc7848
-
Measure distance between objects in pixels in Sketch
https://avocode.com/tutorials/sketch/measurements-in-sketch/px
-
Remove folder and its contents from git/GitHub’s history
https://stackoverflow.com/a/17824718
-
Easiest way to make ACF field readonly
Easiest way to make ACF field readonly
-
Stop WP Rocket infinite loop when purging cache on Pagely
https://github.com/wp-media/wp-rocket/pull/3166/commits/1ad2f46de776eb1f41f5d621034bb1fb1784201a
-
Fixing ApiNotActivatedMapError in FacetWP
While trying to setup a new Proximity facet in FacetWP I kept receiving the following error when trying to get the suggested search to appear. This API project is not authorized to use this API. Places API error: ApiNotActivatedMapError I went ahead and enabled the Maps JavaScript API as instructed by Google’s instructions, however this…
-
Ignoring Parts of a File with PHP_CodeSniffer
https://github.com/squizlabs/PHP_CodeSniffer/wiki/Advanced-Usage#ignoring-parts-of-a-file
-
CSS Grid full-bleed layout tutorial
https://joshwcomeau.com/css/full-bleed/
-
Customizing Checkboxes and Radios Inputs Using CSS
Customizing Checkboxes and Radios Inputs Using CSS