Jump to content

ThePromoTeam

Circle Member
  • Posts

    12
  • Joined

  • Last visited

Everything posted by ThePromoTeam

  1. @creedon Is it possible to adapt these codes to only remove/hide the 'Country' sub-field in the Address field? I applied the following scripts without success. URL: https://www.sobieskilocallion.com/sales-portal PSW: Test <style> .country { display : none; } .state-province .caption-text { display : none; } .state-province .caption::after { content : 'State'; } </style> AND // Add the following to Settings > Advanced > Page Header Code Injection for the page // <script> document.addEventListener ( 'DOMContentLoaded', ( ) => { var country = '[enter country here between single quotes replacing square brackets]'; var stateProvince = '[enter state province here between single quotes replacing square brackets]'; // do not change anything below, there be the borg here document.querySelector ( '.country input' ).value = country; document.querySelector ( '.state-province input' ).value = stateProvince; } ); </script>
  2. Hi everyone. I have a password-protected Secure Area page, that had been working correctly on Safari, but now I'm only getting a white page after entering the password. Any insights would be greatly appreciated. Ricardo
  3. @tuanphan I appreciate your response and assistance. I will reload the Semibold and address it not loading correctly. Ricardo
  4. Hi all. I've been working on tweaking the script I'm using. Using the following modified code, I corrected the issue with the font in the Entry Form. Now, the "Semibold" font is not loading correctly for the h1 - h4 titles. Any assistance is appreciated. 🙏 /* Add Paunaler Font */ @font-face { font-family: Paulaner1634-Semibold; src: url('https://static1.squarespace.com/static/637bee237b07b31b6a2f4942/t/637cde1e54567d45d48680e9/1669127710893/Paulaner1634-SemiBold.otf'); } @font-face { font-family: Paulaner1634-Regular; src: url('https://static1.squarespace.com/static/63f7a6c1c2a41b6376d44804/t/63f7d1af4ccef11aa505c236/1677185455050/Paulaner1634-Regular.otf'); } /* Assign Paunaler Font */ h1 { font-family: 'Paulaner1634-Semibold'; } h2 { font-family:'Paulaner1634-Semibold'; } h3 { font-family: 'Paulaner1634-Semibold'; } h4 { font-family: 'Paulaner1634-Semibold'; } .sqsrte-large { font-family: 'Paulaner1634-Semibold'; } p { font-family: 'Paulaner1634-Regular'; } .sqsrte-small { font-family: 'Paulaner1634-Regular'; } *, body { font-family: 'Paulaner1634-Regular'!important; } h1, h2, h3, h4 { font-family: 'Paulaner1634-Semibold'!important; }
  5. Hi everyone, I'm seeking assistance in getting the correct code to apply a custom font to the checkbox field in Squarespace 7.1 https://plums-quillfish-98s9.squarespace.com Password: Test I used the following code to successfully applied the custom font to the title, description, field elements, etc., but not the checkbox text. Any insight would be greatly appreciated. // Form Titles - Change font // .form-wrapper .field-list .title { font-family: 'Paulaner1634-Regular'!important; } // Form Captions - Change font // .form-wrapper .field-list .field .caption { font-family: 'Paulaner1634-Regular'!important; } // Form Fields - Change font // .form-wrapper .field-list .field .field-element { font-family: 'Paulaner1634-Regular'!important; } // Form Descriptions - Change font // .form-wrapper .field-list .description { font-family: 'Paulaner1634-Regular'!important; }// Form checkboxes - Change font // .form-wrapper .field-list .field .options { font-family: 'Paulaner1634-Regular' !important; }
  6. Sorry, I always am challenged sifting through the varying text convos. I think this is what you're meant, correct? /* for formName copy the value from the form editor Form Name field. you only need exactly what can be selected from the field */ const formName = 'Details'; const maxLength = 128; /* for textAreaLabel copy the value from the form Text Area field editor LABEL field. you only need exactly what can be selected from the field */ const textAreaLabel = 'Card Message';
  7. Hi @creedon Thank you for you quick response. Is this the code you referred to?: const formName = 'Gift message'; const maxLength = 80; const formFieldLabel = 'Gift message';
  8. Hi @kindandbrave What was the code that you used. I didn't see it in the conversation feed. Thank you.
  9. Hello Everyone! I'm tasked with building an awards-based voting contest site that features 7 categories with 5 contestants per category. Participants may cast 1 vote per category, per email, per 24 hour period. I'm seeking insight on the best way to capture participants' names, email address and voting data for each category and contestant results and tabulation. My initial thought is to have names, email addresses and votes captured in Google Sheets but now sure it's robust enough to allow for the volume and segmentation that might occur with the voting. I figure that this task may require custom CSS and or third-party plugs. Would be open to chat developers who can demonstrate that they could make this happen. Has anyone built a similar type of site? Welcome all input. Thanks in advance, Ricardo
Ă—
Ă—
  • 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.