Jump to content

melody495

Circle Member
  • Posts

    710
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by melody495

  1. Blog title alignment: On your blog post page (any of them), click Edit, click/hover over the title, click Edit Section ->under Format find Text Alignment -> change from Center to Left. Blog content alignment: click in the text box, find the alignment button in the text format toolbar. See the below screenshots for each of the above. Hope this helps.
  2. I would wait for Google to do its thing, it could sometimes take a couple of weeks. How long has it been since you first crawled? Note, when it says Crawled, re-submitting won't help. As there is no error, there is nothing to correct. You can see more from Google's documentation on page indexing
  3. Hi @rosatk Are you able to resize and drag the bottom of accordion block up (blue box)?
  4. Thanks! What happens when you click on Request Indexing? Does it say successful or is there an error?
  5. Ah, this is a gallery section. There is no built-in way to do this in Squarespace unfortunately. You'll need code injection to achieve this. This requires the business plan or above. There area few threads on the forum regarding this, but have a look at this one https://forum.squarespace.com/topic/241091-photo-description-displayed-in-lightbox-under-photo-in-photo-gallery-section/
  6. Hi @MonikaBu that should be the default if you've turned on Lightbox. What are you seeing currently? Can you share your website URL so we can have a look?
  7. Your screenshot didn't attach. Try adding !important to your line of CSS, like so. ... { display:none!important; } Let me know how it goes.
  8. Can you share the url to your website please? If it's included in your post, it's not shown to the forum.
  9. Hi @LBC20 you can either change the letter spacing in Squarespace or with CSS. For CSS, if you can share the code that you've tried, we can see if we spot any errors. Otherwise, you can try doing this with built-in Squarespace functionality. Site Styles -> Fonts -> Headings -> Letter Spacing. You can change that for all font types here. Let me know how it goes.
  10. Hi @millersota you can set a site-wide social sharing image, and you can additionally set one for each page. Site-wide social sharing image: Settings -> Under the tab Website -> Social Sharing Logo You can find more in Squarespace's doc on Adding Social Sharing Image Let me know how it goes.
  11. Hi @rebecca57 please can you share your website URL so the community can help identify the issue? Without a website URL, I would probably guess that your last line is a new line on its own, therefore the larger gap. If you want to manually break the sentence up at the words "healing" and "and", then you should do SHIFT + Enter. Or remove the line break entirely. Hope this helps.
  12. Hi @aym38 can you share the url to a blog post that you are having issue being indexed by Google? and can you share the error message you see in Google Search Console for that particular URL? Can you please translate it to English before sharing the screenshot so it'd be easier for the community to help? Thanks
  13. Which specific setting are you trying to locate? They are all there, but they have been moved around! Maybe the Squarespace article on Building a site header would help.
  14. For Add Elements, you should find it after clicking "Edit Site Header", do you see something like the screenshot below?
  15. @sandbekk65 yes you can! Those are called pagination. Click on Site Styles (brush icon at the top right corner) -> Fonts -> Assign Styles -> find “Blog Post” -> pagination -> change size You can see more details and screenshots on my blog post How to change blog pagination font size Hope this helps!
  16. All good, glad it's working now! Squarespace form does support auto-fill. But if you start making your own fields, e.g. using a text field as Name, then that might need checking.
  17. I checked this link on my chrome browser on both my desktop and my android device, and the auto-fill came up for every field (except State, because I am not based in the US). This sounds like an issue local to your browsers/devices. On a quick googling, here are some suggestions to the issue you are seeing: check your chrome Sync Settings (that auto-fill is enabled) clear browser cache check if there are extensions that might be interfering Hope this helps.
  18. Hi @theguy can you share a link to the page you are seeing this issue? And which fields are you expecting to have auto-fill but not working?
  19. @tucecoop That sounds annoying! Have you been able to identify the line(s) of code that is causing the issue? If you post that here, then the community can try and help. If you haven't narrowed it down, the best way is to remove all (save them somewhere!), then paste bits back in at a time to see which code is causing the issue. Is this code in Custom CSS or Code Block or Code Injection?
  20. @emilie_one you can try this. Edit: see Paul's answer below, it's even neater. Rather than targeting the button directly, you can select a specific list item. This selects the list item element based on the order they are in, then selects the respective button. This selects the 1st list item. .user-items-list-item-container[data-section-id="6589bcfe73da041088f119c1"] .list-item:nth-child(1) { .list-item-content__button { pointer-events: none; } } To select multiple buttons, you add to it like this. This selects the 1st and 3rd list item. .user-items-list-item-container[data-section-id="6589bcfe73da041088f119c1"] .list-item:nth-child(1), .list-item:nth-child(3) { .list-item-content__button { pointer-events: none; } }
  21. They don't go to the home page, but they do open up a new window with the same page. Weird, as I can't reproduce that on my test site! This seems to be a platform issue, so I would suggest contacting Squarespace support . You could potentially address it with custom code, but the buttons don't have a unique ID, so you can't target your code for just one button.
  22. @AlanaThePhotographer you're very welcome! glad it's all working. Please do mark this as solved so it's easier for others to find the answer in the future. Thanks!
×
×
  • 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.