The plugin has been rapidly updated in the past few days, and the front-end is now fully powered by Flex CSS (instead of the old, legacy float
styles).
I have also added a full-width layout style.
<rant>
Taking WordPress’ block editor, I only use 3 blocks (aside from single elements, such as paragraphs, headings, images, and so on). I use columns, covers and full-width sections. I don’t care about anything else. Groups are nice.
That’s where I want to take FX Builder. Everything else can be done using shortcodes or in-theme styling. I would say that there is a specific age group for ClassicPress developers, and I’m in it. I’m very comfortable designing stuff inside the theme, or using custom post types or metadata. Also, I am managing around 400 WordPress websites as part of my senior web developer role at a proptech company. 1% of my clients are actually using the block editor to manage/update/edit their website.
Ditching the block editor, ditching React and the thousands of JS/CSS requests per day for all our websites, would definitely improve our server speed.
</rant>
Back to FX Builder, I am keeping it light, and I am now in the process of building a demo layout with everything it can do. It’s not much, as it’s just columns, but I want to add support for various classes (such as full-width), containers, per-column classes (for example, say I want the second out of 3 columns to have a background - I could easily do it with :nth-child(2)
in the theme, but I want it native).
Also, I want to introduce a settings page with performance options, such as inlining the CSS.
Doing this would mean that FX Builder needs no external CSS resources. On my demo page, I only have one CSS files (which is the theme’s stylesheet). That’s a very welcome speed bump.
If you’re using FX Builder, show me what you’ve built with it.