Jump to content

gab

Circle Member
  • Posts

    41
  • Joined

  • Last visited

Everything posted by gab

  1. yes, thank you so much!!! 🙂 Just for curiosity, would you please tell me what that code does?
  2. sure: //Custom Section Divider// footer.sections { .section-background { overflow: visible; &:before { content: ''; width: 100%; height: 100%; top: 0; left: 0; background: inherit; -webkit-mask: url(https://static1.squarespace.com/static/650d5073e0ed013d7b08723e/t/650f07edb846d85a6d29d505/1695483885650/GRASS.svg) bottom no-repeat; mask: url(https://static1.squarespace.com/static/650d5073e0ed013d7b08723e/t/650f07edb846d85a6d29d505/1695483885650/GRASS.svg) bottom no-repeat; margin-top: 1px; transform: translateY(-100%); position: absolute; pointer-events: none!important; @media screen and (max-width: 800px) { -webkit-mask-size: 300% 50%; mask-size: 300% 50%; }}} }
  3. thank you, but I cannot find that code you tell me to remve, where are you seeing it?
  4. thank you very much... but still doesn't work
  5. like this?: #siteWrapper [data-section-id="footer.sections"]
  6. Hello everyone, I would like to apply this code (written for custom section dividers using a svg image) on the footer of a website. Does anyone knows how to modify the selectors for that? //Custom Section Divider// #siteWrapper [data-section-id="650d5074e0ed013d7b087264"] { .section-background { overflow: visible; &:before { content: ''; width: 100%; height: 100%; top: 0; left: 0; background: inherit; -webkit-mask: url(https://static1.squarespace.com/static/650d5073e0ed013d7b08723e/t/650f07edb846d85a6d29d505/1695483885650/GRASS.svg) bottom no-repeat; mask: url(https://static1.squarespace.com/static/650d5073e0ed013d7b08723e/t/650f07edb846d85a6d29d505/1695483885650/GRASS.svg) bottom no-repeat; margin-top: 1px; transform: translateY(-100%); position: absolute; pointer-events: none!important; @media screen and (max-width: 800px) { -webkit-mask-size: 300% 50%; mask-size: 300% 50%; }}} }
  7. sure: https://pug-glockenspiel-7rms.squarespace.com/ passw: daniela
  8. Hello everyone, after changing the section height on mobile by using the code: @media only screen and (max-width: 767px) { section[data-section-id="6511739772b3a077b0c2b9da"] { min-height: 0 !important; height: 80vh !important; } } The green navigation arrows stay out of the section: Any idea how can I bring them back into the section? password: daniela
  9. Hi Tuanpan, sorry for the delay somehow I didn't saw the notification of your reply. Sure you can have it, but I need your Email address for that Thanks a lot Gabriel
  10. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script> $(document).ready(function(){ $(".sqs-cookie-banner-v2-text p").html(function() { return $(this).html().replace("Durch die Nutzung dieser Website stimmst Du unserer Verwendung von ", "By using this website you agree to our use of"); }); $(".sqs-cookie-banner-v2-text p").html(function() { return $(this).html().replace("Cookies", " Cookies"); }); $(".sqs-cookie-banner-v2-text p").html(function() { return $(this).html().replace(" zu. Wir verwenden ", " We use"); }); $(".sqs-cookie-banner-v2-text p").html(function() { return $(this).html().replace(", um nützliche Funktionen anzubieten und die Leistung zu messen, um Dein Erlebnis zu verbessern. Weitere Informationen findest du in unserer ", " to provide useful features and measure performance to improve your experience. For more information, please see our"); }); $(".sqs-cookie-banner-v2-text p").html(function() { return $(this).html().replace("Datenschutzrichtlinie", " privacy policy."); }); $(".sqs-cookie-banner-v2 button").html(function() { return $(this).html().replace("Akzeptieren", " Accept); }); $(".sqs-cookie-banner-v2 button").html(function() { return $(this).html().replace("Ablehnen", " Decline); }); $('.sqs-cookie-banner-v2-text a[href*="cookies"]').attr('href','https://www.gyrotonicinselberlin.com/imprint/#cookies'); $('.sqs-cookie-banner-v2-text a[href*="datenschutz"]').attr('href','https://www.gyrotonicinselberlin.com/imprint/#datenschutz'); }); }); </script> Hi Tuanpan, I have used the new code, but now it has stopped working completely. Can you detect any errors?
  11. Hi Tuanpan, I have used the new code, but now it has stopped working completely. Can you detect any errors?
  12. Thanks a lot!, the second option worked out. I just modified some spacing issues so the underline text fits into the translated word. What is left now is how to translate the "accept" (Akzeptieren) and "decline" (ablehnen) options. And also how to link the words "Cookies" and "Privacy Policy" to the english version to their respective pages.
  13. it was on all the time. But I re activated "activity log", maybe that's why you don't see it. I suppose you are checking it out with a incognito tab?
  14. thanks a lot for you message, the footer works very well by duplicating the footer and then using this code in each of the pages: <style> [data-section-id=] { display: none; } </style> i.e. on the page I want to hide the English footer I insert the section id of the German footer and vice versa. I activated the cookie banner again so you can have a look. Thanks a lot!
  15. Hello Tuanphan, I'm having the same problem but the site is in german and english. The cookie Banner hast the opt in & out activated and has a custom disclaimer as you can see: www.gyrotonicinselberlin.com password: Anneli Is there any solution for this configuration?
  16. Hello everyone, I would need to have the cookies banner (with opt-in & out) in two different languages. is this possible? I followed the code from Bradgood.net for creating the dual language site Thanks in advance for you help! www.gyrotonicinselberlin.com Passw: Anneli
×
×
  • 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.