WebSite X5Help Center

 
VIDAL P.
VIDAL P.
User

I am starting a cbd Site and need an Age Verification Pop Up Banner  en

Author: VIDAL P.
Visited 310, Followers 1, Shared 0  

I am starting a CBD Site and need an Age Verification Pop Up Banner. What object is need to create this.

Posted on the
14 ANSWERS
Daniel W.
Daniel W.
User
Best User of the month DEBest User of the month EN

There are various providers and they often offer free plans, for example with this provider.

>> https://ageverify.com/

Here is a JavaScript code to copy, this is inserted in WebSite X5 under “1 Settings” in “Statistics and Code” in the “Code” tab in the “Before closing head tag” selection, see screenshot below.

.

----- German version of WebSite X5 -----

Read more
Posted on the from Daniel W.
Daniel W.
Daniel W.
User
Best User of the month DEBest User of the month EN

My test page with the age verification pop-up banner.

-----

Read more
Posted on the from Daniel W.
VIDAL P.
VIDAL P.
User
Author

Daniel W. Thanks a million!

Read more
Posted on the from VIDAL P.
VIDAL P.
VIDAL P.
User
Author

KolAsim ‪Thank you, and how do I convert this to english?

Read more
Posted on the from VIDAL P.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Best User of the month IT

...OK ... this is the result of the banner translated with google into English:

.

Read more
Posted on the from  ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Best User of the month IT

...this is the code in English:

<!-- DIV_CUSTOM - Expert Panel > Custom code: Before the </BODY> tag. || (cookie) by KolAsim -->
<style>
#k1:hover,#k2:hover{opacity: 0.8;border: solid 1px; border-color: yellow }
#k1,#k2{font-size:2.5vw;font-family:Arial;padding:5px; border:0px; border-radius: 10px;color:yellow;cursor:pointer;border: solid 1px; border-color: black }
#k1{background-color:dimgrey;}
#k2{background-color:slategrey;}
</style>
<script>
//================================
function chiudiK() { $('#messaggioK').hide(); // maggiorenni by KolAsim
$('#contenitoreK').hide(); document.cookie='kK=cookieK';}
//================================
function chiudiK2() {alert("You have confirmed that you are of legal age.")};
//================================
function k() { // maggiorenni by KolAsim
textTitleK = "CAUTION!! <br>";
textTextK = "The site contains articles reserved for visitors over the age of 18 and access to which must be confirmed!";
//================================
divK = '<div id="contenitoreK" style="font-family:arial;position:fixed;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5); z-index:100000;"> <div id="messaggioK" style="position:relative;width:70%;top:10%;text-align:center;z-index:100000;margin:auto;border: solid 1px; border-color: yellow;border-radius: 50px;;background-color:rgba(0, 0, 0, 0.5);overflow:hidden"> <p style="position:relative;color:white;padding:10px"> <img src="https://freepngimg.com/thumb/silhouette/91258-wiki-joint-white-fortnite-discord-png-free-photo-thumb.png" width="20%"> <br> <span style="font-size:4vw;font-weight:bold">' + textTitleK + '</span><span style="font-size:3.5vw">' + textTextK+ ' </span></p> <div style="top:5px; background-color:rgba(0, 0, 0, 0.1);padding:10px;"> <input id="k1" type="button" value="Yep! I\'m an adult!" onclick="javascript:chiudiK();chiudiK2()" /> <input id="k2" type="button" value="NO! I\'m not of legal age!" onclick="javascript:location.href=\'index.html\'" /></div></div> </div>'; // by KolAsim
$( "body" ).before( divK );}
//================================
function ControlloFinestraK(){ // cookie sessione by KolAsim
AperturaFinestraK=document.cookie;
stringaK= AperturaFinestraK.search("kK=cookieK");
if (stringaK != -1) {return chiudiK();} else { k();}
//alert("controllo K"); // by KolAsim
}
//===============================
ControlloFinestraK() ;
//===============================
</script>

.

ciao

.

Read more
Posted on the from  ‪ KolAsim ‪ ‪
VIDAL P.
VIDAL P.
User
Author

@KolAsim Thank You. I will see how this works. 

Read more
Posted on the from VIDAL P.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Best User of the month IT

... OK ... ciao

Read more
Posted on the from  ‪ KolAsim ‪ ‪
VIDAL P.
VIDAL P.
User
Author

Pleaso pardon me being tardy. I had some family issues. Thanks to everyone who shared.

Read more
Posted on the from VIDAL P.
VIDAL P.
VIDAL P.
User
Author

@KolAsim thanks a MILLION! I know nothing about coding, but I was able to go through it, and even modify it so that it said what I need it to say.

Read more
Posted on the from VIDAL P.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Best User of the month IT

... Optimal! ... wink...  ciao 

Read more
Posted on the from  ‪ KolAsim ‪ ‪
VIDAL P.
VIDAL P.
User
Author

Thank You! once again.

Read more
Posted on the from VIDAL P.