This is a simple plugin to convert radio buttons to sliders
This Plugin includes (to be filled out later):
.gitignore
. Used to exclude certain files from the repository.ChangeLog.md
. The list of changes to the core project.README.md
. The file that you’re currently reading.- A
wp-jq-radio-slider
subdirectory that contains the source code - a fully executable WordPress plugin.
- This plugin will convert Graity Forms radio buttons with the class "lw-slider" into jquery-ui-sliders. (Eventually no jQuery needed?)
- The aim of this plugin is to be very lightweight. (not there yet.)
This plugin can be installed via FTP or upload through the WordPress dashboard.
- You MUST have Gravity Forms installed
- Create a form with Radio Inputs (or use the supplied test form.)
- If you did not use the supplied test form, you must add the class "lw-slider" to each Radio Input you want to convert to a jquery-ui slider.
The wp-jq-radio-slider is licensed under the GPL v2 or later.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
A copy of the license is included in the root of the plugin’s directory. The file is named LICENSE
.
The WordPress wp-jq-radio-slider plugin is licensed under the GPL v2 or later; however, if you opt to use third-party code that is not compatible with v2, then you may need to switch to using code that is GPL v3 compatible.
For reference, here's a discussion that covers the Apache 2.0 License used by Bootstrap.
To be added later, in short though: WordPress, Gravity Forms and the jQuery-ui teams