Jump to content

MoeTalks

Member
  • Posts

    147
  • Joined

  • Last visited

Posts posted by MoeTalks

  1. I took this from a stock photo but it does the same thing.  I want to see the actual hand in full in the section background.  I have tried every size suggested and to no avail.  I changed it to inset but then it was smaller with a border.  I moved the little white circle up but as you can see it just focused on where the circle is.  Is there any way to see the whole hand?  This may not be able to be done but I thought I would try.  Thanks.

    image.thumb.png.ff797570aa396a54bed0150300c5f446.png

  2. I have the setting on fixed but when a user scrolls down my header scrolls up halfway.  I could understand about giving more real estate but I would like to see what it looks like if the header remains.  I also have css so this may be affecting it as well.  Here is the code.  Any help would be appreciated.  If I need to create a new thread I will.  Thanks. Photos of what the whole banner looks like and then what the banner looks like when a user scrolls are also attached.

    /*this is for the logo */
    .header {
    background-image:url(https://static1.squarespace.com/static/65d6a74d8df0af2a991fed5f/t/65dd39063098fa5161156db5/1708996871890/MoeCritiques+SS+2-26-24.png);
    background-repeat:no-repeat;
    background-size:100%;
    background-position: center;
    }

    /*this is for the header text = white */
    body:not(.homepage) {
    header#header nav div.header-nav-item>a {
        color: white !important;
    }
    div.burger-inner>div {
        background-color: white !important;
    }
    }

    /*this is for the title display to none */
    .header-title {
    display: none;
    }
     

    headerissue1.thumb.png.6f2ec41612312fc547e31f96869f7819.pngheaderissue.thumb.png.6a679ad85ffc97977c6296c4222d2cb0.png

  3. In Markdown, it drives me absolutely bonkers when I am editing just minor text or adding code.  When I paste the code or edit existing text in that code when I start typing the cursor goes to the stop of the markup dialog box.  I read hitting enter would cure this but this does not work.  Is there any way to edit this code using Fluid or do I need to just go over to classic when I’m making changes and if so how do I switch to classic when I've already created my page?  See attached.  In this instance, I needed text to wrap around a YouTube iframe (which is another story)  which is why I have code and text.  Now if you have any other suggestions about wrapping text around a youtube video that's easier I am all for it but the mouse cursor issue is my main concern.  Thanks.    

    Cursor issue.png

  4. 8 hours ago, Web_Solutions said:

    Replace your code with the code below. Let me know if its work.

    #page{
      background-image: url(https://static1.squarespace.com/static/65d6a74d8df0af2a991fed5f/t/65dc0851cdf23b79ac04a277/1708924240660/daily+mail+manila+%281%29.png);
      background-size: cover
    }
    
    /* Make the page section backgrounds transparent */
    #page .page-section {
      background-color: transparent !important;
    }
    #page .page-section .section-background {
      background-color: transparent !important;
    }
    
    .header-title {
      display: none;
    }

     

    Thank you for this.  You getting a coffee from MoeCritiqués.  

    I was also able to make this work by using the below as well.  Both yours and the below worked.  I so appreciate your time.

    .header {

    background-image:url('image-url’);

    background-repeat:no-repeat;

    background-size:cover;

    background-position: center;

    }

     

  5. I am new to squarespace and still on my trial but this is making me rethink my life 😂.

    I'm trying to just have my personal banner on every page of my website .  That part is not a problem.  The problem is that some of the sections on my other pages have a "blue" background color in those sections and because of the code, the "blue"  color is gone.  If I remove the transparent, then my banner is gone and the site header is also blue. 

    How do I fix it so that the site banner (a) shows my banner (png file), and (b) but doesn't affect the color of the other section pages?

    This has been a 3 hour ordeal and I'm worn out.  

    .section-border{opacity:transparent!important} 

    /* squarespace update in 2023 - not in the video but important */
    .section-border{opacity:0!important} 

    /* Add the image as a background*/
    #page{
    background-image:url(https://static1.squarespace.com/static/65d6a74d8df0af2a991fed5f/t/65dc0851cdf23b79ac04a277/1708924240660/daily+mail+manila+%281%29.png);
    background-size: cover}

    /* Make the page section backgrounds transparent */
    #page .page-section {
    background: transparent!important
    }
    #page .page-section .section-background {
    background: transparent !important;
    }

    .header-title {
    display: none;
    }

  6. First issue.  Squarespace doesn't appear to allow start times when adding video from YouTube when adding as media block (see photo).  (youtu.be/MrlVpbQeE94?si=z7T3IdKedQqu-aO5&t=17 (https://) left off on purpose.)

     

    Second issue:  When embedding the video, the start time works just fine, but the end time does not.  How can I get it to respect the end time and stop the video?  Thanks in advance.

    <iframe width="560" height="315" src="https://www.youtube.com/embed/MrlVpbQeE94?si=-qMxQKRv-AKNqD8w&amp;start=8;end=45" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

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