Jump to content

lindz5223

Circle Member
  • Posts

    80
  • Joined

  • Last visited

Personal Information

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

lindz5223's Achievements

  1. This is now happening to me! So annoying. https://www.thefrenchtangerine.com/
  2. Hi All, I've found some codes to show/hide buttons {block IDs) on specific dates. I thought I had it all figured out, but they aren't displaying on mobile. Here are the codes I am using... <!-- Enrollment Dates --> <script> $(document).ready(() => { // MM - DD - YYYY function getDayFromDate(dateString) { var now = new Date(dateString); var start = new Date(now.getFullYear(), 0, 0); var diff = now - start; var oneDay = 1000 * 60 * 60 * 24; return Math.floor(diff / oneDay); } let cutoffLow = getDayFromDate("02/26"); let cutoffHigh = getDayFromDate("03/04"); let now = getDayFromDate(new Date()); if(now > cutoffLow && now < cutoffHigh) { document.querySelector('#block-yui_3_17_2_1_1696875352874_12959').style.display = ""; } else{ document.querySelector('#block-yui_3_17_2_1_1696875352874_12959').style.display = "none"; } }); </script> <!-- Waitlist Dates --> <script> $(document).ready(() => { // MM - DD - YYYY function getDayFromDate(dateString) { var now = new Date(dateString); var start = new Date(now.getFullYear(), 0, 0); var diff = now - start; var oneDay = 1000 * 60 * 60 * 24; return Math.floor(diff / oneDay); } let cutoffLow = getDayFromDate("02/05"); let cutoffHigh = getDayFromDate("02/25"); let now = getDayFromDate(new Date()); if(now > cutoffLow && now < cutoffHigh) { document.querySelector('#block-yui_3_17_2_1_1706642792709_17177').style.display = ""; } else{ document.querySelector('#block-yui_3_17_2_1_1706642792709_17177').style.display = "none"; } }); </script>
  3. Thanks for checking on this, @JasonMorris. It seems they don't always test out all of their product before releasing them.
  4. I am also frustrated that this is gone. I just learned of it today. It was much more convenient to edit a site quickly.
  5. Hi all, I'm looking to see if anyone has any good layouts or knows of any coming out from Squarespace to lay out Course lists. I have a client that I'm moving over from New Zenler. She has a lot of Courses and Bundles. Currently, I just have a list of Digital Product blocks with an image on top. But I'd love to have an auto layout like the Shop page. I'd also love to be able to Filter these buy price, category, etc. Has anyone found a way to do this yet?
  6. Hi all, I could use some assistance. I just moved my client's site from 7.0 to 7.1. They are very insistent on using the same header layout as before. Could anyone give me assistance on the best way to make this happen? Website is public at: https://thefrenchtangerine.com/ Thanks so much!
  7. Hi All, my client has added some new digital products under Member Areas. This is under the Account > Digital Products panel. We are wondering if this can be updated to a photo. (The light blue/grey box next to the name.)
  8. I am having the SAME issues. I have a site that I built years ago and now the anchors work sometime and other times they jump to the bottom of the page and not to where they are linked.
  9. This is happening to me as well. CSS not showing up until I have and fresh. I also always have a Syntax Error. It's making it hard to code anything right now.
  10. Hi all, My client has phone wallpapers for download but Android users are not able to hold and save the images on their phone. I used images and a download button, but it seems they just don't have the option to save to photos. I'm able to do this on an iPhone. Any ideas? Thanks! Site: https://www.nothingmuchhappens.com/media/phone-wallpapers
  11. Hi all, Can anyone assist with this? I have a gallery block using the carousel option with Fluid Engine. The height was way too tall, so I'm using some code the shorten it, but it's leaving the frame of it huge and it won't let me shorten it. Apparently, it's not as easy as before with Fluid Engine. Website: https://adore-lash-studio.squarespace.com/ (at the bottom) pw: adore Thanks!
  12. One big thing that's missing from the asset library is being able to grab the image address for images that are uploaded. I use a couple different website builders and the others have this. This should be standard and listed right in the File Details. I can't even right click the image to copy the address. Please address this issue. 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.