Jump to content

jaydiprewa

Circle Member
  • Posts

    35
  • Joined

  • Last visited

Everything posted by jaydiprewa

  1. .form-item span, .form-item input, .caption-text, span.description.required.fs-unmask { font-size: 1rem !important; font-weight: bold !important; } Note: you can keep or remove the type to make it bold the text.
  2. It looks perfect @JoyceDesignsitRegarding your previous message, please find attached the screenshot. By the way, I noticed that the 7.0 version still looks great on certain types of portfolio websites.
  3. That's really great updates. Here's the suggested update from my side: When Contributors make changes on the site along with form submission email in the form storage part - it place by default contributor email and that's the big issue - could you please default email as a site owner email instead of the contributor email - check the attachment.
  4. are you there? Thanks for responding - As you can see, It's already worked but I need the same as Figma. I'm using squarespace gallery features with Slideshow: simple gallery type with thumbnail option - but the issue is the client looking for an option when the visitor clicks on the first thumbnail it displays the image on the slider but when selecting another thumbnail the first thumbnail goes hidden. share code. check the video for the first 3-4 seconds SaveInsta.App - 3136632867088784385_57274797898.mp4
  5. Thanks for responding - As you can see, It's already worked but I need the same as Figma. I'm using squarespace gallery features with Slideshow: simple gallery type with thumbnail option - but the issue is the client looking for an option when the visitor clicks on the first thumbnail it displays the image on the slider but when selecting another thumbnail the first thumbnail goes hidden. share code. check video the first 3-4 seconds SaveInsta.App - 3136632867088784385_57274797898.mp4
  6. Essentially what I would like to do is have a custom section on the homepage that works like this: you have a gallery of images. Example: https://www.instagram.com/p/CuHjvlZpFwB/ site: https://mandarin-ellipsoid-tcmf.squarespace.com/ pass: mandarin
  7. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $.getJSON('https://api.ipify.org?format=json') .done(function(data) { var ipAddress = data.ip; $.getJSON('https://ipapi.co/' + ipAddress + '/json') .done(function(data) { $('input[name="SQF_IP_ADDRESS"]').val(ipAddress); $('input[name="SQF_CITY"]').val(data.city); $('input[name="SQF_COUNTRY"]').val(data.country); }) .fail(function() { console.error('Failed to retrieve city and country information.'); }); }) .fail(function() { console.error('Failed to retrieve IP address.'); }); }); </script> This code does not pass the hidden values to email. I've already created a hidden field with the exact name. let me know
  8. I have a squarespace site and am connected with Weglot but I am looking for two language dropdowns - one for the header and the second for the footer. Is that possible? currently weglot auto set is on the header but I want that same dropdown for the footer. share the steps or code to add the language switch option at the footer. https://pumpkin-blueberry-3nfz.squarespace.com/?noredirect password: pumpkin I request you to have a look and give me the appropriate solution. Thanks Do yoga and live a healthy life.
  9. Dear Squarespace Team, I hope this message finds you well. I am a user of your platform and I wanted to share a suggestion with you. As a customer, I have been using your platform to create and manage my website. However, I have been facing some difficulties with the current payment methods available for billing. I noticed that the only payment methods available are credit card and PayPal. As a user who prefers to make payments through my debit card or UPI, I find it inconvenient that these options are not available. Therefore, I would like to request that you add a debit card and UPI payment methods to your platform. This would greatly enhance the payment experience for many users, including myself. Thank you for your attention to this matter. I look forward to hearing back from you soon. Best regards,
  10. Dear Squarespace Team, I hope this message finds you well. I am a user of your platform and I wanted to share a suggestion with you. As a customer, I have been using your platform to create and manage my website. However, I have been facing some difficulties with the current payment methods available for billing. I noticed that the only payment methods available are credit card and PayPal. As a user who prefers to make payments through my debit card or UPI, I find it inconvenient that these options are not available. Therefore, I would like to request that you add a debit card and UPI payment methods to your platform. This would greatly enhance the payment experience for many users, including myself. Thank you for your attention to this matter. I look forward to hearing back from you soon. Best regards,
  11. here website URL https://gazelle-swordfish-2t5a.squarespace.com Password: pwd
  12. Adjust the website based on the requirements of European regulations, like the Federal Data Protection Act, and the German Telemedia Act, as well as GDPR.
  13. Hi- I need urgent help from you regarding multilingual site: https://www.teachforarmenia.org/ password: teachforarmenia when you land on homepage then go with language switch option on top right corner like click on EN or AM then getting error. could you please help me for this part. I've done language switch already but stuck with this. pls have a look Thanks
  14. just copy and paste this code ( I've attached the screenshot when you add below code ) .lightbox-content [data-animation-role="image"] { min-height: 100% !important; }
  15. Welcome - Anytime if any issue or update needed please let me know. you can mark it solved and rate my solution. Have a great day.
  16. replace this code please with existing #back-to-top.show-btt { bottom: 0; opacity: 1; transition: all .5s ease; } #back-to-top { height: 50px; width: 50px; position: fixed; right: 0; z-index: 99; border-radius: 50%; box-shadow: 0px 0px 5px #ccc; margin: 17px; background: white; bottom: -150px; opacity: 0; transition: all .5s ease; }
  17. @graciewo Here's the code you have to add in DESIGN > Custom CSS [data-animation-role="image"] { min-height: 100% !important; }
  18. Simply paste the code in Setting > Advanced > Header <div id="scroll-here"></div> <a id="back-to-top" href="#scroll-here"> <img src="data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EAngle Up%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' fill='none' stroke='%23202020' stroke-miterlimit='10' stroke-width='2' d='M20 40l11.994-14L44 40' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E" alt="Angle Up" /> </a> <script src="https://code.jquery.com/jquery-3.6.0.js"></script> <script> $(function(){ //Function To Add Class function showBackToTop(){ $('#back-to-top').addClass('show-btt'); } //Function To Add Class function hideBackToTop(){ $('#back-to-top').removeClass('show-btt'); } //Check Scroll and Add Class function checkScrollPos(){ if ($(this).scrollTop() >= 700) { //if scroll position is lower than 700px from the top of the screen showBackToTop(); } else { hideBackToTop() } } // tell the browser to run the "checkScrollPos()" function just above when the user scrolls $(window).on('scroll', function(){ checkScrollPos(); }); //Check the scroll position once when the page loads checkScrollPos(); }) </script> <style> html { scroll-behavior:smooth } #back-to-top{ height:50px; width:50px; position:fixed; right:0; z-index:99; border-radius:50%; box-shadow: 0px 0px 5px #ccc; margin:17px; background:white; /Position Out of View/ bottom:-150px; opacity:0; transition: all .5s ease; } #back-to-top.show-btt{ /Position In View/ bottom:0; opacity:1; transition: all .5s ease; } </style> for you have to hide your current code <style> .t-top { display:none !important; } </style> Add this also in same header block
×
×
  • 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.