Jump to content

twigsplace

Member
  • Posts

    26
  • Joined

  • Last visited

Posts posted by twigsplace

  1. 9 hours ago, tuanphan said:

    I see you solved by using Summary Block? If you still need help, just share link to a blog page, I can give you some CSS code to add text

    Hey @tuanphan - yes I created a new content page and added the blog as a summary block, then moved the original blog to the unlinked section - no idea if this is a good idea though? Or would it be better to add text to the original blog page and delete the summary page version?

    The URL of the original blog is: www.twigsbranchphotography.com/shropshire-photography-blogs

    Many thanks! 

  2. Hi can anyone help me with how to add an Apple Touch Icon on 7.0 please? 

    URL of site is: https://www.twigsbranchphotography.com

    I've followed the instructions here but it didn't seem to work as the icon didn't show and I was just left with the words 'text link' showing on the page?! 

    https://support.squarespace.com/hc/en-us/articles/205815228-Adding-a-site-icon-on-iOS-devices?platform=v6&websiteId=591370a717bffc7469a0d8e7

    I'm so confused! 

  3. On 3/21/2024 at 7:21 PM, derricksrandomviews said:

    It is a bit finicky if you view it as the owner, not as a visitor.

    Here is one from Inside the Square that may work a bit better. Place this snippet in a markdown block on any page you want the button but not in the footer. You can change the size to small, medium, or large.

    <a href="#page" class="sqs-block-button-element--large sqs-block-button-element" id="back-to-top">Back To Top</a>

    Add this to custom CSS you can change the position and the opacity to fit your style; 

    #back-to-top{ position: fixed!important; bottom: 0!important; right: 0!important; z-index:1!important; opacity: .5 }

    Hi @derricksrandomviews thank you, this does work but is text only, I was hoping to add the same design button that's on the homepage to all pages, rather than just have the words 'back to top' - like this screenshot?

    back to top example.png

  4. 3 hours ago, tuanphan said:

    You can use this code to Website > Website Tools > Custom CSS

    /* Burger to word Menu */
    .icon-menu:before {
        content: "Menu" !important;
        font-family: initial !important;
        font-size: 14px;
    }

     

    Hi @tuanphan - thanks so much for the help. Is there a way to add the word menu alongside the hamburger? Rather than replace it completely? Many thanks! 

  5. 1 hour ago, derricksrandomviews said:

    This is a simple scrolling back to the top button. It doesn't require a business plan to work. Put this code in a markdown block in the footer of your site, it will work for all pages.

    <p><a href="#top" class="t-top"><span class="arrow"></span>Top</a>
    <style>
      /* Back to Top */  
    .t-top {
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 15px;
        text-transform: lowercase;
        text-align: center;
        line-height: 1.6;
        padding-left: 2px;
        padding-top: 4px;
        position: fixed;
        right: 25px;
        bottom: 60px;
        width: 40px;
        height: 40px;
        z-index: 999;
        background-color: transparent;
        color: #000;
      filter: drop-shadow(8px 8px 8px #666666)
    }
    .t-top .arrow:before {
          font-family: 'squarespace-ui-font';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        content: "\e02d";
        text-align: center;
        display: block;
        vertical-align: middle;
        transform: rotate(-90deg);
        cursor: pointer;
        margin-left: -4px;
      filter: drop-shadow(8px 8px 8px #666666)
    }
    .t-top .arrow {display:inline;}
    </style></p>

    Thank you @derricksrandomviews - sadly this didn't work for me 😞

  6. Site url: www.twigsbranchphotography.com 

    I currently have a 'back to top' button showing on my home page on the footer that I think was inherent with the site template (as in I don't recall adding any code for it). It only shows on the homepage and I'd like to add it to all pages - is this possible?

    Added a screenshot to show what I mean.

    I am on the Mint template/Marquee family 7.0.

    Many thanks! 

    back to top example.png

  7. I found a code to disable right-click options on the desktop which has worked just fine, however via mobile the save image feature is still active (iPhone). Is there some coding that will disable this feature on mobile devices as well? I found one in the forum from a few years back but when used it stopped me from being able to edit my site at all - I couldn't click into any of the text boxes!

    Help appreciated! 

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