开发者 | alexstandiford |
---|---|
更新时间 | 2018年7月17日 00:29 |
捐献地址: | 去捐款 |
PHP版本: | 3.0.1 及以上 |
WordPress版本: | 4.9.5 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly.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.
This generally is caused by one of these things:
<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.<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.<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.<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.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