Advertisement · 728 × 90

Posts by Andrea Gandino

Preview
Create professional layouts with WordPress - Advanced Columns Built on the CSS grid foundation, the Advanced Columns plugin is the most powerful and flexible layout builder block for professional WordPress websites.

We're out with update 1.6.1:
👉 Compatibility issues with classic themes
👉 Minor bug fixes

#WordPress #Gutenberg #plugin #BlockEditor

Download here ⬇️
advancedcolumns.com

👉 check the full changelog advancedcolumns.com/...

8 months ago 1 1 0 0
Preview
Five for the Future WCEU25 Chat The future of WordPress contributions calls for redefining contribution types beyond code, addressing burnout with sustainable funding, and implementing inclusive recognition systems. Transparent f…

Hell of a good read - make.wordpress.org/project/2025...

9 months ago 2 1 0 0
Preview
Create professional layouts with WordPress - Advanced Columns Built on the CSS grid foundation, the Advanced Columns plugin is the most powerful and flexible layout builder block for professional WordPress websites.

We're out with update 1.5.0:
👉 Subgrid functionality
👉 Grid layout for the Post template block
👉 Improved frontend rendering performance
👉 and more

#WordPress #Gutenberg #plugin #BlockEditor

Download ⬇️
advancedcolumns.com

👉 full changelog
advancedcolumns.com/...

1 year ago 2 2 0 0

CSS Tip

If you want to hide an element that has no children, it's tempting to reach for :empty. However, :empty doesn't work how you'd expect if there's white space or text nodes inside the element.

Instead, use this:

.your-element:not(:has(:first-child)) {
display: none;
}

1 year ago 5 2 1 0

By far my favorite thing about bad kerning is that the Reddit dedicated to it is called r/keming

1 year ago 20 4 1 0

Now, imagine what would've happened if they *actually proposed a fork*.

This is all so painful to watch.

1 year ago 4 0 0 0
Preview
Breaking the Status Quo: A Vision For a New WordPress Business Roadmap WordPress is at a crossroads: The project, the community, the trademark, and most importantly, the ecosystem we've built together. The ecosystem not only sustains us but also creates a significant eco...

I believe #WordPress can grow stronger and more inclusive, working together to maintain the #OpenSource spirit that unites us all.
marucchi.com/wordpress-le...

1 year ago 56 16 1 1

Joost wants to "hold this community together" and I stand with him in that effort.

1 year ago 25 7 3 1
Preview
Breaking the Status Quo A vision for a new WordPress era WordPress is at a crossroads, now even more clearly then when I wrote my previous post on WordPress’s roadmap. I had very much intended to leave this topic alone for…

It's clear the #WordPress world needs a change. So I wrote a post about exactly that:

Breaking the Status Quo: A vision for a new WordPress era

1 year ago 166 52 22 27
Advertisement

Happy to help! I always felt more comfortable with Vue (opposed to React), but that's if you're up to writing Javascript. Livewire (with or without Filament) has grown significantly on me recently, and I must admit it's amazing the amount of things you can build without actually writing any JS.

1 year ago 0 0 1 0

If you plan to use Inertia, you can choose either Vue or React, with the choice being a personal preference essentially. If you intend to use pure Livewire (or Filament, which is built on top of it), then learning some Alpine makes sense (Livewire is written in Alpine, the same dev created both).

1 year ago 1 0 1 0

Schrödingers documentation:
If there are docs, noone will read them.
If there are no docs, everyone will complain.

2 years ago 240 100 5 7
Preview
Create professional layouts with WordPress - Advanced Columns Built on the CSS grid foundation, the Advanced Columns plugin is the most powerful and flexible layout builder block for professional WordPress websites.

We're out with update 1.4.3:
👉 Fixed unintended behavior that could affect external dynamic blocks

#WordPress #Gutenberg #plugin #BlockEditor

Download here ⬇️
advancedcolumns.com

1 year ago 2 2 0 0
Preview
WordPress Contributors and Community Leaders Call for Governance Reform in Rare Open Letter A group of WordPress contributors, including long-time core committers and community leaders, has issued a rare call for changes to the governance of the open-source project. The group is urging…

WordPress Contributors and Community Leaders Call for Governance Reform in Rare Open Letter

1 year ago 22 15 2 6
Video

5/ What’s next?

We’re bringing CSS Subgrid support to the next major update of the @advancedcolumns.com #WordPress plugin.

You’ll also get even more controls over individual item dimensions—making it easier than ever to build precise, beautiful layouts.

👇

1 year ago 5 2 1 0
Preview
Create professional layouts with WordPress - Advanced Columns Built on the CSS grid foundation, the Advanced Columns plugin is the most powerful and flexible layout builder block for professional WordPress websites.

We're out with update 1.4.2:
👉 Added support for shadows on the Columns and Column blocks

#WordPress #Gutenberg #plugin #BlockEditor

Download here ⬇️
advancedcolumns.com

1 year ago 1 2 0 0
Preview
Create professional layouts with WordPress - Advanced Columns Built on the CSS grid foundation, the Advanced Columns plugin is the most powerful and flexible layout builder block for professional WordPress websites.

We're out with update 1.4.1:
👉 New preset option for Columns and Column padding

#WordPress #Gutenberg #plugin #BlockEditor

Download here ⬇️
advancedcolumns.com

1 year ago 5 2 0 0
Advertisement

Congratulazioni! 🎉

1 year ago 1 0 0 0

Congrats! 🎉

1 year ago 1 0 0 0

Termsky.app is actually wild!

1 year ago 0 0 0 0
Preview
Autoblue - Easily add Bluesky to your WordPress site Autoblue automatically shares your posts to Bluesky, saving you valuable time and effort and engaging your audience.

Introducing Autoblue, my new WordPress plugin for Bluesky! 🦋

Autoblue will be available for download later this week, and allows you to automatically share your WordPress posts to Bluesky, and display likes and replies from Bluesky on your site.

autoblue.cc

(more in thread 🧵)

1 year ago 121 39 23 11
Preview
Commenting via Bluesky — Andrea Gandino How I've added comments fetched from the Bluesky API to my blog.

So I've embedded Bluesky comments on my blog. Next up (probably): automating posting on Bluesky, whenever I publish new content on the website.

1 year ago 4 0 1 0

Not an expert, but I had read something about this: if I remember correctly, I think it may depend on the specific reader, but they're generally ignored.

Why specifically empty paragraphs would be allowed as valid output by an editor is another matter worth discussing.

1 year ago 0 0 0 0

Used to be addicted to RSS, but slowly stopped using it as the bird app became my main source of tech info.

1 year ago 1 0 0 0

If I remember correctly, lots of apples were washed in that building.

1 year ago 3 0 1 0
Advertisement

It would be, right? 😀 By the way, I love that we're rediscovering stuff we were using on a regular basis fifteen years ago!

1 year ago 1 0 1 0

Working on adding Bsky comments on my blog, fetching the discussion thread from the official API (it's text-only, so links may not work if truncated). It feels so refreshing being able to do it in a quick and effective way, leveraging Laravel caching helpers. Hope to have it online next week.

1 year ago 8 0 1 0
Preview
GitHub - zumerlab/orbit: 💫 Orbit is the first CSS framework designed specifically for building radial user interfaces! 💫 Orbit is the first CSS framework designed specifically for building radial user interfaces! - zumerlab/orbit

A new kid on the block github.com/zumerlab/orbit

1 year ago 8 2 0 0
Changelog - Advanced Columns Keep up to date with all the latest changes to the Advanced Columns plugin, the professional solution for layout management in WordPress

We're out with update 1.4.0:
👉 New single-column layout mode implementing CSS Flex specifications
👉 New Golden Ratio grid builder
👉 check the full changelog advancedcolumns.com/...

#WordPress #Gutenberg #plugin #BlockEditor

Download here ⬇️
advancedcolumns.com

1 year ago 8 1 0 1
Preview
Adding Bluesky Comments to Your Astro Blog Adding Bluesky Comments to Your Astro Blog (Using Cassidoo's Template)

My blog now has Bluesky comments (and its first blog post)!

Shoutout to @samuel.bsky.team for sharing how to do this, and to @cassidoo.co for the blog template!

blog.jade0x.com/post/adding-...

1 year ago 90 21 24 8