Coder Social home page Coder Social logo

wp-notification-center's People

Contributors

barrykooij avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

wp-notification-center's Issues

Support for all of the notice hooks

In addition to admin_notices, plugins can also use the following hooks for notices:

  • network_admin_notices
  • user_admin_notices
  • all_admin_notices

Use the correct version of wp-update-php

It seems you've included the master branch from the wp-update-php repo. This version is out of date and now wp-notification-center causes conflicts with plugins that use the more recent version of wp-update-php.

You should include the release-1-1-0 branch instead.

Notifications with long text push off screen

The notifications I run into in the wild are quite often more than a few words, more like a few sentences at least. It looks like the default admin bar styling doesn't play well with that, causing the text to push off screen rather than wrapping:

image

Support for newer notice CSS classes

Currently notifications within the manager only get a colored border when updated, update-nag or error are applied as classes. There are more notification classes in WordPress, though, that should be supported as well:

.notice-success,
div.updated {
    border-color: #7ad03a;
}

.notice-warning {
    border-color: #ffba00;
}

.notice-error,
div.error {
    border-color: #dd3d36;
}

.notice-info {
    border-color: #00a0d2;
}

https://github.com/WordPress/WordPress/blob/f446d01b4cb523015ced5e2660c40a46aeadb1e2/wp-admin/css/common.css#L1339-L1355

Fatal error: Class 'WPUpdatePhp' not found

I get a fatal error on the front-end only. Things seem to work fine in admin area. I've added a screenshot from the front-end.

I have this issue with 2 different sites (both in local development)

loc_ictrecht_dev_boeken_

Plugin version: 1.0.1
WordPress: 4.5.3
Way of installing: via composer
PHP version: 5.5+ (tried 5.5, 5.6 and 7)

If you need more info, you know where to find me

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.