Описание
An interactive web element that reveals additional content on hover or click. The Flip Card block includes toolbar controls to choose whether the back side appears on hover or on click.
When the opening mode is set to hover, you can also assign a link to the entire card.
Key Features
- 🥇 Feature-Rich.
- 🥈 Fully Open Source: Including the block source code. Fork and adjust as needed.
- 🥉 Developer friendly: Unopinionated starting CSS — styled through theme.
- ⏲️ Future-Proof Compatibility: Guaranteed compatibility with future WordPress versions by using recommended block coding practices.
Developer Notes
There is a full source code on github. You can investigate code, adjust it to your needs, collaborate, …
Development:
— Run npm install to install dependencies.
— To develop, either:
— remove webpack.config.json and run npm run start to start a development server without live reloading.
— leave webpack.config.json and set .env file with host, cert_location and key_location variables and run npm run start to start a development server with live reloading.
— To build for production, run npm run build.
Блоки
Этот плагин предоставляет 2 блока.
- Flip Card A card that flips to reveal more content on user action.
- Flip Element Element which reveals on user action.
Установка
From block editor:
Search for ‘makeiteasy flip card’ in the block editor when adding a new block via the ‘+’ sign in the top bar.
Standard Installation:
- Upload the plugin files to the
/wp-content/plugins/makeiteasy-flip-carddirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
Часто задаваемые вопросы
-
How to edit other side of the card?
-
Click on the block to select it, then use the block toolbar button to toggle side of the card.
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«MakeITeasy Flip Card» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «MakeITeasy Flip Card» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0.1
Fixed issue with inner block initialization.
1.0.0
- Release
