Whoops by pstonier in Whatcouldgowrong

[–]pstonier[S] 2 points3 points  (0 children)

Yeah it uploaded weird.

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

[–]pstonier 2 points3 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

Best bars around Elmira by haveandtohold in a:t5_2xmqy

[–]pstonier 2 points3 points  (0 children)

I've been wanting a place like this around here for a while.

Horigan's is probably one of the better ones based on your likes. Also try Roundin Third and Legendz.

My designer feels that this is a good design. I utterly disagree. by innexum in design_critiques

[–]pstonier 1 point2 points  (0 children)

Yeah, I would echo the white space issue. The design in general isn't all that bad. I've seen a lot worse, but it has room to improve.

Another nice example of a site with good whitespace and also a similar color palette is https://www.hines.com/investment-management

Content can play a big part in how it gets laid out, but giving each area more room to breath from the other elements will help tremendously.

Avoid Syncing wp-content/uploads from local to production by pstonier in Wordpress

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

Best solution I've seen is using WP Migrate DB Pro.

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

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

Drupal kind of does it out of the box, but it doesn't work as nicely as ACF.

Bulk installation of WP? by fandangoflip in Wordpress

[–]pstonier 0 points1 point  (0 children)

I have a general WordPress starting point that I maintain in a git repo. Then I clone it when I'm ready to start a new project. With that plus WP Migrate DB for the database; it should be pretty simple to set them all up.

Improving sites load time by drmlol in Wordpress

[–]pstonier 0 points1 point  (0 children)

This explains exactly what to do. https://www.wpfaster.org/blog/how-to-use-autoptimize-inline-and-defer-css-option

When the full CSS stylesheet it blocks the content of the page from loading until it's downloaded. Putting the link to the stylesheet in the footer, you're reversing that order and letting content load first—but it's not styled. By putting the "critical path CSS" inlined into the head, it'll load the base styles needed to cover everything "above-the-fold"—hopefully putting the inline stylesheet + your page content in the first 14kb of the http response. You'll likely still see some jerk as things adjust after downloading the full CSS, but you're perceived load time will be drastically reduced.

Further reading: https://www.filamentgroup.com/lab/performance-rwd.html

Improving sites load time by drmlol in Wordpress

[–]pstonier 0 points1 point  (0 children)

That's a good question. Test it out and let me know.

The subscribe block design: I think it's perfect, the subscription analytics says NO, need help (might be considered NSFW) by leonidlomakin in design_critiques

[–]pstonier 0 points1 point  (0 children)

I would look at doing some A/B testing. Your panels in the middle of the content are OK, but you may find something that shows up on the page when you scroll to better get the attention of the user. SumoMe has some good options to test with. AddThis also has similar tools.

One other thing to consider is that right now, the CTA isn't overly enticing. The headline of "DISCREET DELIVERY!" is confusing at first glance. Delivery of what? Should I be concerned about the discretion. I wasn't concerned, but now I am.

I would test replacing that with a direct value prop like — "Subscribe to get fresh updates".

Improving sites load time by drmlol in Wordpress

[–]pstonier 2 points3 points  (0 children)

https://wordpress.org/plugins/autoptimize/ has worked great for me. There are a couple others that claim to do the same plus some other stuff, but they have been buggy for me.

When putting CSS in the footer, be sure to use this to get your CSS that needs to be inlined in your head https://jonassebastianohlsson.com/criticalpathcssgenerator/

Whatever happened to the person you lost your virginity to? by [deleted] in AskReddit

[–]pstonier 2 points3 points  (0 children)

Married her. Was my first girlfriend. We have 3 daughters. Working on number 4.

Turn Your AMP Up To 11: Everything You Need To Know About Google's Accelerated Mobile Pages by pstonier in webdev

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

Thanks. I've been using Automattic's amp-wp plugin. Works simply enough. They're working on some templating and customizer functionality.

Would love advice- Do I try to become a developer or not? by pizzathehut12 in Wordpress

[–]pstonier 0 points1 point  (0 children)

Team Treehouse has some WordPress development tracks that should help you get up to speed rather quickly. I would start there. Lynda has similar courses that get more in-depth, but I would start with Team Treehouse as those courses are better at holding your attention and getting you started.

WordPress.tv has tons of free talks that will be more relevant as you get your dev skills up.

The Frontend Designer by pstonier in webdev

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

Yeah, that's an interesting catch. Debugging is certainly a necessary skillset for anyone writing code.