Jump to content

identifyasaproblem

Member
  • Posts

    30
  • Joined

  • Last visited

Everything posted by identifyasaproblem

  1. Yes, pause on hover is turned off. It is the default setting. I din't adjust anything other than changing the default text. Not sure the issue.
  2. Hi there, I want to post a "coming soon" scrolling line of text on a page I don't have time to design and I noticed that it appears scrolling in the editor but on the live site is it static. https://duck-sheep-gyj3.squarespace.com/ /SD$$$2023 I am not sure what I am doing wrong because I am using the scrolling block as is. I am wondering if this is a custom code issue because my font is custom. Please help! Thanks!
  3. Thanks for responding, I think I am going to leave the header button as is. I don't think it will look great on the different ground colors of my other pages.
  4. Hi there, I am experiencing a new glitch on my site since redoing code after a system error wipes everything. Everything worked fine last week. I think my custom font codes are the issue (I think I coded them correctly) but I am not getting an error and they do eventually load properly. Is there a way to prevent this new lag that is happening when the system font loads and then my custom font loads a second afterward? Should I put the code in the header or something? Or does my code need to be tightened up or something? There is a lot happening in my heading on my homepage but this issue is new. Let me know if anyone has fixed this issue. Thanks loves xx https://duck-sheep-gyj3.squarespace.com/ /SD$$$2023
  5. Question 2- if this button works (if a CCS sorcerer can help me out) is there a way to have this hover only on the primary button on my homepage and not any other pages? Is there a way to target just the one page?
  6. Once again you have saved the day and peppered in some helpful tips. I think exactly what you described happend because I had the live site open and it looked fine. Next time I will exit if it happens again but best believe I now have a backup. In my defense when I started I did have a doc with the first few codes that I did but I stopped editing it as I went along. So I didn't have nothing. I was able to recover 70% via this forum and my early doc. I have to learn things the hard way it seems. I have a few other code issues on the forum, if you have time can you take a look? Nw, if not. Thanks again! I will be putting some coin in your purse regardless xx
  7. Hi there! This is the code I am using to create a hover effect on my primary button, see below. I know I have gotten something (or more than a few somethings) wrong because the css is unaffected. I want the button to be transparent but on hover to have the same color gradient as my footer (when it is fixed). https://duck-sheep-gyj3.squarespace.com/ /SD$$$2023 //HOVER PRIMARY BUTTON GRADIENT// .sqs-button-element--primary:hover { background: #00FFFFFF; background: -webkit-linear-gradient(to left, #fe9c37, #da6026, #114155, #3b97b6, #693237); background: linear-gradient(to left, #fe9c37, #da6026, #114155, #3b97b6, #693237) }
  8. tried this as well- .footer { background-image: linear-gradient(89deg, #fe9c37, #da6026, #114155, #3b97b6, #693237); background-size: 1000% 1000%; animation: AnimationName 30s linear infinite; } @keyframes AnimationName { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }
  9. Hi there, I am recoding my website after looking all my code. I was able to code this footer months ago but it is not working for me now. I am not sure if I am targeting this the correct way. I don't remember what I did I think it was the code below: .footer { background: linear-gradient(90deg, #fe9c37, #da6026, #114155, #3b97b6, #693237); background-size: 1000% 1000%; -webkit-animation: AnimationName 30s ease infinite; -moz-animation: AnimationName 30s ease infinite; animation: AnimationName 30s ease infinite; } @-webkit-keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } @-moz-keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } @keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } https://duck-sheep-gyj3.squarespace.com/ /SD$$$2023
  10. Hi Ziggy! About an hour ago I saw that my custom code for my whole site had vanished. I don't know what happened. One minute it was there and then everything was gone. I couldn't find it in the wayback machine so I am starting from square one after some light crying. I now have a text edit file with my code. I am lucking that I am so terrible at this that most of my custom code had problems so I have a record of my code fails here 🙂 My custom fonts are reloaded, I am rebuilding my hero section now and I am having this line break issue again. Even with your code above. I am not sure the issue this time. Can you eyeball again?
  11. I this code for fluid engine? I am trying to replicate but it is not working. Also I am using the font style in my pack, hex color codes and trying to apply to all of my primary buttons. Specifically the one in my navbar. This is the gradient color and angle, I'd like to use if possible since it matches my homepage: (270deg, #fe9c37, #da6026, #114155, #3b97b6, #693237)
  12. Hi Ziggy, me again! Question: is there a way I can increase the spacing in between the anchor links? I would like the links to span horizontally more.
  13. Ziggy, you are not a black ponytail holder but you stay pulling us together. And for that I say thank you.
  14. Hi Ziggy thanks for testing this on your end. I am still trying to get to the bottom of this issue. This is the code that I am using and my links are still stacked: //HORIZONTAL CONTENT NAV// [data-section-id="650b27611a98ab7b6b894352"]html-block p { display: inline-block; margin: 0 20px; } [data-section-id="650b27611a98ab7b6b894352"]html-block { padding-bottom: 0 !important; text-align: center; } [data-section-id="650b27611a98ab7b6b894352"]content-wrapper { padding-top: 20px !important; padding-bottom: 20px !important; } [data-section-id="650b27611a98ab7b6b894352"]{ background-color: #fafafa; box-shadow: 0 3px 20px rgba(0,0,0,0.08); min-height: 0 !important; position: sticky !important; -webkit-position: sticky !important; top: 0; z-index: 999; }
  15. Hi Ziggy! Thanks for your comment, I was wondering why my setup looked different from the video, I figured it was a brine thing. I added the anchor links to one text block as suggested and the issue persists, the content is still stacked 😞
  16. Once again the internet has tricked me into believing I can add "simple" custom code to my site to create a horizontal content nav for my case study. https://www.beatrizcaraballo.com/blog/sticky-content-navigation-squarespace I followed this tutorial ^ though video is a walkthrough for Brine, the blog gave custom code for 7.1 that did make the section sticky but none of the formatting/style was changed. My anchor links remain stacked and unsightly. It is quite rude. https://duck-sheep-gyj3.squarespace.com/ /SD$$$2023 Can someone take a look at where I went wrong? I would like the anchor links to stick horizontally centered in the middle like in the video. Pls help. The section is sticky but it is also tacky 😞
  17. Like Gaston @tuanphanI scrapped a beautiful custom font, the one I will use for paragraphs and buttons because I couldn't get the nav button to have the correct font size (Ie the font size that match the rest of the nav bar). Even with the font change to one of the stupid system ones lol the font is still not matching. Or at least I don't think it is, it looks smaller than the non-button items. It is quite rude. https://duck-sheep-gyj3.squarespace.com/ /SD$$$2023
  18. You know Ziggy you are not Kellogg's mascot for Frosted Flakes, Tony the Tiger, but you're GREEAAT!! Thanks again!
  19. Thank you will try this now but I'd love clarification. Does this go in the advanced area of the portfolio page? Or should I copy this over the other code in the design custom ccs code area? Does it matter?
  20. Hey there! Me again 😞 I decided to copy this section from my homepage to move to my portfolio page. I think it is best to make my portfolio page my homepage. This interaction still works but the text is back with a vengeance double spaced. Can you help me again with the CSS?
  21. Yes I have done that (ie the bare min). I think I am going to scrap this page because is it wonky. I think it is the logo color code so I will keep my site with one ground color, it is not the end of the world. Thanks for your help!
  22. Did someone share this misc code? I am having the same issue 😞 @tuanphan
  23. "Something is happening to your portfolio page titles, they don't appear in the code, as if you haven't set them. " ...and "setting them" would entail what exactly? Sorry this question is probably quite slow but I just started using this template and I don't think I haven't "set anything" So I think this is the issue. Thanks again, I will do some research on my end.
  24. Also I see that the white logo is on the work pages that have a white background so it is invisible. Is there custom code to make it so that the logo is only white on the work folder not the individual projects?
×
×
  • 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.