Jump to content

lindz5223

Circle Member
  • Posts

    80
  • Joined

  • Last visited

Everything posted by lindz5223

  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!
  13. Hi all, I'd like to customize the colors of JUST the middle card. It is a carousel, so I'd like it to switch to be the middle each time the arrow is pushed and the card contents change. Is this possible? It is using an auto layout carousel. url: https://moving-forward-va.squarespace.com/ pw: mf I got it a little ways but it's very glitchy. I hope there is a better way!
  14. Hi all! My client has an extensive blog on Squarespace. She also has a store in Shopify. We'd like to merge them and bring her blog over to Shopify. I am hitting EVERY wall with this. The only way I've gotten remotely close with is, exporting the Squarespace blog, uploading it to Wordpress, using a Wordpress app to export it, and a Shopify app to import it. Problem is, somewhere along the way, a weird extension is being added to the images inside the posts and they are not being uploaded properly to Shopify. Of course, both of those apps are denying its because of them. Long story short. Anyone have success transferring a blog to Shopify? ANY help is appreciated. TIA!
  15. I have not. I looks good on a bigger screen but doesn’t look good when the window is scaled down.
  16. Hi all. I am stumped. I added a social icon image to the bottom of a gallery caption. I used inline html to achieve this. BUT it does not want to stay below the caption text. I wants to go to the top left of the image. I have to use CSS to get it to the bottom center of the caption. I've tried margins, text-align, and a few other obvious codes, but I can't get it to be responsive. Currently, I have this: .soc-icon { width: 35px!important; height: 35px!important; margin-left: 44%!important; top: 90%!important; } But it doesn't look good on smaller screens. And feedback would be awesome. I'd prefer it to just be below the caption, and centered. Link: https://apricot-cobalt-gt3a.squarespace.com/about-us PW: TNG
  17. Same thing is happening on my client's site. They have a large podcast database that people are paying to use. Now the Search function has stopped working and her customers are getting annoyed. This is very frustrating because I got the exact same response from SS in a chat yesterday that the person who wrote this post TWO years ago got. SS is rolling out with all these "fancy" updates but cannot fix bugs that have been an issue for years.
  18. I am trying to import a Squarespace blog into Shopify. It only exports to a XML file, and I am hitting a brick wall everywhere I turn. I need to convert the XML to a CSV file. I've tried about 20 different converters, and none of them work. Any suggestions?
  19. Any tips/tricks to get email notifications when a new subscriber signs up for an email list?! I set up a Google Sheet for my client that compiles all of her signups for her newsletter into one Sheet and had her sign up for the notifications in Sheet to notify her when there is an edit (addition). But she hates it. I know it’s not the best way, but all I could come up with. I wish Squarespace would add this feature! Please let me know if there’s a better way. 😩
  20. I need assistance adding Google "Conversion Tracking" codes to a website. My client got a bunch of codes from his Google Ad guy to add to buy now buttons, form submissions, etc... The instructions Google gives is to add these codes to directly to the HTML. Obviously we don't have access to some of these things. Any tips on adding them to the website? Thanks!
  21. Hi all, I am having a heck of a time with Mindbody and 7.1. I need to put some JS in either a Markdown block accordion or the new SS accordion block. This enables a lightbox for users to purchase something in Mindbody. I prefer to use the new SS accordion block but it appears no code can be added yet and the MB code will not work as links anymore. I am trying to add this code to a Markdown block... <script src="https://widgets.mindbodyonline.com/javascripts/healcode.js" type="text/javascript"></script><healcode-widget data-version="0.2" data-link-class="healcode-contract-text-link" data-site-id="37670" data-mb-site-id="618848" data-bw-identity-site="false" data-type="contract-link" data-inner-html="$99 / per month" data-service-id="104" /> The healcode text is staying visible and not working. Any suggestions? site: https://soul-fenton.squarespace.com/studio pw: soul It's the first accordion on the page, I've been trying a bunch to get them to work.
×
×
  • 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.