Giter Site home page Giter Site logo

ozh / ozh-admin-drop-down-menu Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 2.0 491 KB

Ozh' Admin Drop Down Menu : a WordPress plugin to have all admin links available in a neat horizontal drop down menu

Home Page: http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/

PHP 92.88% JavaScript 5.82% HTML 1.30%
wordpress wordpress-plugin admin-menu

ozh-admin-drop-down-menu's Introduction

Ozh' Admin Drop Down Menu WordPress Plugin Downloads

All admin links available in a neat horizontal drop down menu. Saves lots of screen real estate!

Screenshots

Drop down menu with WordPress top level icons and sub level icons, configurable color scheme
Drop down menu with WordPress top level icons and sub level icons, configurable color scheme

Drop down menu with WordPress top level icons and sub level icons, configurable color scheme
Drop down menu with WordPress top level icons and sub level icons, configurable color scheme

Drop down menu with WordPress top level icons and sub level icons, configurable color scheme
Drop down menu with WordPress top level icons and sub level icons, configurable color scheme

Dev and download

Development of this plugin happens here on Github. Download the plugin from within your WordPress install, or on https://wordpress.org/plugins/ozh-admin-drop-down-menu/

ozh-admin-drop-down-menu's People

Contributors

kiezkickerde avatar ozh avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

master3395

ozh-admin-drop-down-menu's Issues

Broken with WordPress 5.6?

Hi,

First off, thanks a lot for this plugin.

Sadly I can't get it to work with WordPress 5.6.

It's obvious. Menus all screwed up. To be sure, I tried it with the only plugin installed and activated, and same issue.

Thoughts?

Thanks,

Will

Edit: Might be Chrome 88 at fault, as it did just get updated.

Console shows errors now:

Refused to apply style from 'wp-content/plugins/ozh-admin-drop-down-menu/inc/adminmenu.css.php?v=3.7.1&p=%2Fwp-content%2Fplugins%2Fozh-admin-drop-down-menu%2Finc%2F&a=%2Fwp-admin%2F&i=1&w=0&m=0&c=0&h=1&g=%23676768&n=0&d=left' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

Count(): Parameter error... and fix.

Warning: count(): Parameter must be an array or an object that implements Countable in C:\Program Files\Ampps\www\myproject\wp-content\plugins\ozh-admin-drop-down-menu\inc\core.php on line 311

Original Code:
if (!count($wp_ozh_adminmenu)) {
$wp_ozh_adminmenu = (array)get_option('ozh_adminmenu');
unset($wp_ozh_adminmenu[0]);
}

Code Fix:
if (!is_array($wp_ozh_adminmenu) || !count($wp_ozh_adminmenu)) {
$wp_ozh_adminmenu = (array)get_option('ozh_adminmenu');
unset($wp_ozh_adminmenu[0]);
}

stopped working with WP v5.5.3

WP v5.5.3 - PHPv 7.3.23

Hi Ozh,

The drop-down menu has stopped working for me since the last update to WP. The menu now remains at the left (no drop-down effect), and has a ghost menu off-set to the right of it. I've tried with all other plugins disabled and with other themes, but I have not been able to find the conflict.

ozh menu appearing in front of other top menus

Warning: count(): Parameter must be an array or an object that implements Countable in ../wp-content/plugins/ozh-admin-drop-down-menu/inc/core.php on line 311

Thanks!
Michael Robinson

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.