Jump to content

nosremetnarg

Circle Member
  • Posts

    48
  • Joined

  • Last visited

Everything posted by nosremetnarg

  1. Could you write a script to block that script?! Sounds like whack customer service. Time to switch to another page builder?
  2. Can you italicize the year? Or exclude it from where you put the information in? If you italicize it, then you can select it with CSS. Got a link to this site?
  3. Is there custom CSS added for desktop here? Which page are you showing in this image?
  4. inside of url('[with your cursor here in the editor click on the font file]')
  5. I load the font files into the CSS editor......then in the URL param for the font file src I click on the file name that I loaded and SQSP puts the link there.
  6. Here is how I have custom fonts applied: @font-face { font-family: 'DM Serif Display'; src: url('https://static1.squarespace.com/static/63c1a5a12a1c0d16a53d46fc/t/63cf017a3f963750ed74cb57/1674510714285/DMSerifDisplay-Regular.ttf'); } h1, h2, h3, h4, h5, h6, a[class='sqs-button-element--primary'] {font-family: 'DM Serif Display'!important; }
  7. pw:hausofibe I am wanting to achieve something like this. I can add the border using ( .sqs-lightbox-padder img ) as a CSS selector. Is there an attr I could select for this to append a button element to this?
  8. I am curious about this as well. Adding a button below a lightbox image. I've added some custom CSS to mine with .sqs-lightbox-padder img as the CSS selector. Not sure I can use JavaScript to append an element with that kind of selector
  9. Thank you Paul. I always appreciate your time and knowledge.
  10. Anyone have tips for ways to improve load times? I've compressed images and removed extra font files. I'm confused as to why all these SQSP assets are slowing me down.
  11. Hey y'all my client is using a vertical navigation plugin. The issue is the styling on certain pages. In the editor things look as I want them to and once I publish the page spreads vertically quite a bit. Have any of y'all ran into issues with this plugin or using FE in this way? The content seems to move around on its own and the page gets really long. **This is on a 7.1 site using Fluid Engine https://gold-shallot-zh2j.squarespace.com/ specifically I am working on this page: https://gold-shallot-zh2j.squarespace.com/voodoo-macbeth-feature-trailer-copy Cheers‌, GrantTab‌
  12. You don't need to use a third party if you'd prefer not to. Check out a project I am working on, you'll just need to create buttons and use them as a filter: https://www.lisamariedonovan.com/recipe-search?tag=Pie Hover over the btns to see what I mean https://www.hellosohla.com/all-recipes Here is a great example also
  13. Site URL: https://www.kevinjordan.coach/blog I am wanting to have blog posts fill out the whole page and not have a blank lower right box. I havent been able to find a setting where I can change the total amount of posts showing up on the page. Any help would be appreciated.
  14. Site URL: https://www.cookestudio.com/ pw: colin I am trying to remove the overlay that appears on the hero image anytime the header is in a hover state. Appreciate any help. Cheers
  15. Sometimes I have found solutions for Safari by adding "div" in front of the class name in CSS. Hopefully this is an easy fix for ya div.anchor-offset-about { position: relative; top:0px; }
  16. Site URL: https://alphabrook.com/schedule-a-demo Hello Circle Fam! I am trying to remove the required attribute for the last two fields of this form. I've inherited this project and believe the solution lies simply in this block. I have tried removing the "required" class from the "Phone number" & "Who did you hear about us?" field and got errors when I tried to submit. Should I be looking for some JS somewhere? thanks for your time. Code for form is below: <div class="form-wrapper"> <div class="form-inner-wrapper"> <form data-form-id="5d26158ec61afc0001f875c6" data-success-redirect="" autocomplete="on" method="POST" action="https://alphabrook.squarespace.com" novalidate="" onsubmit="return (function (form) { Y.use('squarespace-form-submit', 'node', function usingFormSubmit(Y) { (new Y.Squarespace.FormSubmit(form)).submit({ formId: '5d26158ec61afc0001f875c6', collectionId: '5d26156bda9604000120a0e5', objectName: 'page-5d26156bda9604000120a0e5' }); }); return false; })(this);" > <div class="field-list clear"> <fieldset id="name-yui_3_17_2_1_1562776951836_3892" class="form-item fields name required" > <legend class="title"> Name <span class="required" aria-hidden="true">*</span> </legend> <div class="field first-name"> <label class="caption"> <input class="field-element field-control" name="fname" x-autocompletetype="given-name" type="text" spellcheck="false" maxlength="30" data-title="First" aria-required="true" /> <span class="caption-text">First Name</span> </label> </div> <div class="field last-name"> <label class="caption"> <input class="field-element field-control" name="lname" x-autocompletetype="surname" type="text" spellcheck="false" maxlength="30" data-title="Last" aria-required="true" /> <span class="caption-text">Last Name</span> </label> </div> </fieldset> <div id="text-ff2ef86a-0073-4b3b-9944-055671e9b499" class="form-item field text required" > <label class="title" for="text-ff2ef86a-0073-4b3b-9944-055671e9b499-field" > Title <span class="required" aria-hidden="true">*</span> </label> <input class="field-element text" type="text" id="text-ff2ef86a-0073-4b3b-9944-055671e9b499-field" aria-required="true" /> </div> <div id="email-yui_3_17_2_1_1562776951836_3893" class="form-item field email required" > <label class="title" for="email-yui_3_17_2_1_1562776951836_3893-field" > Business Email <span class="required" aria-hidden="true">*</span> </label> <input class="field-element" id="email-yui_3_17_2_1_1562776951836_3893-field" name="email" type="email" autocomplete="email" spellcheck="false" aria-required="true" /> </div> <div id="text-yui_3_17_2_1_1591729600967_18937" class="form-item field text required" > <label class="title" for="text-yui_3_17_2_1_1591729600967_18937-field" > Company Name <span class="required" aria-hidden="true">*</span> </label> <input class="field-element text" type="text" id="text-yui_3_17_2_1_1591729600967_18937-field" aria-required="true" /> </div> <fieldset id="phone-yui_3_17_2_1_1565015554970_113194" class="form-item fields phone" > <legend class="title"> Phone Number <span class="" aria-hidden="true">*</span> </legend> <div class="field text three-digits"> <label class="caption"> <input class="field-element" x-autocompletetype="phone-area-code" type="text" maxlength="3" data-title="Areacode" aria-required="true" /> <span class="caption-text">(###)</span> </label> </div> <div class="field text three-digits"> <label class="caption"> <input class="field-element" x-autocompletetype="phone-local-prefix" type="text" maxlength="3" data-title="Prefix" aria-required="true" /> <span class="caption-text">###</span> </label> </div> <div class="field text four-digits"> <label class="caption"> <input class="field-element" x-autocompletetype="phone-local-suffix" type="text" maxlength="4" data-title="Line" aria-required="true" /> <span class="caption-text">####</span> </label> </div> </fieldset> <div id="text-cf23249f-5a53-4826-bf76-769d3647fe29" class="form-item field text" > <label class="title" for="text-cf23249f-5a53-4826-bf76-769d3647fe29-field" > How did you hear about us? <span class="" aria-hidden="true">*</span> </label> <input class="field-element text" type="text" id="text-cf23249f-5a53-4826-bf76-769d3647fe29-field" aria-required="true" /> </div> </div> <div data-animation-role="button" class="form-button-wrapper form-button-wrapper--align-left" > <input class="button sqs-system-button sqs-editable-button" onclick="gtag_report_conversion('https://alphabrook.squarespace.com')" type="submit" value="Submit" /> </div> <div class="hidden form-submission-text"> <p class="" style="white-space: pre-wrap"> Thank you, your information has been successfully submitted to AlphaBrook. A member of our team will be in touch soon! </p> </div> <div class="hidden form-submission-html" data-submission-html=""></div> </form> </div> </div>
  17. Thanks Paul. I tried writing some custom JS to trigger my own pop-up to guide clients elsewhere but can't actually trigger my pop up b/c the sidebar that pops up is in a different html body and what I am trying to do violates some CORS rules. Ughhhhhh. My eventListener can't "hear" clicks on the sidebar. <!-- Code Added by Grant 9/29/21 --> <div class="pauseSubscription"> <h1>Want to Pause Your Subscription?</h1> <p>Email hello@tinyearth.co</p> <p>and we will put your account on hold</p> </div> <style> .pauseSubscription { display: flex; justify-content: center; flex-direction: column; align-items: center; width: 40%; background-color: white; margin: 0 auto; border-radius: 5px; color: black; position: absolute; left: 30%; top: 50%; transform: translate(-50%, -50%); filter: drop-shadow(0 0 0.75rem #0e4e59); display: none; padding-left: 10px; z-index: 100; } </style> <script type=text/javascript> let lightBox = document.querySelector(".pauseSubscription") let rgx = "Cancel Subscription" window.addEventListener("click", function(e) { console.log(e.target.innerHTML); let target = e.target.innerHTML if(target == rgx) { console.log("You clicked on Cancel") lightBox.style.display = "block"; } else { console.log('no thanks'); } }) </script>
  18. Site URL: https://www.tinyearth.co/ My client is wanting to add a pop up that would allow for the customer to pause their subscription instead of cancel. Is this possible with SqSp?
  19. Here is what I currently have in the DNS. The domain is registered through SqSp. Thanks Paul
  20. Site URL: https://www.mementoandmuse.com/ Any one ever ran into issues and successfully connected DKIM/DMARC with SqSp and G Suite? This is my friends business and their email keeps going to customers spam folders. Cheers
×
×
  • 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.