Getwid is a popular extension to the WordPress block editor (Gutenberg). It extends the default blocks library with 40+ commodity and creative blocks and adds 35+ pre-designed page sections allowing you to create any sort of site you can imagine.
The Getwid bundle includes such unique and comprehensive blocks as Image Hotspot, Instagram Gallery, Tabs and Accordion (with nested blocks), Custom Post Type and Post blocks (with support for the ACF plugin), Pricing Tables and more.
For developers building sites with Getwid, there is Getwid Style Kit.
Getwid Base is a free multipurpose WordPress theme completely built with Getwid blocks.
Useful links: Watch Getwid videos | Getwid block examples and news
The plugin has two build scripts. The first one is responsible for building blocks into one file. The second one is for generating separate files for each block.
Before running any of the scripts, you must complete several steps:
- Clone the GitHub repository into your plugins directory.
- In the plugin directory run
npm i
.
For the first option (build blocks into one file):
- Run
npm run dev
to compile your files automatically whenever you've made changes to the associated files. - Run
npm run build
to compile files for release.
For the second option (generating separate files for each block):
- Run
npm run dev:splitted
to compile your files automatically whenever you've made changes to the associated files. - Run
npm run build:splitted
to compile files for release.
- Install WP-CLI and add it to PATH (check out official guide)
- Navigate to ./languages
- Run
wp i18n make-pot ./.. getwid.pot --exclude="src/"
- To subtract new strings run
wp i18n make-pot ./.. getwid-new.pot --subtract="getwid.pot" --exclude="src/"
This is a developer's portal for the Getwid plugin and should not be used for support. Please visit the support page if you need to submit a support request.
Getwid WordPress Plugin, Copyright (C) 2019, MotoPress. Getwid is distributed under the terms of the GNU GPL.
Anyone is welcome to contribute.
Made with 💙 by MotoPress.