Please fix some bugs (Menu and Remove)
-
Hello developer,
It’s been a while since I last used your plugin. However, there are two issues that need fixing (I’m sure I tested it on a brand new WordPress website with no other plugins installed).- The Lists menu is hidden as soon as the admin page loads. I just managed to see it before it disappeared.
I don’t understand why you designed the plugin this way, but I think you should bring Lists back to the list submenu. Users need the ability to edit the list name and description.
Although you’ve added lists to the Audience page, it lacks the ability to edit the list name and description, so Lists remains a necessary menu until you add all the Lists functionality to Audience.
- “Delete plugin data on uninstall” doesn’t work.
If I enable this option, when I try to remove the plugin, it crashes and reports a serious website error. And I can’t uninstall it.
I had to go into the database management system to fix the error using SQL.
DELETE FROM wp_options
WHERE option_name LIKE '%ig_%'
OR option_name LIKE '%email_subscribers%';
DELETE FROM wp_options *WHERE option_name = 'cron';This is easy to get confused with for those unfamiliar with the system.
Another question, can you add language-specific functionality to Polylang?
For campaign settings for New Post Notifications, if I want to only send posts in a specific language to a specific list, but subscribers to the English list will only receive new posts in English, and subscribers to the Vietnamese list will only receive notifications for posts in Vietnamese.
Thank you!
You must be logged in to reply to this topic.