Jump to content

Haiko__

Member
  • Posts

    31
  • Joined

  • Last visited

Recent Profile Visitors

255 profile views

Haiko__'s Achievements

  1. Hi, I need help for reduction. I would like to know if it's possible to create a reduction ( like name "Couple" -40€ but can use it one time ) but I want this for 4 product. That can be possible? Thanks for all answer
  2. Hi, I didn't get answer about my question. Can you give me?
  3. My code 😄 https://codepen.io/Chikamasa/pen/oNdjMrX
  4. I created this code myself because I saw on one of the posts on this forum that you would have to pay to have an age limit so I decided to create it myself. How you convert it to Squarespace?
  5. I would like it to appear on all pages but once they enter they age(18+) the age limit disappears. And I think its on my code I will change that no? Thanks for the answer
  6. body{ background-color: #A9A9A9; font-family: 'Copperplate-Gothic-Light-Regular', serif; font-weight: normal; } input,button,label{ display: flex; justify-content: center; align-items: center; margin-left: auto; margin-right: auto; } input{ box-shadow: 1px 1px 1px 1px; }
  7. Hi Sorry I didn't see you answer to me <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <link rel="stylesheet" href="style.css" /> <title><img src="/Users/Desktop/Image/Logo/unamed-1copie.png"></title> <title> La Capilla </title> </head> <title> Vérification d'âge </title> <body> <img src="/Users/Desktop/Image/Logo/Logo La Capilla.png"> <br/> <label> Veuillez saisir votre âge </label> <input id="text1" type="number"> <p><button id="btn1"> Envoyer </button></p> </form> <script> let btn = document.getElementById('btn1'); btn.onclick = function() { verif() }; function verif(){ age = document.getElementById('text1').value; console.log(age); if ( age < 18){ alert("Vous n'êtes pas un adulte"); window.location.href = "https://www.google.com"; } else { alert("Vous êtes majeur"); window.location.href = "https://capilla-wine.com"; } } </script> </body> </html>
  8. Hello, I have created an age limit in html css js and I would like to know where to put it so that it works. Thanks for all answer 😃
  9. Site URL: https://www.capilla-wine.com Hi, I have a problem with promotion pop-up. When I go on my site I have my promotional pop-up ( I used her for ask if you have over eighteen or under eighteen). I click on both of them and they always open a new tab I don't want this so how can I do? And my second problem is on phone when I click on over eighteen that open a new tab but the pop-up didn't disapeared so I have an infinite pop-up on phone. Thanks for future all answers 🤗
  10. Site URL: https://www.myladyblue.org Hi, I try since 2 days to link my web site between Pixel Facebook. I try all issues read every tutorial and other but doesn't work So if you can help me ! Thanx for all answer 😃
  11. Hi, I want download my orders on my site on PDF and not print them how can I do? Thanks for your answer
  12. Site URL: https://www.myladyblue.org/actualits Hi I've already do a post like that but for my second web site that doesn't work and I think because I've don't the right #block On my website when you click "Actualités" you scroll a little bit and I want "Fils d'actualités instagram" with my gradient how can I do? Thanks for your answer #block-yui_3_17_2_1_1643991875238_11596 strong { background : linear-gradient(to right, #405DE6 10%, #5851DB 20%,#833AB4 30%, #C13584 40%, #E1306C 50%, #FD1D1D 60%, #F56040 70%, #F77737 80%, #FCAF45 90%,#FFDC80 100% ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
  13. Hi @bangank36 Thanks for your answer that work ! But now how I hide the category "Tous" I try this but doesn't work : .ProductList-filter-list a[href*="Tous"] { display: none; }
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.