Jump to content

TreeTops

Circle Member
  • Posts

    15
  • Joined

  • Last visited

Posts posted by TreeTops

  1. Site URL: https://www.natureinstitute.org

    Hi,

    I'm doing admin on a large site and it looks like it size is affecting the search functionality. I know this because the site has something like 500 pages and if I duplicate the site and erase half of them, which I've done, the search bar works fine on the smaller version of the site. But...  I need all those pages so that's not an option.

    The only thing I can think of is to tell users when they use the search bar that they might have to do it 2 or 3 times till they get the right results (which does work), or they might have to go back out to google to search the site. Both of these are inelegant and mildly embarrassing, but I can't think of what else to do.

    That said, I'm currently using the embedded search feature (as opposed to creating my own link and search page) and when people use it they're taken to a page that I didn't create... it's just the search results landing page. But that's the page I'd like to leave a message on. Does anyone know if that's possible?

    (If's that confusing, you can take a look at my site  https://www.natureinstitute.org/ and the search bar is in the top right of the home page. If you search something, then the page it takes you to is the landing page that I want to add a message to.)

    (I know I can create a search item in the menu bar and it will take me to a search page that I can then add a message to, but I'd rather not add another item to the menu bar if I don't absolutely have to.)

    Thanks!

     

  2. I'm having the same issue.  But Squarespace Help is telling me I need to remove all the custom code from my site before they can test it.  ("While you're welcome to use custom code to modify your site, sometimes it can interfere with Squarespace’s built-in code and cause unexpected errors. Can you temporarily remove any custom code from your site for testing purposes?") Have other people done that? I don't have a huge amount of custom code on my site but it's scattered over 500 pages and it would take me at least a day or two to remove it and then get it back up there properly (and what would the site look like during that time?) Is this a real thing or are they just kind of pushing me off?

    It would be GREAT if this got solved by Squarespace, so it would great if people would up vote @CarrieT's original question. It would also just be great if they would reply to this thread with some possible options/work arounds while their engineers are at work. 

    Thanks so much @NotACoder404 for taking @Addcontext's Microsoft Search bar idea and really spelling out how to do it. @Addcontext said they couldn't quote how much it cost to do this, but can you? Also, don't mean to be a pain, but can you add pictures of what your search bar looks like and what the results look like? (Not that I love Squarespace's Search results page... it looks pretty janky to my eye).

  3. On 6/28/2020 at 4:52 AM, paul2009 said:

    No worries. You can add some styles to Design > Custom CSS. For example, the "Zebra.." heading is a 'h3' heading that would normally follow a paragraph 'p'. By adding the CSS below, you could choose how much margin should be above each h3 heading. You can adjust 47-pixels to match your needs:

    
    .sqs-block-markdown p+h3 {
      margin-top: 47px;
    }

     

    Got it. That makes sense. Thanks, Paul. Just wondering - is there no way just to add a blank line in Markdown though?

  4. 1 hour ago, paul2009 said:

    Markdown Blocks are more useful than Code Blocks, because you can continue to format your text with a Markdown Block, like you would in an ordinary Text Block. To add an H1 title, you just type # and the name of your title. To add an H2 title, you just type ## and the name of your title. To add an H3 title, you just type ### and the name of your title, and so on.

    Instead of using a combination of Text Blocks and Markdown Blocks, you could use a single Markdown Block for all the text, or at least all the text between other Blocks such as images. As an example, here's an extract of your page as it is now:

    1795980718_Screenshot2020-06-27at22_03_46.thumb.png.01d8e336d86167cd3618215b7c0b6c97.png

    Here's the same extract, with all the text added to a single Markdown Block:

    1135434507_Screenshot2020-06-27at22_05_02.thumb.png.da96b878b3458e4344d71cdb4a4cc242.png

    You'll see that because the text is all in one block, there aren't additional spaces above and below the first paragraph.

    I hope this makes sense 🙂

    This is super helpful - thanks Paul. I'm starting to put all the text in Markdown blocks and it's going well. Also, I'm having my mind blown around Markdown. It seems like a really good, doable way of having a lot more control over the text.

    One question though: what do I need to write in Markdown to get two spaces between paragraphs (specifically, I want an extra space before a title, such as "Zebra and Lion in Their World" above)? It just automatically defaults to one one space between paragraphs. Thanks again!
     

  5. 14 minutes ago, paul2009 said:

    Did you provide us with a working link to the page? I ask because you could normally use a Markdown Block throughout, rather than adding a Code Block for a specific section. This may become clearer when you provide the link to your page.

    Just sent you that info. I had been doing code blocks instead of markdown (didn't know the difference - argh). When I just tried to do markdown though, I still have that padding issue...

  6. On 6/11/2020 at 4:26 PM, paul2009 said:

    No problem 😊

    You should be able to control line spacing overall, either from the Site Styles panel or with some Custom CSS. The only reason Hanna needed more specific CSS was because she only wanted to change two specific blocks of text; the rest was to remain the same. 

    Hey Paul - I looked around in site styles and can change padding generally but I can't change padding around code blocks specifically. The problem, when I use a code block in the middle of an article in order to add superscript, it has larger padding around it for some reason (see image below - the difference in padding between the 1st and 2nd paragraph vs the 2nd and 3rd paragraph). Is there any Custom CSS I could add to the site so that the padding around the code block matches the spacing between normal paragraphs? Thanks for any help you can offer with this....

    Screen Shot 2020-06-27 at 4.19.24 PM.png

  7. According to Aristotle, <em>self-motion</em> is a defining feature of animals.<sup>1</sup>

    Hey Paul - that is what I was looking for. I realized after sending that it was probably super basic and doable. I'm still a complete novice. Was also wondering about what Hannah asked about the line spacing. It seemed like, from your reply, that if I want to lessen the spacing on either side of that block then I'll have to go in to custom CSS with the Block-ID every time? Is that the case? I'm doing 15 or 20 of these per article so I can't imagine doing that every time. 

  8. 19 hours ago, paul2009 said:

    It will depend on the specific circumstances. You’ll need to provide us with a working link to this page and explain a little more. 

    Hey Paul,

    Thanks for getting back to me. The site's not live yet, but I email you a link and password if it's useful. Attached is a picture of one of the page's I'm talking about. At the end of the first paragraph of the article there's a footnote. We'll probably put it in parenthesis (as I've got it there) if we can't superscript it properly. The problem with superscript is evident in the second paragraph. There it's the same text but in the code block. As you can see the italics in the first paragraph (the word "self-motion") doesn't translate because you lose all capacity to format text in the code block. I can't take out my author's use of italics in every paragraph where he wants to footnote something... 

    Thanks for any light you can shed on this,

    Seth

    Screen Shot 2020-06-10 at 12.44.07 PM.png

  9. Hey all - I'm wondering if it's possible to do the superscript but not use a code block? When I put text in a code block I can't alter the text with italics and I need to do to be able to use italics in the all article pages I'm creating. Is there any workaround for this? 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.