Jump to content

CFlo1

Circle Member
  • Posts

    4
  • Joined

  • Last visited

CFlo1's Achievements

  1. I installed the Advanced Map Plugin as well as the Universal Filter Plugin from SquareWebsites back in Nov 23. Everything was working fine with showing the near 220 pin locations on our website, however on Feb 6 it seems that google & squarespace are now having syncing issues of some sort? I currently have 40+ locations that aren't showing on the map, and when I contacted the support from SquareWebsites I was told to basically just fiddle around with the pin and location tag until it synced. I'm wondering if there is a solution to this issue thats happening, if it's a squarespace & google problem and if there is some sort of better solution than just 'fiddling around with the pin'. I spent 20 mins yesterday doing so on 1 pin until it finally showed up, which isn't effective at all. Thanks! Website: sovereignsquare.ca
  2. No the top cursor at the end of the word 'party'
  3. Hi Tuan! I tried a different code which is working better, but i'm struggling with cursors now. The cursor for the first line is staying visible after it finishes typing. URL: https://springtail-okra-de6s.squarespace.com/ PW: nolan Sorry I thought it added the url, apparently didn't!
  4. Hello! I've added in a code block and custom css for the typewriter effect on a 2 line statement. However i'm running into the issue where the second line stays visible in the beginning, the text types out for line 1 and then it will type it out for line 2. I'd like line 2 to remain hidden and actually flow like it is being typed out after line 1 has been typed. PW is Nolan. Here is the CSS code I used: .typewriter p { white-space: nowrap; overflow: hidden; } .typewriter p:nth-child(1) { /*If you are having problems with text clipping change the width from 16em to a higher value*/ width: 23em; -webkit-animation: type 5s steps(40, end); animation: type 5s steps(40, end); -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .typewriter p:nth-child(2) { /*If you are having problems with text clipping change the width from 13.5em to a higher value*/ width: 23em; opacity: 0; -webkit-animation: type2 5s steps(40, end); animation: type2 5s steps(40, end); -webkit-animation-delay: 3s; animation-delay: 5s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } @keyframes type { 0% { width: 0; } 100% { border: none; } } @-webkit-keyframes type { 0% { width: 0; } 100% { border: none; } } @keyframes type2 { 0% { width: 0; } 1% { opacity: 0; } 100% { opacity: 0; border: none; } } @-webkit-keyframes type2 { 0% { width: 0; } 1% { opacity: 0; } 100% { opacity: 0; border: none; } } .typewriter {color:#2b2b2b; font-size: 18px; line-height: 18px; padding-top: 20px }
×
×
  • 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.