Plugin hau ez da probatu WordPressen azken 3 bertsio garrantzitsuenekin. Baliteke, jada, mantentze edo euskarririk ez izatea, eta, WordPressen bertsio berriagoekin erabiltzen denean, bateragarritasun arazoak izan ditzake.

ELAN42-disclaimer

Deskripzioa

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.

Instalazioa

  1. Upload the ELAN42-disclaimer folder to the /wp-content/plugins/ directory
  2. Gaitu plugina WordPress-eko ‘Pluginak’ menutik
  3. That’s it!

MEG

Installation Instructions
  1. Upload the ELAN42-disclaimer folder to the /wp-content/plugins/ directory
  2. Gaitu plugina WordPress-eko ‘Pluginak’ menutik
  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.

Berrikuspenak

Ez dago berrikuspenik plugin honentzat.

Laguntzaileak eta Garatzaileak

“ELAN42-disclaimer” software librea da. Ondoko pertsonek egin dizkiote ekarpenak plugin honi.

Laguntzaileak

Aldaketen loga

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.