=== ChillThemes Shortcodes === Contributors: chillthemes Tags: chillthemes, shortcodes Requires at least: 3.0 Tested up to: 4.0 Stable tag: 2.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == Enables custom shortcodes for use in any of our Chill Themes. == Installation == = Using The WordPress Plugin Upload = 1. Log in and navigate to Plugins → Add New. 2. Type **ChillThemes Shortcodes** into the Search input and click the **Search Plugin** button. 3. Locate the **ChillThemes Shortcodes** in the list of search results and click the **Install Now** button. 4. Click the **Activate Plugin** link at the bottom of the install screen. = Using FTP = 1. Download the **ChillThemes Shortcodes** plugin from WordPress.org. 2. Unzip the package and move it to your plugins directory. 3. Log into WordPress and navigate to the **Plugins** screen. 4. Locate **ChillThemes Shortcodes** in the list of available plugins and click the **Activate** link. == Frequently Asked Questions == = How do add icons to the buttons? = Just enter the name of the icon into the 'icon' parameter. You can find a name of all the available icons here: [Font Awesome Cheatsheet](http://fortawesome.github.io/Font-Awesome/cheatsheet) For example: If you want to add a star icon to the button, just add *icon="star"* to the shortcode. There's no need to prefix it with 'icon-', if you do, the icon won't display. If you look inside of the */css/font-awesome.css* file, at the very bottom you'll find some social icons you can also use. == Changelog == = 2.0 = * Updated to Font Awesome 4.2.0 * Fixed an issue with the button styling. = 1.8 = * Updated to Font Awesome 4.0.3 = 1.7 = * Changed TinyMCE icon. * Added float parameter to the button shortcode. = 1.6 = * Added an unordered list shortcode. = 1.5 = * Added a pricing table shortcode. = 1.4 = * Modified the styling for the buttons. * Added [FitVids](http://fitvidsjs.com) script. = 1.3 = * Added YouTube and Vimeo shortcode. = 1.2 = * Improved column styling and added the ability to display an icon and modify its background, color, padding, radius, and size. = 1.1 = * Added background: none; and border: 0; to the accordion to prevent styling issues. = 1.0 = * Fresh out of the oven, careful it's hot!