Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WordPress Sticky Notes

Capturas

  • Note on front page
  • Tagging users to note
  • Sticky Note
  • Admin settings page

Instalación

This section describes how to install the plugin and get it working.

  1. Download and unzip Sticky Notes plugin.
  2. Upload the wp-sticky-notes folder to the /wp-content/plugins/ directory.
  3. Activate the plugin through the \’Plugins\’ menu in WordPress.
  4. You will have a new WP Sticker Notes link in your admin menu, navigate through this menu item
  5. Easily set permissions, who can use this plugin ( see and create )
  6. Enjoy

FAQ

Created note is not draggable. Why?

This plugin uses jQuery library and jQuery UI. In some situations there are multiple jQuery libraries included in document footer and head. In most cases this problem appears when there is jQuery included after jQuery UI. Check if there is jQuery included after jQuery UI.

Note is not in exact location where I sticked it.

This happens when website is with responsive design and you are viewing notes in non desktop version. This plugin is optimized on desktop resolutions.

Reseñas

3 de septiembre de 2016 1 respuesta
Very nice sticky notes plugin. We use it to put review comments throughout a site, to communicate review points and feedback. Was working fine in 2015, then just recently (Feb 2016) it stopped working! I recently did all updates… to WordPress 4.4.2, to current «X Theme» and all associated plugins. When clicking the «WP Sticky Notes» tab in the left sidebar of admin interface, I was getting a fatal error due to this line in plugin.php: require_once( __DIR__ . «/pages/admin_main.php» ); Although it’s probably not the best fix, I used a similar line from later in the file, and repaired this include of admin_main.php like this: require_once( ABSPATH . «/wp-content/plugins/wp-sticker-notes» . «/pages/admin_main.php» ); Now the plugin works again! Don’t know what the problem was. Maybe even a hiccup in my hosting, rather than a problem with recent WordPress and theme updates? Anyway, for now, I’m back in business, and using these sticky notes for my site review process again. 🙂
Leer todas las 9 reseñas

Colaboradores y desarrolladores

«WordPress Sticky Notes» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «WordPress Sticky Notes» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.