mrleemon
mrleemon
It would be really cool to able to export the generated templates and their fields as PHP + JS code, so we don't depend on this plugin to be active...
This is not a bug report, but a repost of an article detailing a proposal for implementing a custom order table in WooCommerce to replace the use of `wp_post` and...
This is not a bug report. It's just info. WC 5.4 has added a product attributes lookup table. Apparently, it's not used yet, but it will be in the future,...
Is this project abandoned? There haven't been any commits since January. Is there any alternative component out there that supports sorting in both axis? Most of the ones I've found...
### Description In the "Developing with theme.json" section of the Block Editor Handbook, the example shown uses the latest version of the schema (`https://schemas.wp.org/trunk/theme.json`), but there's no mention that a...
Is this project abandoned? There have been no updates since 2019 and, judging by the amount of open issues here, there are plenty of unresolved problems with it. Are there...
I recently updated a site to WP5.5 and the theme has stopped showing all images. Any solution? Thanks in advance!
**Describe the bug** I've translated the plugin into Catalan via GlotPress: https://translate.wordpress.org/projects/wp-plugins/paid-memberships-pro/dev/ca/default/ But when setting the admin language to Catalan in Users > Profile > Language the plugin is not...
Your jQuery code is still using old deprecated jQuery syntax in many places. Some examples: `click(...)` instead of `on('click',...)`: https://github.com/strangerstudios/paid-memberships-pro/blob/4812f157e759a38b2d22cf56be728cc00592af07/js/pmpro-checkout.js#L29 `change(...)` instead of `on('change',...)`: https://github.com/strangerstudios/paid-memberships-pro/blob/1504409e7833f9304922b828b22249a1b625cb28/includes/profile.php#L102 `$( document ).ready(function()` instead of...
According to this link https://api.jquery.com/attr/: `As of jQuery 1.6, the .attr() method returns undefined for attributes that have not been set. To retrieve and change DOM properties such as the...