Linux 软件免费装
Banner图

Easy Age Verifier

开发者 alexstandiford
更新时间 2018年7月17日 00:29
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 4.9.5
版权: GPLv2 or later
版权网址: 版权信息

标签

age verification beer bar cannabis restaurant brewery craft beer marijuana weed brewer craft bar

下载

1.0 1.1 1.2 1.21 1.22 1.30 1.31 2.01 2.02 2.03 2.04 2.05 2.1.2 2.1.4 2.10

详情介绍:

A quick overview: https://vimeo.com/202638210 Easy Age Verifier makes it easy for taprooms and bars to confirm their website visitors are of legal age. The plugin was designed to work out of the box, but can be easily customized in the settings page, as well as a series of hooks and filters. Features

安装:

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. (Optional) Configure the form, including minimum age, and all messaging for the form on settings>>>Easy Age Verifier

屏幕截图:

  • Form pops up to confirm age on page load
  • Popup details why the user cannot access the website after the form is filled-in
  • Customize all aspects of the form easily

升级注意事项:

2.05
  • Fixed issue that caused verifier to not display for some users

常见问题:

My Form Isn't Showing Up!

The form will not display if you are logged in, or if you have confirmed your age in the last 24 hours. This option can be configured in the settings, but you can also force the form to display by opening your website in incognito mode (Chrome) or in a new private window (Firefox). That will get around it.

I'm in incognito mode and my form is still not showing up!

This generally is caused by one of these things:

  1. Your theme's CSS has somehow prevented the verifier from displaying properly.
  2. You're logged in
  3. You verified your age in your current session
  4. Some kind of custom verifier logic is interfering with the verifier
  5. Something prevented the javascript from loading properly
  6. Debug Mode is enabled
To troubleshoot, follow these steps:
  1. Open your WordPress dashboard, and click Age Verifier>>Debug Verifier. Confirm debug mode is disabled.
  2. Close all incognito windows, and open a new incognito window. This will force any active cookies to clear and might fix the issue right away.
  3. If the page loads, and you still see no verifier, right-click on your webpage and click "inspect". If you see <div id="taseav-age-verify" class="taseav-age-verify"> just below the <body> tag, then the verifier has loaded properly. If you don't see this, then something stopped the verifier from loading.
  4. If you see <div id="taseav-age-verify" class="taseav-age-verify">, Take a look at the styles that are applying to the verificaiton form. It's possible something is overriding the CSS in a detrimental way.
  5. If you see <div id="taseav-age-verify" class="taseav-age-verify">, Check the javascript console for any errors. It's possible that something went wrong with the script.
  6. If you don't see <div id="taseav-age-verify" class="taseav-age-verify">, Make sure you're not logged in, no custom logic is running, and you're running a new session.
If all else fails, you can always submit a support request. I'll help you out.

I don't want my form to show up on a specific page

Check out the readme for details on how to add custom conditionals to your verifier. https://github.com/alexstandiford/easy-age-verifier#custom-logic-filter

更新日志:

1.00 1.10 1.20 1.21 1.30 2.00 2.03 2.05 2.10