Jump to content

SmallSitesSarah

Circle Member
  • Posts

    38
  • Joined

  • Last visited

Everything posted by SmallSitesSarah

  1. @tuanphan At a loss.... I have used the solution in this thread for 3-4 websites, but I cannot coax it to work in the footer. On desktop, the logos in the second line of the footer should be centered. Can you help? (www.muldowney.com)
  2. THANK YOU! I couldn't find it either. It's not intuitive at all.
  3. @creedon New question. Now that this is set up, is it possible to forward a subdomain to each home page? For example, students.heartologypatientadvocacy.com forwards to heartologypatientadvocacy.com/students. I feel like I've read it's not possible, but just checking to see what you think.
  4. So. Weird issue... When I add any code other than the default code from Bookafy, everything except the background colors on the site disappears. When I change it back, everything comes back. It doesn't make sense. Any ideas? Re-appear Recording 2023-08-09 085257.mp4
  5. Can you teach me how to adjust the opacity? It's a little too dark.
  6. I'm looking for a way to add a drop shadow to an iframe, and I'm not sure whether I need to add HTML to the iframe or CSS to the block element. I don't see a similar forum thread on this. Does anyone have advice? www.heartlandpfd-backend.squarespace.com, Password: Heartland Looking to add a drop-shadow to the iframe scheduler (#block-yui_3_17_2_1_1691528890816_3655).
  7. Fabulous. Thank you! Can you explain the calc(~# + #px) code? I want to learn how it works in case the number of bios changes. I understand the rest.
  8. Yes! Here you go: https://larso-backend.squarespace.com/about-larso
  9. @tuanphan I am having the same issue. I've tried adjusting the section ID and nth child, as suggested in your other posts, but I haven't been able to get the desired result. The bottom row of each "team" section should be centered. Site: larso-backend.squarespace.com, password: LARSO
  10. Thank you for explaining that. I don't know how I missed it!
  11. This stopped working for me for some reason... Any idea why? larso-backend.squarespace.com, pw LARSO.
  12. I ended up buying the Ghost plugin, "Balance Summary Block." I usually don't pay for something like that, but I have to say, it works beautifully and was only $30 to use forever. I paired that with the "Lightbox anything" plugin from SqSp themes, and the result is exactly what I wanted. I didn't want senior citizens to have to do a gazillion clicks to get the information they want.
  13. I totally forgot I had injected that code into the header of my pages. Thank you!
  14. @tuanphan This code worked for me, except the button is covering the text. Can you help me fix that? URL: larso-backend.squarespace.com, password: LARSO
  15. @creedon Thanks so much for your 1:1 help! Question: I added another page (/seniors/about-us), but it's not showing in the senior page nav. Can you help?
  16. Thanks so much for responding @creedon and @paul2009! Yes, I agree the Brad Good code is the best solution. My coding knowledge stops with CSS, so I'm not sure how to make it work for me. Can you help?
  17. URL: https://heartology-backend.squarespace.com/ Password: Heartology My client has three distinct types of audiences and wants different experiences for each. The navigation items need to change depending on which kind of customer is viewing the site. I’m using code to hide or unhide nth child nav items on desktop and mobile, but it is extremely clunky and sometimes breaks formatting on other parts of the pages. I wonder whether I can achieve a solution using a method similar to what others have used for multi-lingual sites like this instructional page or this forum question. The mock-up landing page looks like this: Each audience should see different headers in the navigation. I used these paths and would like to show/hide the correct items according to the audience. /seniors /students /physicians Tagging @tuanphan @paul2009 and @creedon as I can see you’ve addressed similar questions in other posts, though I can't find the exact answer I'm looking for. Thanks in advance for any ideas you have!
  18. For posterity: I removed the code for smooth scroll, and the jump links goes to the right place on the first click now. Just without the nice scrolling effect.
  19. Bump. I'm having the exact same problem as well. The first click stops way before the anchor. On the second click, it scrolls to the correct place on the page.
  20. Whoops. Just added it: https://www.affabletax.com/
  21. Hi! I have simple list with items that rotate on hover. However, I cannot figure out how to round the corners. I added {border-radius: 10px} to the code but it doesn't seem to be working. Has anyone had luck with this? The site is https://www.affabletax.com/. The code I'm using is: //list rotate on desktop// section[data-section-id="645002e96aefb16311b13bbc"] { @media only screen and(min-width:640px){ .list-item-content { transform:rotateY(180deg); transition: all .5s; margin-top:-65%; padding-bottom:30%!important; padding:1rem; border-radius: 10px; opacity:0; } .list-item:hover .list-item-content { transition: all .5s; transform:rotateY(0deg); opacity:1; border-radius: 10px; } .list-item-media img{ transform:rotateY(0deg); transition: all .5s; } .list-item:hover .list-item-media img{ transition: all .5s; transform:rotateY(180deg); opacity:0 } .list-item:hover .list-item-media{ transition: all .5s; transform:rotateY(180deg); background-color:#2AB4F7 } } }
  22. Thanks! Tip for those of us that use the basic subscription and can't inject code: I found this free Get Button widget. You can see an example on my website. Go to your footer and insert an "Embed" block. Then go to "Code Snippet" and paste this code. <!-- GetButton.io widget --> <script type="text/javascript"> (function () { var options = { whatsapp: "YOUR NUMBER WITH HYPHENS", // WhatsApp number call_to_action: "Message us", // Call to action button_color: "#FF6550", // Color of button position: "right", // Position may be 'right' or 'left' }; var proto = 'https:', host = "getbutton.io", url = proto + '//static.' + host; var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = url + '/widget-send-button/js/init.js'; s.onload = function () { WhWidgetSendButton.init(host, proto, options); }; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(); </script> <!-- /GetButton.io widget -->
×
×
  • 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.