What's new?

Wordpress 4.7 brings a bunch of useful theme hooks and functions that Sage users may be interested in:

Oh and Elementor Pro is now available:

https://elementor.com/pro/

1 Like

Saw this on Hacker News a week ago. Build a new site and template fast:

Seems like a good start for a new template for Roots project.

Hey, just saw this and I am interested! :smile:

@jolaurin
https://galaxy.ansible.com/RiFi2k/stackdriver-logging/

It only works without any configuration on Google Compute Engine servers if you are using AWS EC2 you may need to explore Authorizing the Agent

The role is still rough and only really tested on GCE (because it’s what I use daily) but it adds all the important logs and also every site provisioned gets their access and error logs added.

1 Like

Bootstrap 9 dropped IE9 support, goes Flexbox only -

Discussion on Hacker News, if that’s your thing -
https://news.ycombinator.com/item?id=13231709

2 Likes

2 posts were split to a new topic: Advanced Custom Fields Complex Titles

I should disguise my voice so that it doesn’t look like I’m taking over this thread.

Hi. Apparently I’m in a work-on-my-plugins kick this week, because I also put a bunch of work into Bootstrap 4 Shortcodes which is an update to the Bootstrap 3 version that I worked on with filipstefansson and Simon Yeldon.

The Bootstrap 4 version tries to be a thinner layer, opting to apply classes and attributes to links, lists, and images inserted by the WordPress editor, rather than abstracting HTML into shortcodes as we did in the Bootstrap 3 version.

The plugin includes full documentation with functional examples of each shortcode (generated with a nifty Mustache template) and a handy way to insert the examples into the WordPress editor.

Not all Bootstrap elements are supported yet (the more glaring omissions right now are Navbars and javascript tabs), the documentation isn’t super pretty, and I’m sure not everything works right, but at this point I’m ready for some feedback from the community.

So check it out if you get a chance. I’d love to hear your ideas on how this can be the most useful to you. I’ll be submitting it to the WordPress Plugin repository when it’s a little further along.

Thanks!

3 Likes

Bootstrap 4 Alpha 6.

This release makes Flexbox the standard and overhauls a few components, most notably for me (because it broke something) is the navbar component which is now completely Flexbox based.

This is cool, and seems like the right move, but it looks like the presumption is that all navbar elements will collapse. I often leave a few elements (like a contact button) uncollapsed in the navbar on mobile, and it took me a couple hours to wrap my head around how to pull that off in the brave new navbar.

Other than that, the new utility classes are welcome. The whole thing is shaping up well.

1 Like

I’m working on the transition from Alpha 4 to Alpha 6 right now.

Can’t find it anymore but I thought someone posted in this thread some kind of monitoring website you could plug all your WordPress sites into?

I’ve been a huge fan of updown.io and have used it since the end of 2014. Simple, inexpensive, and a great interface.

1 Like

I run with UptimeRobot, less feature-rich I guess but free for up to 50 monitors.

1 Like

Ta. I was hoping to find something WP specific. Like it’d be neat if it could also tell you what version it’s running, etc… but these are a good start.

Maybe ManageWP is more for you? OK, this is getting off-topic… :mask:

1 Like

A nice and relatively new service for monitoring is https://wpscanner.io/ from one of the Delicious Brains guys. It works pretty well but don’t remember if it has uptime/downtime monitoring.

1 Like

This plugin has saved my butt on a number of occasions in the past. Thanks for maintaing it :smiley:

I was testing out https://bugsnag.com today and it seems like a nice service to track your apps issues, errors etc.

Works as a composer dependency but they also have a WordPress plugin (docs have a setup guide). You can also integrate it with a lot of services, for example, I added GitHub so if the app finds and error, you can right away create a GitHub issue for it with quite a bit of information about it.

1 Like

Tilt.js is pretty awesome. It’s basically that tilt/wobble effect from the new AppleTV and it’s available via yarn.

It doesn’t really work on mobile, because it really requires a pointing device, but other than that I like it!

2 Likes

Just found the answer for the next client that asks for more “pop”

2 Likes

Digital Ocean launched their load balancers. Seems pretty neat, and easy to configure. Not necessarily a great tool for Trellis users, since you’ll need to either offload your database to a single server, or figure out how to synchronize databases between load-balanced droplets, but a cool service nonetheless!