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.

ELAN42-disclaimer

Descripción

This plugin lets you add different kind of links into your website,
with widgets,
shortcodes,
or php code.

This links will open a popup that gives the visitor more informations,
you will be able to customize the text for privacy policy, terms and conditions, refund policy,
you can also add a customized link for the credits of the website.

Instalación

  1. Upload the ELAN42-disclaimer folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s it!

Preguntas frecuentes

Installation Instructions
  1. Upload the ELAN42-disclaimer folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s it!
How does it work?

On the bottom of the plugin configuration page (Tools -> Disclaimer) you will find any kind of way to use it:

[elan42_disclaimer] - use this shortcode to use only (echo) the links.
[elan42_disclaimer_links] - if you have problems with the upper shortcode, try this. It uses return instead of echo.
<?php the_elan42_disclaimer() ?> - use this php function to show links with echo.
<?php get_the_elan42_disclaimer() ?> - use this php function to show links with return.

For templates that use weird ways to manage footer text, you can also copy & paste html code in this format:
Privacy PolicyTerms & ConditionsCredits
and the popup will work anyway.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«ELAN42-disclaimer» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «ELAN42-disclaimer» 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.

Registro de cambios

0.9.9

  • The plugin allows to keep fields when updating (update_option() instead of add_option())
  • GDPR-compliant texts (in Italian), hard-coded. Translations in the future!
  • Return Policy integrated into Terms and Conditions
  • New Policy (with icon, button, link etc) for Cookies
  • New custom fields: Site Name, Owner Address, Owner Email
  • Fixed CSS: no more white popups
  • Moved banner to HTTPS
  • Simplified to just one textdomain

0.9.8

  • Bugfix

0.9.7

  • Updated the cookie script. Now using the js-cookie script from https://github.com/js-cookie/js-cookie/tree/v2.1.0#readme

0.9.5

  • Bugfix

0.9.1

  • Minor bugfix

0.9

  • Minor bugfix
  • New banner layout
  • Switched from icomoon set to FontAwsome
  • New Admin System

0.8

  • Few bugfixes
  • Italian / English complete translation

0.7

  • Initial Release

0.6

  • Fixed few spelling errors
  • Added empty values check
  • Added Italian and English support and translation files

0.5

  • Improved menu
  • Checked eropean laws compliance

0.1

  • First release, bugs expected.