Skip to content

Commit 726faaf

Browse files
committed
Merge branch 'dev' of https://github.com/strangerstudios/memberlite into dev
2 parents a01c5aa + af6644a commit 726faaf

File tree

7 files changed

+73
-342
lines changed

7 files changed

+73
-342
lines changed

README.md

Lines changed: 41 additions & 45 deletions
Original file line numberDiff line numberDiff 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
54

65
**Build a Professional WordPress Membership Site**
76
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.
87

9-
##Copyright
10-
---------------
8+
## Copyright
119

1210
Memberlite WordPress Theme, Copyright (C) 2018 Stranger Studios, LLC and other contributors
1311
Memberlite is distributed under the terms of the GNU GPL
@@ -60,27 +58,26 @@ CSS grid based on Foundation by Zurb
6058
License: MIT License
6159
Source: https://foundation.zurb.com/get-involved/faq.html
6260

63-
##Getting Started
64-
---------------
61+
## Getting Started
6562

6663
Memberlite makes it easy to customize the appearance and layout of your site using the Theme Customization Screen (Appearance > Customize).
6764

68-
###Adding Your Logo
65+
### Adding Your Logo
6966
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.
7067

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/)
7269

73-
###Customize the Theme
70+
### Customize the Theme
7471
Use the Customize > Memberlite Options screen to modify theme layout, logo, fonts, colors, copyright message and more.
7572

7673
[Explore Documentation on Customizing Memberlite »](http://memberlitetheme.com/documentation/customize/)
7774

78-
###Using Child Themes
75+
### Using Child Themes
7976
If you need to customize the theme beyond theme settings, use a child theme.
8077

8178
[Download a Blank Child Theme »](https://github.com/strangerstudios/memberlite-child) | [About Child Themes (WordPress Codex) »](http://codex.wordpress.org/Child_Themes)
8279

83-
###Integrated Plugins
80+
### Integrated Plugins
8481
Memberlite includes formatting for use with:
8582

8683
**Paid Memberships Pro**
@@ -106,8 +103,7 @@ We highly recommend using these plugins for every site running Memberlite:
106103
**Theme My Login**
107104
[Install Theme My Login »](https://wordpress.org/plugins/theme-my-login/)
108105

109-
110-
###Changelog
106+
### Changelog
111107

112108
**4.2 - 2018-10-26**
113109
* SECURITY: Properly escaping the URL for excerpt_more.
@@ -129,7 +125,7 @@ We highly recommend using these plugins for every site running Memberlite:
129125
* ENHANCEMENT: Added memberlite_the_excerpt and memberlite_more_content functions used in post template parts.
130126

131127
**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.
133129
* SECURITY: Fixed escaping in the user account link.
134130
* BUG FIX: Fix targeting of jQuery for tabbable Content, Post Comments and Permalinks.
135131
* 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:
139135
* BUG FIX/ENHANCEMENT: Updating styles for BuddyPress to add to existing BuddyPress template stylesheets instead of complete override.
140136
* BUG FIX/ENHANCEMENT: Updating primary area form styling to reference the .site-content class instead of the #primary div.
141137
* 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.
143139
* 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.
145141
* BUG FIX/ENHANCEMENT: Improving appearance of front page when set to static.
146142
* BUG FIX/ENHANCEMENT: Adjusting style for banner images in the loop.
147143
* BUG FIX/ENHANCEMENT: Updating Recent Posts w/Thumbnails widget to use grid instead of float.
148144
* BUG FIX/ENHANCEMENT: Fixing case where customizer preview wasn't adjusting site description when changing site title and tagline text color.
149145
* ENHANCEMENT: Moving all Theme My Login related styles to a separate optionally loaded integration file.
150146
* 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.
152148
* ENHANCEMENT: Improving button and link-type button appearance throughout theme and for use in Paid Memberships Pro.
153149
* ENHANCEMENT: Fixing padding on bbPress search widget to match other widget spacing.
154150
* ENHANCEMENT: Removing padding on Custom HTML widget when placed in the sidebar (#secondary) location.
155151
* ENHANCEMENT: Cleaning up tabs on empty lines.
156152
* ENHANCEMENT: Removing the !important declaration from button font color.
157153
* 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.
159155
* ENHANCEMENT: Updating screenshot.
160156
* ENHANCEMENT: Updating "Tested up to" WordPress version value.
161157
* 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.
163159

164160
**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.
166162
* SECURITY/BUG FIX: Various other escaping and sanitization fixes. (Thanks, Justin Tadlock and Sakin Shrestha)
167163
* BUG FIX: Hiding 'Register' link in meta menu if registration is disabled.
168164
* 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:
174170
* ENHANCEMENT: Updating to version 5.2 of Font Awesome.
175171
* ENHANCEMENT: Adding WooCommerce page template 3.x support
176172
* 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.
178174
* ENHANCEMENT: Added some web safe fonts (non-Google Font) options for the font settings. Also allowing translators to exclude certain fonts.
179175

180176
**3.0.4 - 2017-10-27**
@@ -183,38 +179,38 @@ We highly recommend using these plugins for every site running Memberlite:
183179

184180
**3.0.3 - 2017-08-07**
185181
* 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.
187183
* NOTE/ENHANCEMENT: Now only showing the footer widgets primary background stripe if there are active widgets in the area.
188184
* ENHANCEMENT: Added CSS for JetPack contact form submission/results blockquote.
189185

190186
**3.0.2 - 2017-01-02**
191187
* 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.
193189
* BUG/ENHANCEMENT: CSS tweak for input elements in iOS browsers.
194190
* ENHANCEMENT: Added Narrow Width page template for an 8 column centered main content layout with no sidebar.
195191

196192
**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.
198194
* 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.
200196
* BUG: Fixing some display issues with no masthead and the blog sidebar float.
201197
* NOTE/ENHANCEMENT: Added the code back to update from the PMPro license server until we get approval in the WordPress repository.
202198

203199
**3.0 - 2016-09-20**
204200
* ENHANCEMENT: Page banner description and banner right column now inheriting ratio of primary columns.
205201
* 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`.
207203
* ENHANCEMENT: Added page setting for page icon and banner right icon display.
208204
* BUG: Fixing error when viewing archive and no $post is set.
209205
* BUG: Fixing error when missing pagemenuid in sidebar.
210206
* Cleaning blank spaces in style.css
211207
* 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.
213209
* ENHANCEMENT: Added customization setting for columns ratio of primary and sidebar.
214-
* BUG: Removed add_image_size('large') declaration
210+
* BUG: Removed `add_image_size('large')` declaration
215211
* ENHANCEMENT: Added image size for 'fullwidth' (full width 12 columns - 1170px)
216212
* 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.
218214
* ENHANCEMENT: Added single post meta settings with template variables for before and after post.
219215
* ENHANCEMENT: Added Back to Top footer link
220216
* ENHANCEMENT: Added customizer settings for page and post navigation
@@ -239,16 +235,16 @@ We highly recommend using these plugins for every site running Memberlite:
239235
* BUG: Fixed comment/ping/trackback count for 'approve' status only.
240236
* BUG: Updated Comment Walker to respect PHP strict standards
241237
* 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
245241

246242
**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)
248244
* ENHANCEMENT: Tweaks to checkout page CSS.
249245

250246
**2.0.3.3**
251-
* BUG: Updated memberlite_defaults for banner hover background color.
247+
* BUG: Updated `memberlite_defaults` for banner hover background color.
252248

253249
**2.0.3.2 - 2015-10-08**
254250
* 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:
263259
* ENHANCEMENT: Added "lock" icon to membership-restricted post titles (requires PMPro v1.8.5.4 or higher)
264260
* ENHANCEMENT: Added the ability to select a separate banner and feature image when the Multiple Post Thumbnails Plugin () is enabled.
265261
* 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.
267263
* ENHANCEMENT: Design improvements for galleries and image captions.
268264

269265
**2.0.3.1 - 2015-08-26**
270266
* 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
272268
* BUG: Header text color fix in customizer
273269

274270
**2.0.3 - 2015-08-26**
275271
* 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.
278274
* 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.
281277
* ENHANCEMENT: Added masthead banner background image support to front-page template.
282278
* 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.'
284280
* ENHANCEMENT: Improved formatting for comments, nested comments, pingbacks and trackbacks
285281

286282
**2.0.2**
287283
* ENHANCEMENT: Now respecting your choice if you set a specific page template on the "static front page".
288284
* BUG: Updates to member menu area to only show the "member menu" selection if current user has membership level.
289285

290286
**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.
293289

294290
**2.0**
295291
* Initial version.

components/page/content-page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<?php
2323
$memberlite_page_nav = get_theme_mod( 'memberlite_page_nav', 1 );
24-
if ( ! empty( $memberlite_page_nav ) && ! is_page_template( 'templates/fluid-width.php' ) ) {
24+
if ( ! empty( $memberlite_page_nav ) && ! is_page_template( 'templates/fluid-width.php' ) && ! is_page_template( 'templates/blank.php' ) ) {
2525
memberlite_page_nav();
2626
}
2727
?>

0 commit comments

Comments
 (0)