You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41-45Lines changed: 41 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,11 @@
1
-
#Memberlite: An Easy to Customize Theme for Membership Sites
2
-
===
3
-
##Description
4
-
---------------
1
+
# Memberlite: An Easy to Customize Theme for Membership Sites
2
+
3
+
## Description
5
4
6
5
**Build a Professional WordPress Membership Site**
7
6
Memberlite is the ideal theme for your membership site - packed with integration for top membership site plugins including Paid Memberships Pro. It's fully customizable with your logo, colors, fonts, and more global layout settings. Extend the site appearance further with the Memberlite Elements and Memberlite Shortcodes plugins. Memberlite is responsive, clean and minimal.
8
7
9
-
##Copyright
10
-
---------------
8
+
## Copyright
11
9
12
10
Memberlite WordPress Theme, Copyright (C) 2018 Stranger Studios, LLC and other contributors
13
11
Memberlite is distributed under the terms of the GNU GPL
@@ -60,27 +58,26 @@ CSS grid based on Foundation by Zurb
Memberlite makes it easy to customize the appearance and layout of your site using the Theme Customization Screen (Appearance > Customize).
67
64
68
-
###Adding Your Logo
65
+
###Adding Your Logo
69
66
Use the Customize > Site Identity screen to add a custom logo (formatted for retina display), update your Site Title and Tagline, and toggle the display of your Site Title & Tagline.
70
67
71
-
[Explore Documentation on Custom Headers in Memberlite](http://www.memberlitetheme.com/documentation/site-branding/)
68
+
[Explore Documentation on Custom Headers in Memberlite »](http://www.memberlitetheme.com/documentation/site-branding/)
72
69
73
-
###Customize the Theme
70
+
###Customize the Theme
74
71
Use the Customize > Memberlite Options screen to modify theme layout, logo, fonts, colors, copyright message and more.
75
72
76
73
[Explore Documentation on Customizing Memberlite »](http://memberlitetheme.com/documentation/customize/)
77
74
78
-
###Using Child Themes
75
+
###Using Child Themes
79
76
If you need to customize the theme beyond theme settings, use a child theme.
@@ -106,8 +103,7 @@ We highly recommend using these plugins for every site running Memberlite:
106
103
**Theme My Login**
107
104
[Install Theme My Login »](https://wordpress.org/plugins/theme-my-login/)
108
105
109
-
110
-
###Changelog
106
+
### Changelog
111
107
112
108
**4.2 - 2018-10-26**
113
109
* SECURITY: Properly escaping the URL for excerpt_more.
@@ -129,7 +125,7 @@ We highly recommend using these plugins for every site running Memberlite:
129
125
* ENHANCEMENT: Added memberlite_the_excerpt and memberlite_more_content functions used in post template parts.
130
126
131
127
**4.0.1 - 2018-09-25**
132
-
* SECURITY: Switching to use absint as a sanitizing function instead of intval_base10 which doesn't work.
128
+
* SECURITY: Switching to use absint as a sanitizing function instead of `intval_base10` which doesn't work.
133
129
* SECURITY: Fixed escaping in the user account link.
134
130
* BUG FIX: Fix targeting of jQuery for tabbable Content, Post Comments and Permalinks.
135
131
* BUG FIX: Font Awesome icons added via the :before selector in css require a font-weight attribute.
@@ -139,30 +135,30 @@ We highly recommend using these plugins for every site running Memberlite:
139
135
* BUG FIX/ENHANCEMENT: Updating styles for BuddyPress to add to existing BuddyPress template stylesheets instead of complete override.
140
136
* BUG FIX/ENHANCEMENT: Updating primary area form styling to reference the .site-content class instead of the #primary div.
141
137
* BUG FIX/ENHANCEMENT: Updating the primary link color and hover color to use a class instead of an ID attribute.
142
-
* BUG FIX/ENHANCEMENT: Updating memberlite_page_nav function to bail if the post ID is 0.
138
+
* BUG FIX/ENHANCEMENT: Updating `memberlite_page_nav` function to bail if the post ID is 0.
143
139
* BUG FIX/ENHANCEMENT: Font Awesome fixes for font-weight and buttons; Theme My Login 7 formatting fixes.
144
-
* BUG FIX/ENHANCEMENT: Updating check to require both Multiple Post Thumbnails and Memberlite Elements plugins to allow the show_both option in customizer.
140
+
* BUG FIX/ENHANCEMENT: Updating check to require both Multiple Post Thumbnails and Memberlite Elements plugins to allow the `show_both` option in customizer.
145
141
* BUG FIX/ENHANCEMENT: Improving appearance of front page when set to static.
146
142
* BUG FIX/ENHANCEMENT: Adjusting style for banner images in the loop.
147
143
* BUG FIX/ENHANCEMENT: Updating Recent Posts w/Thumbnails widget to use grid instead of float.
148
144
* BUG FIX/ENHANCEMENT: Fixing case where customizer preview wasn't adjusting site description when changing site title and tagline text color.
149
145
* ENHANCEMENT: Moving all Theme My Login related styles to a separate optionally loaded integration file.
150
146
* ENHANCEMENT: Fixing mobile navigation search form to be the same whether added via Widget or via the Memberlite Options > Search Form After Navigation setting.
151
-
* ENHANCEMENT: Adding pmpro_btn-cancel to the standard link color default customization.
147
+
* ENHANCEMENT: Adding `pmpro_btn-cancel` to the standard link color default customization.
152
148
* ENHANCEMENT: Improving button and link-type button appearance throughout theme and for use in Paid Memberships Pro.
153
149
* ENHANCEMENT: Fixing padding on bbPress search widget to match other widget spacing.
154
150
* ENHANCEMENT: Removing padding on Custom HTML widget when placed in the sidebar (#secondary) location.
155
151
* ENHANCEMENT: Cleaning up tabs on empty lines.
156
152
* ENHANCEMENT: Removing the !important declaration from button font color.
157
153
* ENHANCEMENT: Adjusting text size of post titles in recent posts with thumbnails widget.
158
-
* ENHANCEMENT: Adding rel="nofollow" to the custom excerpt more link.
154
+
* ENHANCEMENT: Adding `rel="nofollow"` to the custom excerpt more link.
159
155
* ENHANCEMENT: Updating screenshot.
160
156
* ENHANCEMENT: Updating "Tested up to" WordPress version value.
161
157
* ENHANCEMENT: Adjusting featured image size in loop to use the 'medium' size for better appearance.
162
-
* FEATURE: Added 'memberlite_google_fonts_weights' filter to adjust which font weights are enqueued when loading Google Fonts.
158
+
* FEATURE: Added `memberlite_google_fonts_weights` filter to adjust which font weights are enqueued when loading Google Fonts.
163
159
164
160
**4.0 - 2018-07-31**
165
-
* SECURITY/BUG FIX: Added esc_url to wp-admin links on theme welcome page.
161
+
* SECURITY/BUG FIX: Added `esc_url` to wp-admin links on theme welcome page.
166
162
* SECURITY/BUG FIX: Various other escaping and sanitization fixes. (Thanks, Justin Tadlock and Sakin Shrestha)
167
163
* BUG FIX: Hiding 'Register' link in meta menu if registration is disabled.
168
164
* BUG FIX: Wrapping strings in customizer to fix redirect issue.
@@ -174,7 +170,7 @@ We highly recommend using these plugins for every site running Memberlite:
174
170
* ENHANCEMENT: Updating to version 5.2 of Font Awesome.
175
171
* ENHANCEMENT: Adding WooCommerce page template 3.x support
176
172
* ENHANCEMENT: Adding feature to define a member-menu area for logged out visitors
177
-
* ENHANCEMENT: Added {post_type} as a variable for the Post Entry Meta settings.
173
+
* ENHANCEMENT: Added `{post_type}` as a variable for the Post Entry Meta settings.
178
174
* ENHANCEMENT: Added some web safe fonts (non-Google Font) options for the font settings. Also allowing translators to exclude certain fonts.
179
175
180
176
**3.0.4 - 2017-10-27**
@@ -183,38 +179,38 @@ We highly recommend using these plugins for every site running Memberlite:
183
179
184
180
**3.0.3 - 2017-08-07**
185
181
* BUG: Fixed float for Full Width and Narrow Width page templates when default pages layout set to left sidebar.
186
-
* NOTE/ENHACEMENT: Now only showing the post meta generated by memberlite_get_entry_meta() on the post CPT.
182
+
* NOTE/ENHACEMENT: Now only showing the post meta generated by `memberlite_get_entry_meta()` on the post CPT.
187
183
* NOTE/ENHANCEMENT: Now only showing the footer widgets primary background stripe if there are active widgets in the area.
188
184
* ENHANCEMENT: Added CSS for JetPack contact form submission/results blockquote.
189
185
190
186
**3.0.2 - 2017-01-02**
191
187
* BUG: Fixed issue with update code when PMPro is not installed.
192
-
* BUG/ENHANCEMENT: Now running "do_shortcode" on the "Banner Right" content.
188
+
* BUG/ENHANCEMENT: Now running `do_shortcode` on the "Banner Right" content.
193
189
* BUG/ENHANCEMENT: CSS tweak for input elements in iOS browsers.
194
190
* ENHANCEMENT: Added Narrow Width page template for an 8 column centered main content layout with no sidebar.
195
191
196
192
**3.0.1 - 2016-12-06**
197
-
* BUG: Now hiding the wrapping <p> tag for memberlite_get_entry_meta before and after when set to none via customizer.
193
+
* BUG: Now hiding the wrapping `<p>` tag for `memberlite_get_entry_meta` before and after when set to none via customizer.
198
194
* ENHANCEMENT: Added masthead with profile user name to bbPress single user profile view.
199
-
* BUG: Now filtering memberlite_banner_right to allow shortcodes.
195
+
* BUG: Now filtering `memberlite_banner_right` to allow shortcodes.
200
196
* BUG: Fixing some display issues with no masthead and the blog sidebar float.
201
197
* NOTE/ENHANCEMENT: Added the code back to update from the PMPro license server until we get approval in the WordPress repository.
202
198
203
199
**3.0 - 2016-09-20**
204
200
* ENHANCEMENT: Page banner description and banner right column now inheriting ratio of primary columns.
205
201
* ENHANCEMENT: Adding support for toggling display of page masthead banner.
206
-
* BUG: Fixing index error on memberlite_cpt_sidebar_id.
202
+
* BUG: Fixing index error on `memberlite_cpt_sidebar_id`.
207
203
* ENHANCEMENT: Added page setting for page icon and banner right icon display.
208
204
* BUG: Fixing error when viewing archive and no $post is set.
209
205
* BUG: Fixing error when missing pagemenuid in sidebar.
210
206
* Cleaning blank spaces in style.css
211
207
* BUG: Fixing CSS on checkout page headings (h2) for boxes added via Register Helper.
212
-
* BUG: Fixing some dark.css colors for Paid Memberships Pro and bbPress.
208
+
* BUG: Fixing some `dark.css` colors for Paid Memberships Pro and bbPress.
213
209
* ENHANCEMENT: Added customization setting for columns ratio of primary and sidebar.
* ENHANCEMENT: Added fallback to author avatar for recent posts widget when featured image is not set
217
-
* BUG: Fixing content_width for full width or fluid width page template.
213
+
* BUG: Fixing `content_width` for full width or fluid width page template.
218
214
* ENHANCEMENT: Added single post meta settings with template variables for before and after post.
219
215
* ENHANCEMENT: Added Back to Top footer link
220
216
* ENHANCEMENT: Added customizer settings for page and post navigation
@@ -239,16 +235,16 @@ We highly recommend using these plugins for every site running Memberlite:
239
235
* BUG: Fixed comment/ping/trackback count for 'approve' status only.
240
236
* BUG: Updated Comment Walker to respect PHP strict standards
241
237
* BUG: Fixed homepage bottom banner when page template is defined.
242
-
* BUG: Fixed highlighted level in the compare_table layout when highlighted level is first column.
243
-
* BUG: Fixed current_user level class on compare_table layout in membership levels shortcode.
244
-
* BUG: Fixed notice when bbpress is not activated for memberlite_page_title function
238
+
* BUG: Fixed highlighted level in the `compare_table` layout when highlighted level is first column.
239
+
* BUG: Fixed `current_user` level class on `compare_table` layout in membership levels shortcode.
240
+
* BUG: Fixed notice when bbpress is not activated for `memberlite_page_title` function
245
241
246
242
**2.0.3.4 - 2015-11-07**
247
-
* SECURITY: Now using get_search_query() and the_search_query() to prevent XSS issues in h1s and breadcrumbs on search results pages. (Thanks, retr0)
243
+
* SECURITY: Now using `get_search_query()` and `the_search_query()` to prevent XSS issues in h1s and breadcrumbs on search results pages. (Thanks, retr0)
248
244
* ENHANCEMENT: Tweaks to checkout page CSS.
249
245
250
246
**2.0.3.3**
251
-
* BUG: Updated memberlite_defaults for banner hover background color.
247
+
* BUG: Updated `memberlite_defaults` for banner hover background color.
252
248
253
249
**2.0.3.2 - 2015-10-08**
254
250
* BUG: Updated sidebar registration order so default widgets of new WP install are placed in the Posts custom sidebar.
@@ -263,33 +259,33 @@ We highly recommend using these plugins for every site running Memberlite:
263
259
* ENHANCEMENT: Added "lock" icon to membership-restricted post titles (requires PMPro v1.8.5.4 or higher)
264
260
* ENHANCEMENT: Added the ability to select a separate banner and feature image when the Multiple Post Thumbnails Plugin () is enabled.
265
261
* ENHANCEMENT: Setting the hover colors of primary, secondary, and action links to a lighter version of the color instead of using other colors from the color scheme.
266
-
* ENHANCEMENT: Moved memberlite_defaults array to a separate included file.
262
+
* ENHANCEMENT: Moved `memberlite_defaults` array to a separate included file.
267
263
* ENHANCEMENT: Design improvements for galleries and image captions.
268
264
269
265
**2.0.3.1 - 2015-08-26**
270
266
* ENHANCEMENT: Support added for dark background via customizer setting and additional dark.css
271
-
* BUG: Fixing issue with [memberlite_subpagelist] shortcode thumbnail size setting
267
+
* BUG: Fixing issue with `[memberlite_subpagelist]` shortcode thumbnail size setting
272
268
* BUG: Header text color fix in customizer
273
269
274
270
**2.0.3 - 2015-08-26**
275
271
* SECURITY: Fixed XSS issue with the h1 display of search queries.
276
-
* BUG: Removed pmpro_content_filter from banner description so it is not duplicated in post content.
277
-
* BUG: Fixing issue where archvies and index weren't showing full the_content when set in customizer.
272
+
* BUG: Removed `pmpro_content_filter` from banner description so it is not duplicated in post content.
273
+
* BUG: Fixing issue where archvies and index weren't showing full `the_content` when set in customizer.
278
274
* ENHANCEMENT: Updating Title of Contents and general stylesheet formatting improvements.
279
-
* ENHANCEMENT: Added post_parent and thumbnail_size attributes to [memberlite_subpagelist] shortcode.
280
-
* ENHANCEMENT: Improved memberlite_getLevelCost function to respect price formatting filters in Paid Memberships Pro.
275
+
* ENHANCEMENT: Added `post_parent` and `thumbnail_size` attributes to `[memberlite_subpagelist]` shortcode.
276
+
* ENHANCEMENT: Improved `memberlite_getLevelCost` function to respect price formatting filters in Paid Memberships Pro.
281
277
* ENHANCEMENT: Added masthead banner background image support to front-page template.
282
278
* ENHANCEMENT: Added customizer settings for primary navigation bar background color and link color.
283
-
* ENHANCEMENT: Added 'scheme_SCHEMENAME' to body classes array when an included color scheme is selected in customizer.'
279
+
* ENHANCEMENT: Added `scheme_SCHEMENAME` to body classes array when an included color scheme is selected in customizer.'
284
280
* ENHANCEMENT: Improved formatting for comments, nested comments, pingbacks and trackbacks
285
281
286
282
**2.0.2**
287
283
* ENHANCEMENT: Now respecting your choice if you set a specific page template on the "static front page".
288
284
* BUG: Updates to member menu area to only show the "member menu" selection if current user has membership level.
289
285
290
286
**2.0.1**
291
-
* BUG: Added hook to reset update_themes cache when pmpro license is updated.
292
-
* ENHANCEMENT: Added the "pmpro_license_check_key_timeout" filter which can be used to set the timeout of the call to the PMPro License Server to something other than 5s. This is useful if you find your website timing out or having trouble getting updates.
287
+
* BUG: Added hook to reset `update_themes` cache when pmpro license is updated.
288
+
* ENHANCEMENT: Added the `pmpro_license_check_key_timeout` filter which can be used to set the timeout of the call to the PMPro License Server to something other than 5s. This is useful if you find your website timing out or having trouble getting updates.
0 commit comments