Collapsible Content
Collapsible Content Wordpress Plugin series on KnowTheCode.io
by sbarry50 · github.com/sbarry50/collapsible-content · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/sbarry50/collapsible-content/archive/refs/heads/master.zipReadme
Collapsible Content Plugin
Collapsible Content is a WordPress Plugin that shows and hides hidden content. Practical examples include Q&As, FAQs, hints, marketing teasers, and more. Click the icon to open and reveal the content. Click again to close and hide it.
Features
This plugin includes the following features:
- QA shortcode,
[qa] - Teaser shortcode,
[teaser] - Font icon visual indicator
- jQuery sliding animation
Requirements
The following must be installed on local machine:
- Composer
- Gulp
- Node.js
- npm
Installation
To install this plugin you can download it by clicking on the Github download button or clone the repository.
- Navigate to
wp-content/pluginsfolder of the project. - Type in terminal:
git clone git@github.com/sbarry50/collapsible-content.git. - Activate the Collapsible Content plugin in your WordPress admin panel.
- In terminal, navigate to the
wp-content/plugins/collapsible-contentfolder. - Type
npm installto install of thenode-modulesfor Gulp. - Type
composer installto install the Composer PHP packages.