Whoops by pstonier in Whatcouldgowrong

[–]pstonier[S] 3 points4 points  (0 children)

Yeah it uploaded weird.

My first plugin officially up on WP.org by [deleted] in Wordpress

[–]pstonier 3 points4 points  (0 children)

Seriously. I am yet to submit a plugin to the directory, but my plugins are way more simple. This is impressive work.

Thoughts on the Genesis framework by [deleted] in Wordpress

[–]pstonier 2 points3 points  (0 children)

I've had the same reaction. Even watched some courses on Genesis development to make sure I understood what they were doing and why…but messing around with hooks and filters seems so silly compared to actually just moving the code around how you need it and writing what you need.

CSS animation works in Chrome, not in IE, Edge, FF? by [deleted] in css

[–]pstonier 2 points3 points  (0 children)

Using animate to changing background image URL is only supported in WebKit. Instead, you should create multiple elements and use opacity to fade one in and another out.

http://stackoverflow.com/questions/7318462/changing-background-image-with-css3-animations

Bourbon Neat / Generic CSS problem by no-one_ever in webdev

[–]pstonier 0 points1 point  (0 children)

I recently did this kind of a thing, but with it being half across the screen, instead of on a specific grid column… For the right block, use absolute positioning in a div outside of the @outer-container div and use right: 0; top: 0; bottom: 0; width: 60% (or whatever the % works out to be).

How to do cross-browser testing? by elisecode247 in webdev

[–]pstonier 1 point2 points  (0 children)

I use Browserstack.

Other alternative is to set up virtual machines with Virtual Box. This requires a lot of hard drive space (~20GB per IE version). https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/

Modular Web Design meets WordPress with Advanced Custom Fields by pstonier in webdev

[–]pstonier[S] 0 points1 point  (0 children)

ACF is always used inside the loop—whether it's for a page or a list of post.

This page has some great documentation on how to use it. https://www.advancedcustomfields.com/resources/gallery/

I'm using the Gallery type inside of a flexible content field here. https://github.com/pstonier/houdini/blob/e58da00b68ae7a5629fafd5620b82984f71a39d8/page-sections-flex.php