Nicole_C
Member-
Content Count
11 -
Joined
-
Last visited
Everything posted by Nicole_C
-
I would also love to know the answer to this! I was taken aback when I realized that files I had uploaded to a PAGE that was hidden from indexing were themselves being indexed.
-
Site URL: https://www.jasco.com/ I added a Notification bar to my site, and styled the layout a bit with custom CSS. Now on mobile view, the menu icon is missing (see 1st attachment). I can still click the bar to show the menu, but this is not obvious to the user now that the icon is missing.Once I dismiss the notification bar, the icon returns (see 2nd attachment). Did I do something wrong, or has anyone else encountered this bug?
-
Adding drop shadow to Summary block images in List layout
Nicole_C posted a question in Coding and Customization
I'm trying to add drop shadows to images in a Summary block. I did it no problem on the Public Reports page using the Grid layout. But when I try it with a List layout on this testing page stuff goes wonky. Here's what I have in the page header code injection: <style> .sqs-block-summary-v2 .img-wrapper { -moz-box-shadow: 0px -2px 15px 0px rgba(0,0,0,0.2); -webkit-box-shadow: 0px -2px 15px 0px rgba(0,0,0,0.2); box-shadow: 0px -2px 15px 0px rgba(0,0,0,0.2); } .sqs-block-summary-v2 .summary-item { overflow: visible; } </style> Screenshots of what the page lo -
Also, I wouldn't want the old files to continue to be indexed by Google. So there needs to be a way to delete them! This is basic file management functionality...
-
How do I replace uploaded PDF files? The Link Editor dialog is showing only 20 files. So how do I replace old files with new ones while still maintaining the same URL? In older squarespace versions, I was able to find the file, delete it, and then upload a new file with the same filename. This way, the URL didn't change and all links across my website to that file were maintained. Now, I have no way of doing this without changing every single link to the new URL of the newly uploaded file. And Searching for a filename doesn't work either. The search only returns results from the 20 listed
-
How can I find missing files?
Nicole_C replied to allcityband's question in Coding and Customization
I contacted Customer Support, and all they had to say was: Real helpful! -
How can I find missing files?
Nicole_C replied to allcityband's question in Coding and Customization
I too am having issues with this. The Link Editor dialog is showing only 20 files!! So how do I replace old files with new ones while still maintaining the same URL? In older squarespace versions, I was able to find the file, delete it, and then upload a new file with the same filename. This way, all links across my website to that file were maintained. Now, I have no way of doing this without changing every single link to the new URL of the newly uploaded file. And Searching for a filename doesn't work either. The search only returns results from the 20 listed files.