wearerequired / admin-menu-manager

Manage the WordPress admin menu using a simple drag & drop interface.
https://wordpress.org/plugins/admin-menu-manager/
GNU General Public License v2.0
61 stars 6 forks source link

Activated and plugin doesn't appear to be doing anything #42

Closed JasonTheAdams closed 7 years ago

JasonTheAdams commented 7 years ago

Possibly related to #41

After activating the plugin it doesn't appear to be doing anything. I'm looking for a menu somewhere, the edit button, or something. I'm not seeing anything. Am I missing something? :)

swissspidy commented 7 years ago

Hey there,

Thank you very much for testing the latest development version of our plugin from GitHub.

The thing is, in contrast to the current version available from WordPress.org, the GitHub repository only contains the source files needed to build the actual plugin. That means nothing happens when you try to activate that plugin in your WordPress admin because scripts and styles are missing.

So when you check out the repository or download the ZIP archive, you need to use grunt to build CSS files from the Sass files and to combine all the JavaScript modules.

  1. Run npm install (you need Node.js for that) to install Grunt and its dependencies
  2. Run grunt to achieve this, or grunt build to get a ZIP file that you could upload to your WordPress site.

If you wanna skip that, I just ran these commands and uploaded that final ZIP file here: https://cloudup.com/ca7r5J5tKRJ. Happy testing!

JasonTheAdams commented 7 years ago

Bah, I just wasn't thinking. Hahah! Thanks for the gracious "duh". :)