Descripción
Responsive Age Verification is designed to be SEO-friendly, and requires users to confirm their age, or acceptance of terms on your website or woocommerce store. All of the text and colors are customizable!
This plugin is absolutely, 100% free and open-source (GPLv2).
How to Use
Simply install the plugin, and it’s ready to go! You can customize the text in Settings->Age Verification Settings
Need help?
You can get help or leave feature requests on the support page or send us an email: plugins (at) designsmoke.com
Report a Bug
Features
– Age verification that works on mobile and desktop, and supports nearly all devices.
– Designed to have as minimal of an SEO impact as possible.
– It’s customizable; you can require verficiation or acceptance of nearly anything.
– Easy for developers to modify. You can make most customizations only using CSS.
– Open-Source and completely free! This plugin is GPL licensed.
– Supports nearly all distillery, vineyard, vaporizer, and cannabis dispensary themes
Responsive Age Verification Plugin for WordPress, Designsmoke
Also, try out Anti-Spam Zapper, a free plugin to block spam comments
Customizations
— Background Image (CSS) —
`div#age-verification {
background-image: url(‘/wp-content/uploads/your-image.jpg’);
background-size: cover;
background-position: center center;
}«`
— Rounded Box (CSS) —
`.age-verification-main {
border-radius:10px;
}«`
— Box Border (CSS) —
`.age-verification-main {
border: 3px solid #ffffff;
}«`
— Company Logo (CSS) —
`.age-verification-main span.age-title::before {
content: ‘ ‘;
display: block;
width: 150px;
height: 65px;
background-image: url(‘/wp-content/uploads/your-logo.jpg’);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
margin: 0 auto 5px auto;
}«`
Updates
— 1.4.0 (March 16, 2022) —
Fixed popup on mobile getting cut off on certain Apple devices (iPhone)
— 1.3.0 (May 16, 2019) —
Allows you to set the duration before the user needs to verify their age again.
— 1.2.0 (May 9, 2019) —
Enhanced text visibility on popup for lighter colors (text-shadow). Added preview button. Updated rating and plugin text on admin page.
— 1.1.0 —
Fixed color picker not showing on latest WordPress version. Added information on adding custom images and theming support. Added rating notification.
— 1.0.6 —
Fixed settings sometimes not saving. Fixed age verification taking too long to show up.
Reseñas
Colaboradores y desarrolladores
«WordPress Responsive Age Verification» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «WordPress Responsive Age Verification» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.