• …first, great plugin. Second, this is just to let you know there might be a minor issue with the plugin. It is related to the Admin Customization feature.

    I had an problem today where the Dashboard Button on the WordPress Admin Menu did not say “Dashboard”. Instead, its hyperlink was being displayed in place of the word “Dashboard”. It also displayed the same link, instead of the word “Dashboard” on the Admin Customization Tab.

    I fixed it by locating the row in the wp_options Table in the Database where the Nested Pages stores its settings and found the offending text. I noticed the data was serialized, so I “unserialized” it, changed the hyperlink text back to the word “Dashboard”, serialized it, and put the data back into the same cell (backing up the database before I did that of course). After that, everything was back to the way it was, so all is good now.

    I don’t know exactly when it happened, so I don’t know how to recreate the circumstances under which it happened. But it did happen.

    I’m using the latest (as of April 2020) 3.1.8 version of the Plugin with PHP 7.4.2, and WordPress 4.9.13 (I know it isn’t 5.X, but don’t need the 5.X functionality yet).

    Anyway, again, great plugin and thanks for the work. I just wanted to possibly help and make the plugin a little bit better. Sorry I couldn’t give any more details about the circumstances under which it occurred, but like I mentioned, I did not notice exactly when it happened.

    Oh, and the URI was: WebSiteName/wp-admin/options-general.php?page=nested-pages-settings&tab=admincustom#

    • This topic was modified 4 years, 11 months ago by terrawide.
  • The topic ‘Bad Admin Button Title’ is closed to new replies.