-
Posts
147 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by MoeTalks
-
-
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;
}
-
-
Wow, thank you for this. This is great when the site is live and I have to do live updates, I can still work on it but no one sees it and then just remove the code. Awesome
-
I too paid for a full year. If I upgrade, do I pay a pro-rated account for the business plan or do I pay the full amount for the business plan and just lose the bulk of what I paid for a personal plan? This means I have to stay where I am until next year because that's still a lot of money to lose. Thanks in advance.
-
Hi Ziggy, I did not close the span text, which I will do. Can I just write out what I want in HTML and paste it into the markdown dialog box? I'm assuming the markdown should be able to read it. I will probably test it by the time you get a chance to read this and get back but just curious. Thanks
-
It's interesting. After looking and seeing this is over 2 years old I can get it to start at the time, but I cannot get it to end at a certain time. Is there a code to do that? Typing end="99" does not work as people have said it would.
-
-
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.
-
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;
}
-
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;
} -
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&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>
-
On 2/23/2024 at 6:24 AM, tuanphan said:
You can add Logo image, then share site url, we can give code to add title text
I apologize. I don't quite understand what you are telling me to do regarding the logo in the site heading. I did end up using markdown to accomplish this. Thank you.
-
I see that right now it appears that I can only have 1 or the other. I can either have the title of my website OR I can have a logo. With that in mind, is there anyway that I can manually add an image to the left side of my webpage where the site header is, or is there a way to customize the site header globally to make that happen? Thanks.
Can't get section background to show full image or the portion I want
in Images & Videos
Posted · Edited by MoeCritiques
Hit enter before addressing the issue.
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.