JosephusPaye / getwid

Extra Gutenberg blocks for building seamless and aesthetic websites in the WordPress block editor.

Home Page:https://motopress.com/products/getwid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getwid

Getwid - Free Blocks & Designs for Gutenberg

Plugin version Supported WordPress version WordPress.org downloads per day WordPress.org active installs WordPress.org rating License

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.

Getwid Blocks Demo

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

Getting Started

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:

  1. Clone the GitHub repository into your plugins directory.
  2. 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.

Update/generate POT(languages) file

  1. Install WP-CLI and add it to PATH (check out official guide)
  2. Navigate to ./languages
  3. Run wp i18n make-pot ./.. getwid.pot --exclude="src/"
  4. To subtract new strings run wp i18n make-pot ./.. getwid-new.pot --subtract="getwid.pot" --exclude="src/"

Support

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.

License

Getwid WordPress Plugin, Copyright (C) 2019, MotoPress. Getwid is distributed under the terms of the GNU GPL.

Contributions

Anyone is welcome to contribute.


Made with đź’™ by MotoPress.

About

Extra Gutenberg blocks for building seamless and aesthetic websites in the WordPress block editor.

https://motopress.com/products/getwid/

License:GNU General Public License v2.0


Languages

Language:JavaScript 70.5%Language:PHP 20.4%Language:SCSS 9.1%