Cette extension n’a pas été testée avec plus de trois mises à jour majeures de WordPress. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

ELAN42-disclaimer

Description

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.

Installation

  1. Upload the ELAN42-disclaimer folder to the /wp-content/plugins/ directory
  2. Activez-la via le menu Extensions dans l’admin WordPress
  3. That’s it!

FAQ

Installation Instructions
  1. Upload the ELAN42-disclaimer folder to the /wp-content/plugins/ directory
  2. Activez-la via le menu Extensions dans l’admin WordPress
  3. That’s it!
Comment fonctionne WPPIC ?

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.

Avis

Il n’y a aucun avis pour cette extension.

Contributeurs/contributrices & développeurs/développeuses

« ELAN42-disclaimer » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « ELAN42-disclaimer » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal

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.