=== SuperPack === Contributors: moonomo, xFrontend License: GPLv3 License URI: http://www.gnu.org/licenses/gpl.html Tags: blockquote, column, dropcap, instagram, random posts, recent comments, recent posts, related posts, row, shortcodes, social icons, sticky posts, widgets Requires at least: 4.1 Tested up to: 4.6 Stable tag: 0.2.2 Features half-dozen Shortocdes, and half-dozen Widgets to supercharge your blog/site. == Description == Provides half a dozen Shortcodes, including half a dozen Widgets, to supercharge your blog/site. = Shortcodes = * [dropcap] - Add capital letter at the beginning of a text block that has the depth of two or more lines of regular text. * [blockquote] - Add quotes that floats to the left, or right side of the content, including non-floating blockquote. * [code] - Display Code on your blog. * [column] - Split content into columns with responsive grid-system. * [row] - Group columns into row. * [social-icons] - Add your social links with icons. More details on shortcodes are given on [FAQ](https://wordpress.org/plugins/superpack/faq/). = Widgets = * About (SuperPack) - Display your bio/site info on your site. * Comments (SuperPack) - Display the most recent comments (with Gravatar). * Instagram (SuperPack) - Display your latest Instagram photos on your site. * Posts (SuperPack) - Display the blog posts with thumbnails. Includes Recent Posts, Random Posts, Sticky Posts and Related Posts * Social Icons (SuperPack) - Display social profile link icons (require theme supports). * Tags (SuperPack) - Display your most used tags. = What it does & doesn't = * Does: It provides the features/functions, and handle user generated data/options. * Doesn't: Styling, a compatible theme should be installed for optimum outlook and all features to work as expected. = Compatible Themes = * [Snowbird - Personal WordPress Blog Theme](https://xfrontend.com/themes/snowbird-wordpress-theme/) = Support = Provided as is without any support. However feel free to reach the author for feature request, and report if you found any bugs. ;) == Installation == Manual installation: 1. Upload the `superpack` folder to the `/wp-content/plugins/` directory Installation using "Add New Plugin" 1. From your Admin UI (Dashboard), use the menu to select Plugins -> Add New 2. Search for 'SuperPack' 3. Click the 'Install' button to open the plugin's repository listing 4. Click the 'Install' button == Frequently Asked Questions == = How do I use the shortcodes? = Following are the options per shortcodes: = DROPCAP = `[dropcap id="" class=""] ... [/dropcap]` * id: add a unique ID to the shortcode. * class: add a class or multiple classes to the shortcode. = BLOCKQUOTE = `[blockquote type="" cite="" id="" class=""] ... [/blockquote]` * type: "left", "right", skip adding anything to display regular blockquote. * cite: accepts any text. * id: add a unique ID to the shortcode. * class: add a class or multiple classes to the shortcode. = CODE = `[code id="" class=""] ... [/code]` * id: add a unique ID to the shortcode. * class: add a class or multiple classes to the shortcode. = SOCIAL-ICONS = `[social-icons menu="" id="" class=""]` * menu: set to a menu name/slug/id to display. * id: add a unique ID to the shortcode. * class: add a class or multiple classes to the shortcode. = ROW = `[row id="" class=""] ... [/row]` * id: add a unique ID to the shortcode. * class: add a class or multiple classes to the shortcode. Use `[row]` shortcode around `[column]` shortcode to keep columns in a div that clears any floats, and adds a bottom margin to display properly with other contents. = COLUMN = `[column type="" id="" class="" last=""] ... [/column]` * type: "1/1", "1/2", "1/3", "2/3", "1/4", "2/4", "3/4", "1/5", "2/5", "3/5", "4/5". * last: set to "true" to remove the margin on the last column so that it properly floats. * id: add a unique ID to the shortcode. * class: add a class or multiple classes to the shortcode. == Changelog == = Version 0.2.2 = Release Date: November 15, 2015 * Shortcode supports for description field in 'About (SuperPack)' widget. * Added unique class for Row shortcode output. = Version 0.2.1 = Release Date: October 3, 2015 * Fixes - `Select Image` button on 'About (SuperPack)' widget. * Fixes - Media query CSS for Row/Column (the Grid). = Version 0.2.0 = Release Date: September 18, 2015 * Added Shortcodes: [dropcap], [blockquote], [code], [column], [row], [social-icons]. * Centralized Settings for Theme Supports. * Added CSS for Row/Column (the Grid). * Added minified Assets (CSS/JS). = Version 0.1.1 = Release Date: September 8, 2015 * Cleaned up codebase. * Added - Widget settings. Theme authors can adjust settings via `add_theme_support`. * Added - Social Icons Widget. * Fixes - Updated Instagram Widget to properly fetch image data. = Version 0.1.0 = * Initial release.