ghostkit
ghostkit copied to clipboard
Gutenberg blocks for WordPress
At the moment for example gutenberg custom background colors are saved as inline style with hex value of div .nk-awb-overlay Element. Maybe its more consistent and better to do it...
Related topic: https://wordpress.org/support/topic/bug-with-accordion-within-carousel/ Partly problem may be solved using this solution https://github.com/nolimits4web/swiper/issues/2629#issuecomment-396802885 The problem with duplicates, that rendered after swipe and when you toggle tab/accordion in this duplicated slide, the...
When building a custom theme for a customer it would be great if we could create templates on in our test environment and then have them version controlled together with...
This was reported initially during an accessibility audit we were running against a new project. At first I thought it was a human error but with subsequent tests it appears...
Think this could be a good booster for the ghostkit blocks. Greets spencer
| Name | Screenshot | |-----------------|------------------------------------------------------------------------------------------------------------------------------------------| | ✔️ Extensions | | | ✔️ Responsive tabs | | | Plugins toggle | | | Plugins | |
Options: * Heading * Criterias List with stars * Summary content * Average stars
Example https://wordpress.org/plugins/secure-blocks-for-gutenberg/ Example https://block-options.com/ * Lock by user role (Administrator, subscriber, etc...) * Lock by password * Lock by age (Age Check like in Godlike theme)
Because building own Gutenberg blocks is pretty tedious, I am using the [new Advanced Custom Fields functionality](https://www.advancedcustomfields.com/resources/acf_register_block_type/) to build my own blocks based on ACF fields. This works just fine,...