Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

DEPRECATED - Display your Membership Levels Page in a DIV Layout for Paid Memberships Pro

Notifications You must be signed in to change notification settings

strangerstudios/pmpro-div-levels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

=== Paid Memberships Pro - Levels as DIV Layout Add On ===
Contributors: strangerstudios
Tags: paid memberships pro, pmpro, memberships, ecommerce
Requires at least: 3.0
Tested up to: 5.2.2
Stable tag: .3

IMPORTANT: This plugin has been deprecated. Please use the Advanced Levels Page Shortcode Add On: https://www.paidmembershipspro.com/add-ons/pmpro-advanced-levels-shortcode/.

The default PMPro Membership Levels page displays in a table layout. This plugin changes your levels page layout to use a DIV for each level. If you are using the PMPro Level Cost Text add on, it will use that text for the generated price sentence. Alternately, it will just use the automatically generated level cost text PMPro provides.

== Description ==
This plugin requires Paid Memberships Pro to function.

Display your Membership Levels in a DIV layout, allowing you to add custom CSS to create a more interesting Membership Levels page appearance.

== Installation ==

1. Upload the `pmpro-div-levels` directory to the `/wp-content/plugins/` directory of your site.
1. Activate the plugin through the 'Plugins' menu in WordPress.
1. That's it. No settings.

== Changelog ==
= .3 - 2019-08-07 =
* BUG FIX/ENHANCEMENT: Now checking which levels to display instead of displaying all levels.
* BUG FIX/ENHANCEMENT: Now respecting the levels order set by the Settings > Membership Levels admin page.

= .2 =
* BUG FIX: Fixed _e() use in some cases.
* ENHANCEMENT: Now showing "renew" to members with non-recurring levels with an end date instead of "your level".
* ENHANCEMENT: Added meta links to plugins page.

= .1 =
* Initial release