Maciej Bis
Forum Replies Created
-
Forum: Plugins
In reply to: [Permalink Manager Lite] Missing Field Values in Ninja Forms Admin MailsThank you, I really wish I could help, but I am unable to reproduce this issue in any way, even with WPML or Polylang activated. The only way to investigate further would be if you could set up a staging environment where I can debug this, but this is not allowed for security reasons, as stated in the ww.wp.xz.cn guidelines:
https://ww.wp.xz.cn/support/guidelines/Forum: Plugins
In reply to: [Permalink Manager Lite] Missing Field Values in Ninja Forms Admin MailsThanks, but unfortunately this screenshot doesn’t help. I need a screenshot of the actual sample email, not the settings, so I can compare how it looks with and without my plugin enabled.
Forum: Plugins
In reply to: [Permalink Manager Lite] Missing Field Values in Ninja Forms Admin Mailsn/d
- This reply was modified 1 month, 3 weeks ago by Maciej Bis. Reason: duplicate
Forum: Plugins
In reply to: [Permalink Manager Lite] Missing Field Values in Ninja Forms Admin MailsOk, unfortunately I wasn’t able to reproduce this on my development server, and after reviewing the support tickets, no one else has reported a similar issue.
I checked how Ninja Forms populates the {wp:post_url} field, and a potential conflict may be related to url_to_postid() function not working correctly. It could be also a piece of code that overwrites the global $post object like in the below issue description:
https://wpgeodirectory.com/support/topic/merge-tags-in-ninja-forms-are-not-pulling-listing-data/Most likely this fails here:
https://plugins.trac.ww.wp.xz.cn/browser/ninja-forms/trunk/includes/MergeTags/WP.php#L116Are you using Permalink Manager Lite (free version) or Permalink Manager Pro?
Could you also provide me with a sample URL (with and without Permalink Manager activated) where the affected form is displayed + the screenshot with admin emails (with and without Permalink Manager activated)?
Forum: Plugins
In reply to: [Permalink Manager Lite] Missing Field Values in Ninja Forms Admin MailsHi Sebastian,
Could you try to temp. deactivate Permalink Manger and send test email to check if all the fields are populated correctly?
Best regards,
Maciej
Forum: Plugins
In reply to: [Permalink Manager Lite] compatibility WPML – ATE ?Hi @joaquin2019,
Technically, I integrated Permalink Manager with translate-links functionality used by WPML, so this should work as intended. This feature is also available with free version that supports products, so you can double-check it.
You can also try to fix the non-translated URLs inside the WPML settings:
https://wpml.org/forums/topic/elementor-image-and-button-link-goes-to-default-language/Forum: Plugins
In reply to: [Permalink Manager Lite] Autoload issueHi @wood1e,
Yes, you can safely change the autoload to either “no” or “off” without affecting the plugin. Unfortunately, the only option to reduce the size of the custom permalinks array is to exclude the content types that do not need custom permalinks.
https://permalinkmanager.pro/docs/exclude-content-types/
Best regards,
MaciejI am happy to help. The “-2” is appended to the slugs if the same product category title is used more than once. I explained it briefly in the below article:
Yes, you can safely uninstall the plugin.
I am trying to understand one detail. Did you actually change the product category permalinks using the plugin? Removing /product-category/ from WooCommerce category URLs is technically not possible with the free version of Permalink Manager. The free version of Permalink Manager does not contain any code that could modify product category URLs.
Yes, by design, the plugin does not change the built-in permalinks, but instead it dynamically overwrites the original URLs with the custom permalinks. Once you deactivate it, the original URLs will be automatically restored without any extra steps.
If possible, could you possibly provide me with more details on what exactly stopped working when you used my plugin to rewrite WooCommerce URLs?
Hi @trollito,
Technically, Permalink Manager does not permanently modify any of the website’s built-in settings, such as rewrite rules or native permalink settings. In other words, the plugin only dynamically changes the URLs and applies the custom permalinks when it is activated. When deactivated, these changes restore to their original state.
The free version of the plugin does not include any code that would allow to rewrite product category permalinks. Could you send me the screenshot with:
- “original” permalink settings for products and product categories (“Settings -> Permalinks”)
- Permalink Manager settings for products and product categories (“Tools -> Permalink Manager -> Permastructures”)
- a sample product & product category URL
- This reply was modified 2 months, 3 weeks ago by Maciej Bis.
Forum: Plugins
In reply to: [Permalink Manager Lite] Permalink Manager does not Update the SlugThanks, given the debug data, the problem seems to be somewhere else.
Could you possibly record a screencast video and show all the steps, so I can reproduce them on my dev server. Before changing the slug, please open a browser’s console log (there might be some AJAX/JS errors displayed that might be helpful in troubleshooting).
https://developer.ww.wp.xz.cn/advanced-administration/debug/debug-javascript/
Forum: Plugins
In reply to: [Permalink Manager Lite] Permalink Manager does not Update the SlugIf it is not possible to save new custom permalinks, the problem is probably in the size of the custom permalinks array. Unfortunately, I am not able to reproduce your server configuration, so I need you to send me two screenshots:
- One with the size of custom permalinks array (you can find it in “Tools -> Permalink Manager -> Debug”)
- One with “max_allowed_packet” and “PHP Memory Limit” values (you can find them under “Tools -> Site Health -> Info”):

Forum: Plugins
In reply to: [Permalink Manager Lite] Not Preventing Duplicate URLsPerfect, I am glad that it works correctly now.
The patch will be added in the next plugin’s release.
Forum: Plugins
In reply to: [Permalink Manager Lite] Not Preventing Duplicate URLsThanks, everything is set-up correctly. Have you tried to check if it works for more than one specific custom permalink or for more of them?
Troubleshooting this further can be difficult, because I am not able to reproduce this bug any longer. After I identified it and applied a fix, the Permalink_Manager_Helper_Functions::force_unique_uri() function seem to work as expected.
I have tested it in several configurations, including both WPML and Polylang – but I think I might missing something – could you possibly record a screencast or send me extra screenshots showing step-by-step how exactly you edit the permalink?