Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

ELAN42-disclaimer

Mô tả

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.

Cài đặt

  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!

Hỏi đáp

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.

Đánh giá

There are no reviews for this plugin.

Người đóng góp & Lập trình viên

“ELAN42-disclaimer” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

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.