Jump to content

lindz5223

Circle Member
  • Posts

    79
  • Joined

  • Last visited

Posts posted by lindz5223

  1. 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>

  2. 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? 

  3. On 8/28/2023 at 5:45 AM, PaulSwimSmooth said:

    I'm having a similar issue with my anchor links working on some pages but not on others.

    https://alpaca-cube-wwtr.squarespace.com/ (password: Paul1978!)

    On the home page, the button link "Show Me" jumps to the section 'coaching as individual as you' (albeit I'd like it to jump to above that specific title).

    But on https://alpaca-cube-wwtr.squarespace.com/method the "Learn More" button (configured the same way as the above working button) won't jump to the section "Swim Smooth’s 10 Tenets for Coaching The Swimmer, Not The Stroke".

    Same issue on https://alpaca-cube-wwtr.squarespace.com/knowhow "Join the Blog" does not jump to the form on that page as intended.

    Both the above mentioned pages are Blog summary pages, though I've tested another couple of "normal" pages and still have the same issue (https://alpaca-cube-wwtr.squarespace.com/new-page-3)

    I wondered if it were a button formatting issue, but text links also don't work.

    I'm very new to CSS, so am wondering if I've somehow added something in that has caused this issue, that said, I can't then understand why it works on the home page.

    I've dearly love some help on this please 🙏 thanks! Paul

    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.

  4. 6 minutes ago, Ziggy said:

    There is a known bug with gallery blocks on Fluid Engine sections, they don't work right. You can add a new section in Classic Editor mode since you're a Circle Member, so my suggestion is that you do that, it'll solve the problem until this is fixed. (Though it might not be fixed, as gallery blocks are supposed to be phased out, but again as a Circle member you still have access).

    Oh bummer. Thanks for the insight! 

  5. 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!

  6. 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!

    Screenshot 2023-01-19 at 2.57.35 PM.png

  7. 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!

  8. 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

    Screen Shot 2022-11-02 at 5.56.40 PM.png

    Screen Shot 2022-11-02 at 5.56.32 PM.png

    Screen Shot 2022-11-02 at 5.57.42 PM.png

  9. 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. 

  10. 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? 

  11. 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. 😩

  12. 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!

     

     

  13. 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.