WordPress Responsive Age Verification

WordPress Responsive Age Verification allows you to force users to confirm their age or anything that requires an opt-in, with SEO being a priority.

Author:DesignSmoke Web Developers (profile at wordpress.org)
WordPress version required:4.5.0
WordPress version tested:5.9.2
Plugin version:1.4.0
Added to WordPress repository:10-11-2017
Last updated:17-03-2022
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:94
Rated by:36
Plugin URI:
Total downloads:17 900
Active installs:3 000+
plugin download
Click to start download

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.