Jump to content

matthewevas

Circle Member
  • Posts

    32
  • Joined

  • Last visited

Everything posted by matthewevas

  1. @LaetitiaEaton Can you share your solution ? I already have this working on one of my pages, but can't get it working on a new page using the same code I used (after updating the block ID's) ! I'm stuck on making the whole text block clickable !
  2. @Teddy I cant help with the mobile pop up, but I used the following to change the icon color (i'm using XL icons) .social-icons-size-extra-large .social-icon_threads svg { fill: currentColor; }
  3. @tuanphan Just worked it out - added justify-content: center; Thank you so much for helping - I've been trying to fix this for days !
  4. Thanks @tuanphan ! That worked great, but the text is now left aligned and not in the centre. Do you know how I can correct that ?
  5. I'm using the following code (same as the solution above, but with my text block ID.) It's making the whole text block "clickable", but it's moving the text within the block to the top, rather than being centered horizontally and vertically. Website is ** removed ** and the code is applied to the first image / text block. Any idea's ? #block-8f2be76e0c965cf24e1a .sqs-block-content { height: 100%; } #block-8f2be76e0c965cf24e1a h2 { height: 100%; } #block-8f2be76e0c965cf24e1a a { height: 100%; display: block; } #block-8f2be76e0c965cf24e1a span { top: 50%; position: absolute; left: 50%; transform: translate(-50%,-50%); width: 100%; text-decoration: none; }
  6. I've tried using the following code: - /* Select the text box you want to make clickable */ .your-text-box-class { /* Add a pointer cursor to indicate that it's clickable */ cursor: pointer; } /* Turn the text box into a link */ .your-text-box-class a { /* Remove text decoration */ text-decoration: none; /* Make the link cover the entire text box */ display: block; height: 100%; width: 100%; } /* Add the section ID to the link */ .your-text-box-class a::before { /* Content is empty by default */ content: ""; /* Add the section ID to the content */ attr(href, url) "#section-id"; /* Hide the content from view */ display: none; } The problem I'm now facing is a syntax error on line attr(href, url) "#section-id"; Can anyone tell me where I'm going wrong with this ? Thanks in advance !
  7. I'm using hover to reveal text on some images on my site. I used a tutorial from @inside_the_square to achieve this - Reveal Text on Hover in Squarespace Fluid Engine — InsideTheSquare.co My text box is sized to cover the whole image, has a white background, and a link added to the text. All good. But, I'd like the whole text box to be clickable, and not just the text. Website is ** removed ** and the images are at the top of the page. I've searched the forum and found a solution posted, but this isn't working for me. Any help greatly appreciated 🙂
  8. I've still not found a way of doing this
  9. @ErinHannah Mine started to re-index. I've not made any changes.
  10. Thanks @tuanphan URL is https://matthewevas.co.uk I'm wondering if its possible to replicate the way Squarespace do it on their mobile site - Mobile menu dropdown for folders, rather than opening a new page, and also the drop down arrow animated to change from down to up when the folder is opened ?
  11. Hi @tuanphan - Thank you ! The new part of code (align-items: centre;) helped, but the alignment was still slightly off. However, it put me on the right track so I tried "align-items: end;" and also "align-items: flex-end;". These both fully correct the alignment issue, but I'm not sure which one is best to use.
  12. I'd like to change my mobile menu to use dropdowns rather than folders opening in a "new page". Ideally, with the dropdown arrow animated (changes when expanding / contracting the sub items). I'm guessing it's possible, as Squarespace do this on their own site. Has anyone been able to do this ? RPReplay_Final1677345692.mov
  13. @tuanphan @paul2009 I'm using the following code (Squarespace 7.1). It's added the drop down menu arrow, but also changed the alignment of the folder name in the nav menu. Any idea's ? a.header-nav-folder-title:after { content: "\e009"; font-family: 'squarespace-ui-font'; position: relative; top: 1px; }
  14. I've got the same issue. Blog post published on 25th March, and still not indexed.
  15. You just need to enable "Lightbox" in the gallery settings
  16. Can anyone confirm if their images within a gallery, and not being indexed by Google, actually show on their sitemap.xml ? I raised a ticket with Squarespace support back in September 2021 as my sitemap.xml wasn't showing any image data on certain pages. I asked for an update yesterday, and to be blunt, it was like talking to a brick wall.
  17. My sitemap issue with missing image URL's and missing / incorrect metadata has not been resolved. My ticket with customer support has been open for 2 months. I've chased it up a couple of times only to be told they are working on it, and cant commit to a timescale for resolution.
  18. I used the following code on my site. I'm on 7.1 Hide the Header: - <style> #header { display: none!important;} </style> Hide the Footer: - <style> #footer-sections { display: none!important;} </style> Hide the Header & Footer: - <style> #header, #footer-sections { display: none!important;} </style>
  19. I'm also interested in knowing what this does !
  20. @ChristineDarby I've got an issue where my sitemap is updating, but image URL's and metadata is missing. SS Customer Support have regenerated my sitemap a few times, and have been able to recreate the problem themselves. It was passed to the engineering team 10 days ago. Have you experienced a similar issue ?
  21. Looks like there is an issue with sitemaps at the moment. Long story short, my sitemap is updating but is missing image URL's and metadata. SQ support were able to replicate the issue, and it passed to the engineering team just over a week ago. I Just chased it up, and got the following: - Our engineers are aware of the issue though, so hopefully a solution can be in place soon. At this time I'm afraid there is no workaround for getting a sitemap to generate with the Gallery Section content as expected. I apologize for the inconvenience; at this time I am not able to provide an estimated timeframe for a fix, but feel free to reach back out and check in anytime in the future for an update, via live chat or email. you say there is no workaround - is this a known issue affecting others ? As a test, I created a new page, and added images. The same behaviour has happened. The new page populated in the site map, but the image URL's and metadata is missing. Yes, this is a known issue and does appear to be affecting others' sites. There currently is no workaround.
  22. @paul2009 I made some further changes to the images on the page, and the sitemap date stamp for the page has updated. Now the problem is that the sitemap does not show any images for that page at all ! I'll take your advice, wait another 24hrs, and then contact support. Thank you !
  23. @MechanizedMitch I also had the "make it stand out" issue. After digging around previous posts I discovered this is a known issue, so I've managed to fix that one. Here's the solution: -
  24. Hi, A few days ago I replaced the images on my home page with renamed versions of the same files - deleted the old ones, and uploaded the newly named ones. My sitemap has updated and shows the "new" images that I uploaded, but it is also still listing the old file names. Is this something that I should be concerned about, and could it affect my SEO ? Any ideas on how I correct this ?
×
×
  • 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.