-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
169 lines (110 loc) · 5.44 KB
/
readme.txt
File metadata and controls
169 lines (110 loc) · 5.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
=== SuperPack ===
Contributors: xFrontend, moonomo
Donate link: https://xfrontend.com/
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.8
Stable tag: 0.3.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html
Features half-dozen shortocdes, half-dozen widgets, and seamless API for Author's contact-fields.
== Description ==
Provides half-dozen shortocdes, half-dozen widgets, and seamless API for Author's contact-fields.
= 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.
= Contact Fields =
SuperPack provides a seamless and powerful API to allow custom contact-fields for Author's Profile. Default fields includes `Facebook URL`, `Twitter URL`, `Google+ URL`, `Linkedin URL` and `Public Email`. Requires a compatible theme.
= 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. [Download](https://downloads.wordpress.org/plugin/superpack.zip) and extract the zip into your `/wp-content/plugins/` directory.
1. `Activate` the plugin through the 'Plugins' menu in WordPress.
Installation from WordPress.org repository using "Add New Plugin"
1. From your Admin Dashboard, use the menu to select Plugins -> Add New
1. Search for `SuperPack`
1. Click the `Install` button
1. Click the `Activate` 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 ==
= v0.3.1 =
Release Date: September 4, 2016
* Fixes - Link output for Email Contact Fields.
* Code improvements.
= v0.3.0 =
Release Date: September 4, 2016
* Added - Contact Fields for Author's Profile.
* Fixes - jQuery deprecated notice.
* Code cleanups.
= v0.2.2 =
Release Date: November 15, 2015
* Shortcode supports for description field in 'About (SuperPack)' widget.
* Added unique class for Row shortcode output.
= v0.2.1 =
Release Date: October 3, 2015
* Fixes - `Select Image` button on 'About (SuperPack)' widget.
* Fixes - Media query CSS for Row/Column (the Grid).
= v0.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).
= v0.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.
= v0.1.0 =
* Initial release.