Jump to content

melody495

Circle Member
  • Posts

    900
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by melody495

  1. Hi, as Ziggy has pointed out, it is a formatting issue. For each of those words that go onto the next line, you've put in a line break i.e. 'enter' for next line when typing. You have to go into your text blocks and edit the new lines out to resolve your issue.
  2. Ah, you were adding it to the script tag. Side note, instead of 'module' you can more directly use 'defer'. I normally would use DOMContentLoaded for situations where I need to read from the DOM. 'defer' is run before DOMContentLoaded. It seems to be working for you, but if you do run into issues, then using DOMContentLoaded would work for what you are doing. Good luck!
  3. I'm not sure what "module" is, is this a third party plugin you're using? But glad it's all working for you!
  4. Hi, please share your website link so we can check easier. What is your header style set as? Do you have custom code to modify the header?
  5. Hi, you should be able to change the CTA button in the header in Site Styles. Site Styles -> click on Button -> bring to edit page In terms of the code flashing up on load, you should put the CSS code in Website -> Website Tools -> Custom CSS. Remove from code injection, this would not have changed your button font, as this is just text you've added to the footer.
  6. Hi, each theme can be customised individually. Make sure you are on the section/page that you want to customise -> Site Styles -> click on the relevant theme you want to change (in the red circles below) If this doesn't work then please provide screenshot and descript of what you are changing and how it has not changed.
  7. Hi, sounds like you have put the code in Site Wide code injection, so it is in every page. If you only want this on a specific page, please put the code in the code injection of that page only. In terms of your issue, I went back to look at your post again, your console already tells you what the issue is. That 'textcontent' is null. So at the point of the code being run, there is nothing in 'textcontent'. The footer is being run at website load, so it's likely not when you want to run your code. I suggest you wrap your code in document ready or domcontentloaded. $(document).ready(function () { }
  8. Have you tried selecting the text, then toggle Italic? It doesn't work by just selecting the text block, need to select the text.
  9. Hi, please try copy and pasting as plain text, otherwise it will try and preserve and match your formatting, which often doesn't work out. Please note SquareSpace doesn't monitor this forum for issues, this is a peer-to-peer forum to help others. Please contact SquareSpace if you wish to raise an issue with functionality of the platform. https://support.squarespace.com/hc/en-us/requests/new
  10. Hi, looks like you have re-directs set up. Check here, is there anything in there? If not, is there anything in your Code Injection? Also, something is not right in your Code Injection. Looks like this is just happening for Integrations.
  11. Hi, what do you want to change for H1 on mobile? e.g. colour? font size? For all H1 on mobile or just those 3 you've listed?
  12. Hi, if none of your CSS code is taking effect, then there is a syntax error in your code. If that is the case, please copy and save all code somewhere, then remove everything in Custom CSS. You can then add one block of code back at a time, to make sure each is working as expected. You should be able to find the culprit fairly quickly.
  13. Hi, I haven't gone through the full code, but this here is missing the closing </br>. Try that and let me know how it goes.
  14. Hi, try replacing with this code instead? Let me know how it goes. .sqs-block-video .sqs-native-video { border: solid 4px #000369 !important; }
  15. Hi, you can't do this in SquareSpace. Please see this post for some 3rd party or custom code solutions https://forum.squarespace.com/topic/146886-how-do-i-put-a-folder-within-a-folder-in-the-navigation/
  16. Hi, desktop and mobile have different aspect ratio, so they will look different. Do you have an mock up of how you want both the desktop and mobile to look? I suggest make the desktop version how you want then there are a couple of options to edit the mobile version, depending on how you want the mobile to look.
  17. Sounds like what you were doing affected the site. If you have a way of putting your site back to before you tried removing code, you can investigate from there. If not, you should get a developer to look at the problem for you.
  18. Hi, please see this post How to Post a Forum Question
  19. Try this in your Custom CSS instead .sqs-block-form .form-field-error { background-color: black !important; } Let me know how it goes.
  20. I tested for this website. Try putting the below code in your Code Injection, Footer. I used the code from the video, just changed the selector to the specific ID, because that search bar html is structured differently. Let me know how it goes, or if you need help with the other website. <!-- ===== Adjust Search Block Placeholder Text From Will-Myers.com ========== --> <script> window.addEventListener('DOMContentLoaded', changeSearchPlaceholder); function changeSearchPlaceholder() { let newText = "Search Me"; let searchBars = document.querySelector('#yui_3_17_2_1_1699789732927_371'); searchBars.forEach(el => el.placeholder = newText) } </script>
×
×
  • 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.