Jump to content

VPerfeito

Member
  • Posts

    11
  • Joined

  • Last visited

Everything posted by VPerfeito

  1. I plan on using forms -block for online registrations. However the number of registration must be limited depending on the activity. Is there a way to limit forms block answers? Thank you if not how can i circle around this
  2. Site URL: https://www.portanova.pt/equipa-2022 Hello I have a photo of my team but in mobile version it gets cropped. I've already tried some codes but none of them seem to work. Can someone help? Thanks @tuanphan @media screen and (max-width:767px) { [data-section-id="626d9ad5591ebf709dbc2989"] { min-height: unset !important; height: 35vh; } } /* Resize mobile home slideshow */ @media screen and (max-width:767px) { body.homepage .gallery-fullscreen-slideshow { height: 25vh !important; } }
  3. [data-section-id="6251f2d8a7b6271ae9b6d286"] { min-height:clamp(0px, 66.67vw, 100vh) !important; } This worked for me. (change yo your id)
  4. Site URL: https://www.portanova.pt/ Hello...I want to have a slideshow of images on main page. Because I also liked the social media buttons I decided to add a video as section's background. However in mobile view the video gets cutted. Also tried changing it to images but the same thing happens. How can a video / or iamge be resized on mobile view so it doesnt get cutted? Thankyou
  5. @tuanphan Can this be done to with a video file? https://www.portanova.pt/ Thank you
  6. Thank you...I dont have premium features. Is there any other way?
  7. Btw, do you have any css code for altering the text on the buttons of event page that say "show events"...in my case "exibir eventos"
  8. Site URL: https://www.portanova.pt/agenda website pass: ******* I have a event posters previously made but when I try to add them to the event page they get cut. Now they are set to a 3:2 ratio mas no matter the ratio I select it always cuts the posters. On summary block, square space resizes them automatically and they fit perfectly but an automatic option is not available on the event page. How can I turn this around? Example on the image attached:
  9. I have the same problem. When pasting the code on square space it flairs an error on line1 ("Syntax Error On Line 1)". Is this because I am on basic plan? This is the code I am using....I just need to change one line <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script type="text/javascript"> var formposted=0; // Form error message translation. // Enter your English error messages here (don't forget full stop at end of message) var errorEN = [ 'Seu formulário encontrou um problema. Role para baixo para revisá-lo.' ]; //Enter your translated error messages here in the same order as above var errorTR = [ 'Erro - Verifique novamente o formulário.' ]; $(document).ready(function(){ $('input.button, .lightbox-handle').click(function() { formposted=0; window.setInterval(errTranslate, 100); }); }); function errTranslate(){ if(($(".field-error").is(':visible')) && (formposted==0)){ $( ".field-error" ).each(function() { var errorText = $( this ).text(); var numItems = errorTR.length; for ( var i = 0; i < numItems; i++ ) { if (errorText == errorEN[i]) {$( this).text(errorTR[i] )}; } }); formposted = 1; } };
×
×
  • 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.