Thomas Patrick Levy
Thomas Patrick Levy
I've found what I believe to be a bug encountered when utilizing multiple modals on a single page. I've setup a fiddle to help illustrate the issue in a neutral...
I was having trouble compiling a sass project that had brackets ("[" & "]") in the directory structure path. error received: Syntax error: File to import not found or unreadable:...
Hey there, I'm the developer of LifterLMS, a WordPress plugin for building courses with WordPress. I've been made aware of a conflict with nginx-helper. Our plugin provides admin users with...
In light of this recommendation change (for themes) we should probably get out in front of this and load certificate fonts locally in favor of loading them from Google directly....
### Reproduction Steps As a user with the `unfiltered_html` capability (an administrator) Create a new certificate with either an `` (say a video embed) or a `` tag, for example:...
### Reproduction Steps + Add css to site: ```php add_action( 'wp_print_styles', function( ) { echo 'html { scroll-behavior: smooth; }'; } ); ``` + Visit checkout + Leave at least...
Introduces a collection of admin settings designed to automatically delete abandoned orders from the database after a specified time period (days/weeks/months/years) + Inactive accounts - an account which has no...
## The problem Users who create memberships and wish to provide access to a large-number of courses end up using the course auto-enrollment feature to add every course to the...
### Reproduction Steps + Initiate checkout using PayPal CP on 7.0-alpha.x + Abandon checkout before approving the PayPal payment + View the pending order on the admin panel ### Expected...