Jump to content

ChrisBartow

Circle Member
  • Posts

    81
  • Joined

  • Last visited

Posts posted by ChrisBartow

  1. 6 hours ago, Kmcgrath said:

    That achieves the desired result, thanks!

    Is there no way to do it with just CSS? I don't know javascript at all so I don't understand what that script actually does.

    There isn't. CSS allows you to only do some basic text manipulation, typically adding things before or after.

    The script does the following:

    • Waits for the document to load.
    • Searches for all the elements that have the class 'summary-metadata-item--tags'.
    • Loops through each of these elements
    • Replaces every occurrence of a comma (,) with an empty string ('') in the element.

    It's not really an elegant solution, but since you can't change the underlying HTML, it's the only solution at the moment.

  2. This feels wrong to do, but this javascript should remove it.  Add it to your code injection under settings -> advanced for the page you want to change.

    <script>
    window.onload = function(){
      var tags = document.getElementsByClassName('summary-metadata-item--tags');
      for(i=0;i<tags.length;i++)
        tags[i].innerHTML = tags[i].innerHTML.replace(/\,/g,'');
    }
    </script>

     

  3. If you make your header transparent, part of the background from the first section appears below it. If you turn off transparency that part of the backgrounds gets hidden underneath the header. It's even explained in the support docs that this is the default behavior.

    Is there a way to prevent this from happening and have the first section actually start below the header? I feel like if it's not transparent it should start below it.

  4. A possible solution may be using Patreon for members content?

    I have a client that I'm working on that will use CourseCraft, but these are individual courses people that can purchased that will be linked to from their site.

    If this is something you are interested in within SquareSpace, definitely shoot them a note. While it may never happen, they seem to keep track of requested features.

  5. If you are using Squarespace 7.0, you can get to the screen that lets you edit all the details by going to the page you are stuck on then clicking Edit Post on the top right.

    If you are using Squarespace 7.1, you can get to the same screen by clicking on the gear on the top right on the blog post you would like to edit.

    The summary should be pulled from the Excerpt under Options on this screen.

    I attached two photos showing where each of these are.

    I hope this helps.

    Screen Shot 2020-04-03 at 9.55.10 AM.png

    Screen Shot 2020-04-03 at 9.54.08 AM.png

×
×
  • 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.