This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

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. Activate the plugin through the ‹Plugins› menu in WordPress
  3. That’s it!

FAQ

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.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“ELAN42-disclaimer” is open source software. The following people have contributed to this plugin.

Contributors

Translate “ELAN42-disclaimer” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

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.