-
Content Count
92 -
Joined
-
Last visited
Everything posted by PMDesigner
-
This has never happened before with squarespace, using git push to push some very minor changes to my live site is not taking effect, and when I make small changes to the site .less files the css disappears sitewide. at first I thought that maybe I was pushing some bad code, but upon further investigation I saw that there was nothing wrong with what I changed. on site.less I changed the background color from white to blue. On a different file, on a .block file, I added an extra list item to an already existing list. background-color: white !important; background-color: #AAD
-
Site URL: https://nectarine-circle-ngf5.squarespace.com/ https://nectarine-circle-ngf5.squarespace.com/ password: apod Here is the site URL, the problem i am facing at the moment is quite an odd one... So first of all Using CSS I changed the header to have an image behind it. .Header--top { display: none; background-image: url("https://static1.squarespace.com/static/5e28e3821bc1146fbddc88f8/t/5e36482d21662377966f68f8/1580615725729/Base.png"); background-size: 100% 100%; } What I am trying to do is make it so that the image goes behind the navigation, however when settin
-
- navigation
- transparency
-
(and 1 more)
Tagged with:
-
I know this is not quite normal, but I know there must be a way to do it. I have a few products in a gallery wall on my site, when I click them they pop up into a Lightbox where you can scroll through them. It shows the description along with the image. Does anyone know if it is possible to have an image block somewhere else on the page change as you select different gallery images? I was hoping that along with the gallery image, I could have the gallery descriptions change the contents of some text beside the image. In theory it doesn't seem like it should be all that hard... Any input wo
-
- bedford-template
- gallery
-
(and 1 more)
Tagged with:
-
@tuanphanI looked through many of the options on Codecanyon and Codepen, I will use these if I do not have any success in an idea I came up with. When you have a grid gallery block and you enable Lightbox it pops out at you and gives you the option of adding a title, description and link. If I could make it so that selecting an image on the grid gallery would change the image and text of a card image layout then that would give me exactly what I want. Do you know how to do this? Make a selected gallery image change an image on the page? Either way thanks for all your help.
- 4 replies
-
- stack-gallery
- custom-css
-
(and 1 more)
Tagged with:
-
Thats the thing, thats just from a .psd mockup image, not an actual website. @tuanphan If I had an actual website to work with then it might be easier for me to tear off all the CSS and javascript. I do not. These people want me to do things with Squarespace that I do not think Squarespace is meant to do, its never been a "you do your design" platform...
- 4 replies
-
- stack-gallery
- custom-css
-
(and 1 more)
Tagged with:
-
Right now I am making a website for someone and they want a very specific design. They have a number of product pages and on the homepage they want a little gallery block that shows several of the most popular ones. But in this gallery block they want a blurb of whats on the product page, as well as a button that takes you to it. They also want the other featured pages to be displayed off to the right. I am attaching an image of what I mean, I realize that it may require a lot of CSS and javascript but does anyone know how they would go about approaching something like this?
- 4 replies
-
- stack-gallery
- custom-css
-
(and 1 more)
Tagged with:
-
Is it Possible to Put a Constant Element Above The Top Navigation?
PMDesigner replied to PMDesigner's question in Coding and Customization
@tuanphan Sorry to message you on Christmas, and I realize i checked this question as solved, but upon actually using the Nav for a link, the links were inaccessible unless I changed position:absolute to position:relative or something else. here is the the site https://grasshopper-rose-xsw2.squarespace.com -
Ok I have used squarespace for quite a while, and often times when trying to make a specific design that someone requested its not east, i have had to craw through many custom CSS hoops and the help I have received is sure helpful, but not always timely. So i am going to make this simple, I have 4 days to complete this site from start to finish. It's a big site, and honestly I don't know if i can pull it off, but i'm asking you, anyone who reads this PLEASE HELP. 🤯 Which template should I use for a design like this? It is a commerce site with product pages, images behind the text, and color
-
I want to do this with Bedford, and I am not the only one either. The thread is archived so I cannot respond now. My client really wants clicking on the folder to take them to a menu page, while the dropdown links take them to the individual pages within the menu page. There has got to be a way to do this in bedford! I assume it is because bedford automatically makes it so that when you click it, it takes you to the first link.
-
How do you put an Index Page into a Navigation Folder?
PMDesigner posted a question in Coding and Customization
I made several index pages and I wanted to put them into a folder so you can see them in a dropdown in the navigation. I am using the bedford template. I am not seeing any way to do this normally, so is there anyway to do this with custom code? -
How Do You Center Code Blocks?
PMDesigner replied to PMDesigner's question in Coding and Customization
Alright thanks for the suggestion @lu.diehl I put this code in the block: <img src="paris.jpg" alt="Paris" class="center"> and put this code into the CSS .center { display: block; margin-left: auto; margin-right: auto; width: 50%; } This centered the code block image. -
How Do You Center Code Blocks?
PMDesigner replied to PMDesigner's question in Coding and Customization
https://grasshopper-rose-xsw2.squarespace.com/products password is addonsystems -
How Do You Center Code Blocks?
PMDesigner replied to PMDesigner's question in Coding and Customization
Hey thats an idea. I might just do that if I cannot find a way to center a code block image. Thanks. @tuanphan do you know of a way to do this with images in the code blocks? -
I had several images that were identical on my page, same size and shape. However I wanted them to be buttons that changed color upon hover. so i made them into code blocks and attached this code to them: <a href="/web-load-tracking"> <img src="https://static1.squarespace.com/static/5dcf22cb93b61d33686b863a/t/5dd5efa58bcf197a9a45df2d/1574301606049/2button.png" onmouseover="this.src='https://static1.squarespace.com/static/5dcf22cb93b61d33686b863a/t/5dd5efab8bcf197a9a45df8f/1574301611566/2hover.png'" onmouseout="this.src='https://static1.squarespace.com/static/5dcf22cb93b61d33
-
It seems simple enough. The Design that I am trying to implement for the website that I am making consists of thin color strips that have buttons, images and text inside them. When I make an index page Using a banner does not work because you cannot put blocks in them. When I try using custom CSS to make a div on the page a certain color It still is too big. On my index page I implemented this code: div#homepage1{ height: 55em; background: #E30A1F !important; } To fix the size problem I tried adjusting the height to be smaller. However that also presents problems. When the scree
-
- custom-css
- hayden-template
-
(and 1 more)
Tagged with:
-
Is it Possible to Put a Constant Element Above The Top Navigation?
PMDesigner replied to PMDesigner's question in Coding and Customization
You are amazing. Thanks so much. -
Is it Possible to Put a Constant Element Above The Top Navigation?
PMDesigner replied to PMDesigner's question in Coding and Customization
This code worked. And I guess you were right, reading that flexbox page really helped me to figure things out https://css-tricks.com/snippets/css/a-guide-to-flexbox/. I am attaching a screenshot of what I got. I have a new problem now though. When I make background transparent, or set the opacity to zero. There is still this dark background behind the text. I want my banner image to be behind the text, do you know how to do that @tuanphan? -
Is it Possible to Put a Constant Element Above The Top Navigation?
PMDesigner replied to PMDesigner's question in Coding and Customization
Hey @tuanphan I said it before, I'll say it again, I think you are the most helpful person on this whole website. I did not think of inserting it into the header code injection, I will try that. Thanks for the tip. The phone number is blurred out, but the blue text above the white navigation is what I am talking about. I just wanted a sort of second navigation that shows these simple things that are kinda special and different from the other navigation elements. -
I am using the Hayden Template. I want to have a navigation within a navigation. Such that when you click a certain page on the top navigation bar the page it takes you to has another navigation on a sidebar to the left. So that all the main pages are still at the top, but once you are in this page you can go to all the subpages. I am attaching a screenshot an image that demonstrates what I want. I am not afraid to mess with custom code, so anything you have to offer really helps. Thanks.
-
How do I create a red background div on an index page?
PMDesigner replied to PMDesigner's topic in Site Design and Styles
And also how would i make the block thin, height-wise? so that it is just a small strip across the top with buttons in it.- 1 reply
-
- background
- index-page
-
(and 2 more)
Tagged with:
-
I wanted to make the background for a certain portion of my index page red, and within that area I wanted to have a series of image buttons, as seen in the image attached. What i the best way to do this? I am using the Hayden Template.
- 1 reply
-
- background
- index-page
-
(and 2 more)
Tagged with: