Title: Olawale Adesina's Replies | WordPress.org

---

# Olawale Adesina

  [  ](https://wordpress.org/support/users/olatechpro/)

 *   [Profile](https://wordpress.org/support/users/olatechpro/)
 *   [Topics Started](https://wordpress.org/support/users/olatechpro/topics/)
 *   [Replies Created](https://wordpress.org/support/users/olatechpro/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/olatechpro/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/olatechpro/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/olatechpro/engagements/)
 *   [Favorites](https://wordpress.org/support/users/olatechpro/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 43 total)

1 [2](https://wordpress.org/support/users/olatechpro/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/olatechpro/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/olatechpro/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Capabilities - User Role Editor, Access Permissions, User Capabilities, Admin Menus] Administrator Role No Longer Able to Add/Delete Plugins, Themes Or WordPress](https://wordpress.org/support/topic/administrator-role-no-longer-able-to-add-delete-plugins-themes-or-wordpress/)
 *  Plugin Author [Olawale Adesina](https://wordpress.org/support/users/olatechpro/)
 * (@olatechpro)
 * [5 months ago](https://wordpress.org/support/topic/administrator-role-no-longer-able-to-add-delete-plugins-themes-or-wordpress/#post-18775057)
 * Hi [@rplakas](https://wordpress.org/support/users/rplakas/)
 * Can you please confirm if the delete or add plugin button is missing or you’re
   getting a specific error when trying to perform the action?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Blocks - Block Controls, Block Visibility, Block Permissions] Text instead of Icons in Reusable Block after WordPress Update 6.9](https://wordpress.org/support/topic/text-instead-of-icons-in-reusable-block-after-wordpress-update-6-9/)
 *  Plugin Author [Olawale Adesina](https://wordpress.org/support/users/olatechpro/)
 * (@olatechpro)
 * [6 months ago](https://wordpress.org/support/topic/text-instead-of-icons-in-reusable-block-after-wordpress-update-6-9/#post-18741112)
 * Thanks [@jesus-1](https://wordpress.org/support/users/jesus-1/).
 * Glad to hear the issue is resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Blocks - Block Controls, Block Visibility, Block Permissions] Text instead of Icons in Reusable Block after WordPress Update 6.9](https://wordpress.org/support/topic/text-instead-of-icons-in-reusable-block-after-wordpress-update-6-9/)
 *  Plugin Author [Olawale Adesina](https://wordpress.org/support/users/olatechpro/)
 * (@olatechpro)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/text-instead-of-icons-in-reusable-block-after-wordpress-update-6-9/#post-18740783)
 * Hi [@jesus-1](https://wordpress.org/support/users/jesus-1/),
 * Thanks for the report. Can you kindly show a screenshot of this issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Capabilities - User Role Editor, Access Permissions, User Capabilities, Admin Menus] PHP Fatal Error Fix – Array to String Conversion in cap-helper.php](https://wordpress.org/support/topic/php-fatal-error-fix-array-to-string-conversion-in-cap-helper-php/)
 *  Plugin Author [Olawale Adesina](https://wordpress.org/support/users/olatechpro/)
 * (@olatechpro)
 * [10 months, 2 weeks ago](https://wordpress.org/support/topic/php-fatal-error-fix-array-to-string-conversion-in-cap-helper-php/#post-18571106)
 * Hi [@naresh11381](https://wordpress.org/support/users/naresh11381/)
 * Thanks for the detailed report and suggested fix. We’ve made a fix for this and
   it’ll be included in the next release.
 * I didn’t bother to send the package here since you already fix the issue from
   your end too.
 * Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Capabilities - User Role Editor, Access Permissions, User Capabilities, Admin Menus] Php 8.2 Fatal Error](https://wordpress.org/support/topic/php-8-2-fatal-error-4/)
 *  Plugin Author [Olawale Adesina](https://wordpress.org/support/users/olatechpro/)
 * (@olatechpro)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/php-8-2-fatal-error-4/#post-18253778)
 * HI [@mona1302](https://wordpress.org/support/users/mona1302/)
 * Thanks for the report. We’re planning an update release today and a fix for this
   issue will be included.
 * Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Capabilities - User Role Editor, Access Permissions, User Capabilities, Admin Menus] Gutenberg editor not working for author role](https://wordpress.org/support/topic/gutenberg-editor-not-working-for-author-role/)
 *  Plugin Author [Olawale Adesina](https://wordpress.org/support/users/olatechpro/)
 * (@olatechpro)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/gutenberg-editor-not-working-for-author-role/#post-18233982)
 * Hi [@bradley2083](https://wordpress.org/support/users/bradley2083/) Please check
   WordPress documentation on Capabilities [https://developer.wordpress.org/reference/classes/wp_role/add_cap/#more-information](https://developer.wordpress.org/reference/classes/wp_role/add_cap/#more-information)
 * Specifically, the More information section which i quote below:
 * > Changing the capabilities of a role is persistent, meaning the added capability
   > will stay in effect until explicitly revoked.
   > This setting is saved to the database (in table wp_options, field wp_user_roles),
   > so it might be better to run this on theme/plugin activation.
 * So, capabilities assigned to roles are saved in the database and when you uninstall
   the plugin, it doesn’t revoke the capabilities.
 * Here’s a practical way to confirm this, assign a capability to add and edit users
   to a role(Author for example), then uninstall Capabilities plugin and the role
   will still be able to add or edit users even without the plugin been active again.
 * I’ll suggest you open support issue with the plugin Author explaining the editor
   been blank when Capabilities to add/edit pages are assigned to Author.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Planner - Editorial Calendar, Marketing Content, Kanban Board] After updating PublishPress Planner, 4000 posts were added to the notification m](https://wordpress.org/support/topic/after-updating-publishpress-planner-4000-posts-were-added-to-the-notification-m/)
 *  Plugin Author [Olawale Adesina](https://wordpress.org/support/users/olatechpro/)
 * (@olatechpro)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/after-updating-publishpress-planner-4000-posts-were-added-to-the-notification-m/#post-18167029)
 * The problem cannot happen on your site again as it only happen once.
 * We have a code that run when upgrading to version 4.3.1+ that’s suppose to create
   default notification. The code is supposed to run once but if it run in loop 
   which is not supposed to happen, it’ll keep creating more default [https://github.com/publishpress/PublishPress-Planner/blob/development/modules/improved-notifications/improved-notifications.php#L575](https://github.com/publishpress/PublishPress-Planner/blob/development/modules/improved-notifications/improved-notifications.php#L575)
 * So, I’ve created an issue on this to make sure default only get created if it
   doesn’t exist during upgrade or installation.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Planner - Editorial Calendar, Marketing Content, Kanban Board] After updating PublishPress Planner, 4000 posts were added to the notification m](https://wordpress.org/support/topic/after-updating-publishpress-planner-4000-posts-were-added-to-the-notification-m/)
 *  Plugin Author [Olawale Adesina](https://wordpress.org/support/users/olatechpro/)
 * (@olatechpro)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/after-updating-publishpress-planner-4000-posts-were-added-to-the-notification-m/#post-18166732)
 * Hi [@w1128h1](https://wordpress.org/support/users/w1128h1/)
 * Apologies for the issue you’re experiencing. Although this shouldn’t happen as
   the installer is supposed to run once but something probably happened during 
   update that cause it to run in loop.
 * While reviewing the code, I realized I could add an additional check to make 
   sure something that that never happen even if it run in loop and will be making
   an update to implement that.
 * 4,000 is alot of posts. So, deleting them manually won’t be easy even via UI.
 * So, do you want me to help you with a small plugin you can run with a custom 
   UI to delete them all?
 * If yes, I can create the small plugin to do this for you and send.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Capabilities - User Role Editor, Access Permissions, User Capabilities, Admin Menus] I can’t see capabilities options](https://wordpress.org/support/topic/i-cant-see-capabilities-options/)
 *  Plugin Author [Olawale Adesina](https://wordpress.org/support/users/olatechpro/)
 * (@olatechpro)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/i-cant-see-capabilities-options/#post-17418507)
 * Hi [@jdavidsmonroy](https://wordpress.org/support/users/jdavidsmonroy/)
 * This issue has been identified and will be fixed in a release coming out today.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Checklists: Pre-Publishing Approval Checklist - Validate Post Requirements] suddenly the plugin doesn’t work](https://wordpress.org/support/topic/suddenly-the-plugin-doesnt-work/)
 *  Plugin Author [Olawale Adesina](https://wordpress.org/support/users/olatechpro/)
 * (@olatechpro)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/suddenly-the-plugin-doesnt-work/#post-17367009)
 * Hi [@dtyohermawan](https://wordpress.org/support/users/dtyohermawan/) Can you
   check your console log for any error?
 * There’s possibility of a conflict preventing the metabox code from running.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Checklists: Pre-Publishing Approval Checklist - Validate Post Requirements] Unable to update/publish posts 2.10.2](https://wordpress.org/support/topic/unable-to-update-publish-posts-2-10-2/)
 *  Plugin Author [Olawale Adesina](https://wordpress.org/support/users/olatechpro/)
 * (@olatechpro)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/unable-to-update-publish-posts-2-10-2/#post-17346421)
 * Hi [@justin-bigscoots](https://wordpress.org/support/users/justin-bigscoots/)
 * Apologies for the problem. Can you test and confirm if this patch I made fixes
   the reported issue?
 * [https://drive.google.com/file/d/1mfeGDIo0C_H2PbohpsUNI7Q9tlZ2drVR/view?usp=sharing](https://drive.google.com/file/d/1mfeGDIo0C_H2PbohpsUNI7Q9tlZ2drVR/view?usp=sharing)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Checklists: Pre-Publishing Approval Checklist - Validate Post Requirements] After update issues with saving while editing post](https://wordpress.org/support/topic/after-update-issues-with-saving-while-editing-post/)
 *  Plugin Author [Olawale Adesina](https://wordpress.org/support/users/olatechpro/)
 * (@olatechpro)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/after-update-issues-with-saving-while-editing-post/#post-17343417)
 * Thanks, that’ll be considered and you should look forward to it in the next update
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Checklists: Pre-Publishing Approval Checklist - Validate Post Requirements] After update issues with saving while editing post](https://wordpress.org/support/topic/after-update-issues-with-saving-while-editing-post/)
 *  Plugin Author [Olawale Adesina](https://wordpress.org/support/users/olatechpro/)
 * (@olatechpro)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/after-update-issues-with-saving-while-editing-post/#post-17339281)
 * Hello [@yolandal](https://wordpress.org/support/users/yolandal/)
 * I made another path that could fix this issue, do you mind testing and getting
   back to me if it fixes the issue [https://drive.google.com/file/d/1X1e-8__TwV3bpZ71OI0ihYVrKWHORxbc/view?usp=sharing](https://drive.google.com/file/d/1X1e-8__TwV3bpZ71OI0ihYVrKWHORxbc/view?usp=sharing)?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Checklists: Pre-Publishing Approval Checklist - Validate Post Requirements] After update issues with saving while editing post](https://wordpress.org/support/topic/after-update-issues-with-saving-while-editing-post/)
 *  Plugin Author [Olawale Adesina](https://wordpress.org/support/users/olatechpro/)
 * (@olatechpro)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/after-update-issues-with-saving-while-editing-post/#post-17339025)
 * Hi [@yolandal](https://wordpress.org/support/users/yolandal/) We’re currently
   investigating this issue and trying to provide a solution as soon as possible.
 * Can you confirm the number of checklists you have enabled for the post?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors, Multiple Authors and Guest Authors in an Author Box with PublishPress Authors] Bug in Latest Update](https://wordpress.org/support/topic/bug-in-latest-update-4/)
 *  [Olawale Adesina](https://wordpress.org/support/users/olatechpro/)
 * (@olatechpro)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/bug-in-latest-update-4/#post-17339022)
 * [@jackhnhh](https://wordpress.org/support/users/jackhnhh/) We do have a report
   of the page slowing down or hanging after clicking “Update” on a post which we’re
   trying to work on but for this Autosave, we’re not able to trace the issue as
   we don’t have autosave feature or function on checklists.
 * If you’re not able to provide a screen record to help with the investigation,
   I’ll hope it’s related to the issue mentioned so you can try an update we’re 
   working on again.

Viewing 15 replies - 1 through 15 (of 43 total)

1 [2](https://wordpress.org/support/users/olatechpro/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/olatechpro/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/olatechpro/replies/page/2/?output_format=md)