Micemade's Avatar

Micemade

@micemade.com

Developing WordPress solutions, mostly around WooCommerce. We are in WordPress Eco-system since 2007., we've seen it all, from the introduction of custom post types to AI in WordPress.

52
Followers
123
Following
65
Posts
24.11.2024
Joined
Posts Following

Latest posts by Micemade @micemade.com

Possibly some plugin conflict.
Check browser console (press F12), there may some error reported. Or, if you can access it, open wp-config.php, and change define( 'WP_DEBUG', false) to define( 'WP_DEBUG', true).
That might show error details

03.02.2026 21:19 πŸ‘ 1 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0
Preview
A Starter Plugin to Extend Elementor with ReactΒ Components This article is here to offer a solution, or at least one way of leveraging React to expand and explore possibilities in synergy with Elementor page builder. Get the starter Elementor/React extension plugin For those impatient, who like to get their hands on the code, and start working with it immediately, here's the link to GitHub repo with "

Combine two popular tech for creating websites FTW and
get the starter Elementor/React extension plugin.
Take advantage of vast Eco-systems from both React and Elementor to create stunning and performant Elementor extension and websites

#React #elementor #WordPress #websites

30.01.2026 11:15 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

What would be the best way to integrate AI in WordPress? I believe Automattic should develop its own WP specialized model (Open Source), plus other tools (mcp etc.), and an agent in the form of a (canonical) plugin.
That agent would serve primary site admins. Thoughts?
#wordpress #ai #agents #mcp

18.01.2026 13:48 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Scaling WooCommerce Product Selection in Blocks: using Custom REST APIΒ endpoints Building intuitive product layout editors for WooCommerce presents unique challenges, especially when dealing with large product catalogs. While creating a plugin that deals with handpicking WooCommerce products, I have encountered a following problem: how to efficiently load and search through thousands of products without degrading the editor experience. This issue will probably face a user owning (or maintaining) a mid to larger-scale e-commerce site.

In case you missed: A technical deep-dive to product data fetching in WordPress block editor based on REST API, examining their architecture, performance characteristics, and real-world implementation strategies.
#wordpress #woocommerce #restapi #blocks

22.12.2025 16:45 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Persisting block settings for faster usage inΒ editor When it comes to working with WordPress editor and blocks, sometimes the existing or recommended solutions doesn't quite fit the need or intention for your block.When creating a Products Layout block, as a part of my Mosaic Product Layouts (MPL) plugin, I wanted to add a functionality for fast saving and switching different user created designs.

For those who still like to get their hands dirty with code, here a piece of custom React component as a control for persisting block attributes, saving and switching attributes fast.
#woocommerce #wordpress #blockeditor #persisting

19.12.2025 17:05 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Scaling WooCommerce Product Selection in Blocks: using Custom REST APIΒ endpoints Building intuitive product layout editors for WooCommerce presents unique challenges, especially when dealing with large product catalogs. While creating a plugin that deals with handpicking WooCommerce products, I have encountered a following problem: how to efficiently load and search through thousands of products without degrading the editor experience. This issue will probably face a user owning (or maintaining) a mid to larger-scale e-commerce site.

A technical deep-dive which explores two approaches to product data fetching in WordPress block editor, both based on REST API, examining their architecture, performance characteristics, and real-world implementation strategies.

19.12.2025 08:18 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Tired of Cookie-Cutter Product Grids? Here’s the CreativeΒ Alternative Your products deserve more than rows and columns. Discover how modern WooCommerce stores are breaking free from boring layouts. Every WooCommerce store starts the same way. You install a theme, add your products, and there they areβ€”sitting in a perfectly symmetrical grid. Three columns. Four columns. Maybe five if you're feeling adventurous. But here's the uncomfortable truth: your store looks exactly like thousands of others…

Tired of Cookie-Cutter Product Grids? Here’s the CreativeΒ Alternative

Your products deserve more than rows and columns. Discover how modern WooCommerce stores are breaking free from boring layouts. Every WooCommerce store starts the same way. You install a theme, add your products, and there they…

03.12.2025 18:48 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Mosaic Product Layouts - WooCommerce products layouts in WordPress block editor. Mosaic Product Layouts is a WordPress plugin to create free form and creative WooCommerce product layouts using block editor.

Beautiful product layouts on your eCommerce site are not a luxury anymore. Presentation is everything, make your product shine with our Mosaic Product Layouts for WooCommerce.

micemade.com/mosaic-produ...

#woocommerce #wordpress #ecommerce #products

01.12.2025 19:37 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - Micemade/WP-CLI-delete-before: A setup for WP-CLI command to delete post types older than given date. A setup for WP-CLI command to delete post types older than given date. - Micemade/WP-CLI-delete-before

Ever needed/wanted to clean up your WordPress site from old content, in a fast and efficient way? I created a WP CLI command just for that.
It was very useful to me for deleting old/non-existing products from WooCommerce store.

github.com/Micemade/WP-...

#woocommerce #wp-cli #bulk-delete

01.12.2025 10:31 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Track, control, and optimize your website for AI agents and bots Use Dark Visitors to turn the rising wave of AI agents, LLM assistants, and other bots crawling your website into a new growth channel for your business

We all want our sites to be visible to humans, right? What about the bots? Will bots bring any human attention, traffic, revenue...?
Just discovered this fine resource (not affiliated in any way):
darkvisitors.com

29.11.2025 09:18 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

NEW: Epstein survivors release the most powerful PSA I have ever seen.

Make this go viral so every member of the House of Representatives sees it.

16.11.2025 23:43 πŸ‘ 59625 πŸ” 36462 πŸ’¬ 1307 πŸ“Œ 2907
Preview
Persisting block settings for faster usage in editor- Micemade - developing WordPress solutions When it comes to working with WordPress editor and blocks, sometimes the existing or recommended solutions doesn’t quite fit the need or intention for your block.When creating a Products Layo…

Do you need fast switching block attributes method for your custom WordPress editor block? Check this out:
Persisting block settings for faster usage in editor micemade.com/persisting-b...

#WordPress #blockeditor #gutenberg #React

10.11.2025 12:36 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I wonder what would look like a real scenario usage ..?

07.11.2025 07:29 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Daily reminder for me (or you, maybe):
AI is not your partner. It is a tool. AGI won't improve my life or (any of) our lives.
Your company is not your family. You should work to live, not live to work.
Humans are not resources. Nothing actually is. We are living beings.
You are welcome to disagree.

05.11.2025 09:23 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Stop Using AI For This
Stop Using AI For This YouTube video by Syntax

Great video on topic: Stop using AI for everything/anything:
youtu.be/pVBKWLkRqXw?...

05.11.2025 09:16 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

It's turning clockwise, and I can't make it go counter that. And I just lost 30 seconds of life for nothing.

01.11.2025 09:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
WordPress.com Now Supports MCP AI assistants like Claude and Cursor can now use MCP to turn your WordPress.com site data into real-time insights.

The "right way" to use AI in WordPress ?
wordpress.com/blog/2025/10...

#wordpress #ai #mcp #cursor #claudecode

31.10.2025 06:47 πŸ‘ 0 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

I used to love Elementor, now I don't ... I used to hate Gutenberg, now I don't so much.
WP editor is my preferred way because (as clumsy or un-intuitive may be) it looks to me more future proof than any page builder.
Combined with the WP Site editor, of course.

#wpeditor #gutenberg #wordpress

19.10.2025 21:12 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I know what "doomscrolling" looks like, but how that "thing" got named like that?
I apologize, as not being a native english speaker, I can't get nuances, and intricacies of some concepts ...

19.10.2025 21:05 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Being online up until almost 10-ish years ago made me feel connected, informed, entertained
Now, I am overwhelmed with algorithm created bubble, spammed, disconnected, separated, spammed ...
I'm getting old, or the internet is mostly enshittificated ...? I will let this question float in the void.

19.10.2025 21:02 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

You affiliated?

14.10.2025 16:35 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Block visibility feature should be included in core

14.10.2025 16:34 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Hmmm πŸ€” ... ok... ?

14.10.2025 16:17 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Persisting block settings for faster usage inΒ editor When it comes to working with WordPress editor and blocks, sometimes the existing or recommended solutions doesn't quite fit the need or intention for your block.When creating a Products Layout block, as a part of my Mosaic Product Layouts (MPL) plugin, I wanted to add a functionality for fast saving and switching different user created designs.

For those who still like to get their hands dirty with code, here a piece of custom React component as a control for persisting block attributes, saving and switching attributes fast.

08.10.2025 18:19 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

If, I guess most of people with tech related jobs realize the issue here, why is everyone rushing into building AI and automation related software and services?
This looks like the musical chair game to me ...

10.09.2025 06:04 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Ok, so ... if more and more content (videos, audio, images, text) is going to be AI generated, in some time frame, all or most of content will be AI, and will be consumed by AI again, what do you think will happen with the internet? Or even more, with n8n for anything tech related - what will we do?

10.09.2025 05:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Omg ... And minify them?

08.08.2025 06:41 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Get creative with Mosaic Product Layouts / Micemade - developing WordPress solutions This page is demonstration of Mosaic Product Layouts plugin block.Products listed bellow are demo products, and not for sale. Playground Get plugin on WooCommerce.com More demos Watch tutorial

Get creative with Mosaic Product Layouts for WooCommerce - utilize the power of WP editor and free your creativity to boost your product sales:

micemade.com/get-creative...

#WordPress #WP-editor #WooCommerce #blocks #creative-layouts #e-commerce

05.08.2025 16:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Hi all!
Which plugins are, in your opinion, the best WP AI plugins, why, and what type of AI features would you like to be a part of core WordPress?

#wordpress #ai #plugins #wpcore

05.08.2025 12:33 πŸ‘ 0 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Mosaic Product Layouts Create flexible, free-form, and creative layouts for WooCommerce products, product categories and single products.

Woohoo!
My WordPress/WooCommerce block plugin is now available on WooCommerce Marketplace. Check it out if you want your products to stand out with unique and creative layouts:
woocommerce.com/products/mos...
#woocommerce #wordpress #gutenberg #mosaic-product-layouts #ui #ux #ecommerce

17.07.2025 10:57 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0