Leaderboard
Popular Content
Showing content with the highest reputation since 04/07/2021 in Posts
-
Site URL: https://beyondspace-showcase.squarespace.com/?password=1234 Hello fellows, I am about to launch my latest Squarespace Plugin - Sphere Viewer Block. It provides an easy-to-use interface to integrate your 360 spritesheets images into Squarespace site, I wrote it so you can create it from Block Editor. I will give 5 single-site license for first 5 builders/designers who is interested in adding this feature for their site, I am welcome the feedbacks to make it work well before launch You can leave comment below or DM for access DEMO: https://beyondspace-showcas5 points
-
Remove Blog Slug URL?
JamesDesign and 2 others reacted to paul2009 for a question
On Squarespace, blog post URLs always begin with the Blog Page URL slug, for example, domain/blog-name/post-name. You cannot remove this. However if you keep the post titles the same when you import them, you can move your blog to Squarespace without losing the original links. To do this go to Settings > Advanced > URL Mappings then add the following single line of text, where "blog" is the name of your new Blog Page. /[name] -> /blog/[name] 301 When you save your changes, all imported blog posts can be reached with their original links. For example, domain.com/post-n3 points -
Customer service: how do you start off on the right foot?
mrsbrightseid and 2 others reacted to christyprice for a topic
I'm a big fan of using a CRM tool. I just moved from Dubsado to HoneyBook and it's been amazing. Most things are automated on my end, which saves me time. And the client sees a cohesive branded experience and isn't waiting on me for certain steps. Just one example, after they pay their deposit they are automatically prompted to answer a questionnaire and set up a strategy call.3 points -
Linking an SVG image in footer to home page
thirdeyegyps and one other reacted to creedon for a question
Wrap your SVG code in the following should do the trick. <a href="/"> <span style="display : block;"> [insert svg code here] </span> </a> Let us know how it goes.2 points -
Endless bugs with 7.1
kateatkins and one other reacted to pixelsandpuzzles for a topic
I find it off-putting to have to pay the same price for Member Areas in 7.0 when I don't get the same features I would in 7.1 (and not having logged-in member navigation is a bit of a deal-breaker). I find it even more off-putting that I'd have to recreate my client's site in 7.1 just to get this feature. It's getting harder to recommend Squarespace to clients with issues like this that force paying customers into a huge amount of extra effort, time and cost (for what's a pretty half-baked MVP anyway) rather than have Squarespace develop a proper migration plan for customers to get the m2 points -
Endless bugs with 7.1
kateatkins and one other reacted to paul2009 for a topic
Good question. I don’t know about Kate, but I wouldn’t use Member Areas on Squarespace 7.0 because the user experience is poor. On 7.1, when a member is logged in they can see the Member Navigation in place of the Main Navigation of public pages. This isn’t possible on 7.0 without lots of coding.2 points -
Endless bugs with 7.1
kateatkins and one other reacted to paul2009 for a topic
Hi @kateatkins I share your feelings about the quality issues with 7.1. In fact I have concerns about quality control on Squarespace generally after the last three months, where every new update comes with a selection of free bugs. That said - and I appreciate this is probably not much help! - I haven't seen the specific issues that you have captured in your video, although it does capture them nicely for Customer Care. I hope you insist that they escalate this further, for the benefit of everyone. If it helps, I do find the 7.1 UI to be very slow and non-reactive, and that's m2 points -
try section[data-section-id="606c4eff9e0ee4089fd0006b"] .gallery-grid-wrapper { grid-template-columns: repeat(8, 1fr) !important; }2 points
-
try section[data-section-id="6073556780622017383ad596"] .image-caption-wrapper { opacity: 0; position: absolute; } section[data-section-id="6073556780622017383ad596"] .sqs-block-image:hover .image-caption-wrapper { opacity: 1; }2 points
-
Blurry Header Background Image
abacostudios and one other reacted to HVRBERN for a topic
Site URL: https://www.hudsonvalleyrbern.org/ I recently updated our header background image with the attached file. I even resized it to the recommended 1500px. No matter what I do, the image is blurry. This is the first time this has happened and wasn't an issue when I updated to the winter photograph in September last year. Any suggestions? It's always been crisp in the past.2 points -
Site URL: https://giraffe-fife-xnsh.squarespace.com/ Hi there, I had initially applied this code to slow the slideshow transition speed. It was working fine but recently no longer works: .gallery-fullscreen-slideshow-item-img{ transition: opacity 1600ms ease-in-out !important; -webkit-transition: opacity 1600ms ease-in-out !important; -ms-transition: opacity 1600ms ease-in-out !important; -moz-transition: opacity 1600ms ease-in-out !important; -o-transition: opacity 1600ms ease-in-out !important; } //.gallery-fullscreen-slideshow[data-transition2 points
-
It's call tabs, you can check one of these tuts do achieve it Simple Tab Sections in Squarespace 7.0 & 7.1 | Will Myers | Get Better At Squarespace (will-myers.com)2 points
-
Blurry Header Background Image
abacostudios and one other reacted to janelleany for a topic
I am having this issue as well. It doesn't look blurry in the Squarespace edit mode—only on the live site.2 points -
Ok last post, here is the final version of my code, where it ghosts the item and changes the link: <script type="text/javascript"> window.addEventListener('DOMContentLoaded', (event) => { var elements = document.getElementsByClassName('grid-item'); for (var i = 0; i < elements.length; i++) { var ele = elements[i]; if (ele.className.includes('tag-expire')) { var classes = ele.className.split(' '); for (var j = 0; j < classes.length; j++) { if (classes[j].includes('tag-expire')) { var expireD2 points
-
Can the close button of the promotional pop-up be styled?
tuanphan and one other reacted to tinyinternetcompany for a topic
Thank you very much for the assistance! Works like a dream. ❤️2 points -
Awesome thank you!2 points
-
Updating customer email
creedon and one other reacted to AlexandreZak for a topic
Thank you for your help. I will contact Squarespace to exchange the subject with them. See you soon2 points -
Unfortunately it is not possible to edit this information. This issue is included on my list of Commerce Limitations that I posted in 2018, and it has yet to be fixed. I recommend that you contact Squarespace by emailing privacy@squarespace.com to ask them to correct the information. I'll be interested to know how you get on, as accuracy of customer data is an important part of GDPR compliance.2 points
-
Add form fields directly to the product page
bangank36 and one other reacted to jilldiane_ for a question
thank you!2 points -
You cannot convert product types. You must create a new product of the correct type.2 points
-
try .ProductItem-details .variant-select-wrapper { padding-bottom: 2.5rem; } .product-details .variant-select-wrapper:before { content: attr(data-text); display: inline-block; left: 0; position: absolute; }2 points
-
Is it possible to add a small logo to the footer on the forte, or any other, theme?
ElizabethM and one other reacted to creedon for a question
@ElizabethM You can get close with just the SS interface. Please see the following... Let us know how it goes.2 points -
You may need a little help from custom code. <style> .products .sqs-block-audio { padding-bottom: 40px; padding-top: 0; } </style> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $( '.ProductItem-additional .sqs-block-audio:first' ) .insertBefore ( '.product-variants' ); }); </script>2 points
-
searching for specific templates
kjdawson1 and one other reacted to Susana_SQSP for a topic
Hey @kjdawson1, While there isn't a search field in the 7.1 template store where you can type the template name to find it, there are two options you might want to consider: A. Select "All Templates" under the "Browse By" menu at the top left of the page. Then you can use cmd+f (Mac) or ctrl+f (Windows) to type the name of the template and quickly find it. B. Directly visit the template's demo site at https://templatename-demo.squarespace.com/. In this case, you'd be replacing the name of the template in the URL.2 points -
Were there only three elements (builds, general electric, solar panel installations) originally? If so, someone has added elements without regard for adding a new row. SS uses a 12 column grid and this exceeds that. When I removed the last three columns that didn't resolve the issue completely. There was still a height issue going on. Hopefully that points you in the right direction.2 points
-
Looks amazing!2 points
-
Page speed optimization
Zineta and one other reacted to kerstinmartin for a topic
Thanks for this clarification, Paul. I've also been wondering what else I can do beyond the obvious, like images. Now one thing that also comes up is a message about new generation image format. I've not even had the time to look at this but do you know anything about this?2 points -
Site URL: https://www.patsimpsonart.com/ Hi, Im looking to remove the hover that appears over my homepage gallery when viewed on mobile/tablet devices. I need this to still work on desktop, so looking for some css that could make this happen. When the home page is viewed on mobile/tablet devices, there is a (not pleasing to look at) black faded bar at the bottom of each image. So again, would like to be able to remove this from Mobile devices only but keep the hover effect on desktop desvices. Site Password is: T3mppass! Thanks in advance1 point
-
Site URL: http://myessential.squarespace.com Hello. I am using this code to drag a footer in my folder in header to make a mega menu or more extended dropdown menu. I am following instructions in youtube and here, but i am in a dead en, i will apreciate ur help password to see website is Elemento4 <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script> <script> $(function(){ $('.header-display-desktop [href="/puebla"] + .header-nav-folder1 point
-
@bangank36 Interested in the plugin! How might I get access?1 point
-
How to smoothly animate page load transitions?
CraigN reacted to ByronBound for a question
Common with Webflow and other sites, smooth page loading transitions are really popular using jQuery. or other Javascript animations. I have been trying to implement this into a new site build yet JQuery just does not work for me properly (def lack of experience) and I'm back to square one. Does anyone have a really simple method to do the following: Smoothly slide away content on screen when clicking any link, and smoothly slide in new page content? My theory based on Webflow should be to do the following, how can this be done in Squarespace? 1. On site load have a blank d1 point -
Site URL: https://www.lees-onlife.com/ Hello, I'm looking for help with making the global nav fixed. It currently scrolls up and down when browsing the site. It looks like I need to add custom code to make this happen. Appreciate your help/guidance. Andrew~1 point
-
CSS for colored background on horizontal gallery - spanning entire blog post page
bangank36 reacted to SittinginFlorida for a question
Site URL: https://studio-mcgee.com/az-homestead-project-the-kids-spaces/ Hi Squarespace Code Lovers! Does anyone know how to insert (custom code) a horizontal gallery block (FULL WIDTH) with a colored background ON a Blog Page (not landing page). Example attached with link to website that has this on a blog "story" page. I'm stumped 🙃 Thank you in advance 🙏1 point -
Site URL: https://www.downtoearthadventures.com/ Hi, I'm trying to get the scrolling marquee text to scroll continuously, without a pause and on one line. Any advice? https://www.downtoearthadventures.com/ pw: downtoshirts Examples: https://gawoonchung.com/about https://fourtwocreative.com/ Thank you!1 point
-
Remove thumbnail from blog
bangank36 reacted to StraydogJW for a question
@bangank36 https://www.straydogasia.media/home/china-offering-100-free-totally-pleasurable-covid-anal-swab-test Password: straydogtobelaunched I am trying to get hide the thumbnail which is the image right below the logo/tagline, but keep it on the landing page, where all the blogs are. (Note: I haven't added thumbnails for the other posts as I am trying to rectify this first one first)1 point -
I would like to allow my customer/user to be able to 'like' an image/book mark an image which gets saved to their account. So that when they come back to the site they can see the images that they 'liked'/saved. Is this possible in Square Space? Similiar to a proofing gallery for photographers.1 point
-
Targeting banner images for fade-in on scroll
bangank36 reacted to GregLassale for a question
Site URL: https://gregorylassale.com/ I use a fade-in effect to reveal elements on scroll but can't get it to work on banner images. Right now I'm targeting the following: .image-block,.summary-item,.sqs-gallery img,.html-block,.sqs-block-button,.sqs-block-content' What is the class selector for banner images? I tried to inspect on Chrome, tried a few things but can't get banner images to fade in. I'm on Brine / 7.0. Thanks.1 point -
Embedded Video Rounded Corners
creedon reacted to willgalehasleham for a topic
Thank you so much for this! Works exactly as I hoped. Will1 point -
Changing image block from shop gallery from single column to double column on mobile
bangank36 reacted to shredsnthreads for a question
url: https://www.threadapeutic.com/home1 point -
Several weeks back SS made changes to link underlining. Not sure if that is part of the issue as we can't see your site. When I create a text block with a link it underlines.1 point
-
Tweaking the Squarewebsite Universal Filter - active filter on page load
tuanphan reacted to luke.a.houghton for a question
This has been solved. You can use the initState snippet to set an active option on page load.1 point -
https://www.charmingeventscandice.com/ and pw is Charming6151 point
-
Make video blocks full bleed?
cos-soprano reacted to spookywagons for a question
Site URL: http://simonbergstrom.co/manfrotto Hey there I would like to make the video blocks full bleed just like the pictures below them are. Is that possible? I found some CSS that did it when minimizing the browser, but I want it to be full bleed no matter the size of your monitor, again, just like the pictures below. Thanks in advance!1 point -
Add Category to Breadcrumbs on Product Page
lindz5223 reacted to kindandbrave for a question
Site URL: https://www.littleboxes.shop/build On the product page, category and subcategory are missing from the breadcrumbs. This is extremely frustrating, as this isn't a true breadcrumb if all it does is bring you back to the main page. Is there any workaround to show the full path with category (and subcategories if applicable) in the breadcrumb on the product detail page? It now only shows: Shop Home > Product Item But it needs to show: Shop Home > Category > (Subcategory if applicable) > Product Item Any help? Thanks in advance! Site: https://www.littleb1 point -
Sales tax calculation on Squarespace
Kmacdesigns reacted to recordsandprint for a topic
Just got off the line with customer service - apparently I somehow signed up for the beta program for new users wrong and now I don't get to utilize the service - Square Space response is summed up as "Can't do anything about it - sign up for the waitlist"... what the ****? Like TONS of other users here on the forums I've too late found out that Square Space has made little to no effort to correct their lack of sales tax tools despite collecting an incredible amount of money from users. I'll have to start looking for somewhere to move my site and business if Square Space doesn't resolve the si1 point -
Orientation of product images
mountainnerd reacted to creedon for a topic
@RachaelBaxter Add the following to Store Settings > Advanced > Page Header Code Injection. <style> .products.collection-content-wrapper .grid-item .grid-item-image { object-fit : contain !important; } </style> This is just a start. One thing you can see after adding this CSS is that the 3:2 images are all not the same height. And the same thing for the 2:3 with the width. It would look more consistent if all the images in the two groups were the same size. Let us know how it goes.1 point -
Image formatting to improve page speed
JordanNorris reacted to dyerseve for a topic
With all browsers supporting WebP, and Google prioritizing image loading speed in rank, I certainly hope Squarespace will provide the ability to host these images - which are quickly becoming an industry standard.1 point -
Feedback on a startup business site aiming at gaining more clients
Susana_SQSP reacted to ruthyoung for a topic
Very cleanly laid out and not cluttered. Could add in some 'Call to Action' buttons for example, at the bottom of the Services page add a button inviting people to 'Book a free consultation' linking to your appointments page or 'Get in touch to discuss your needs' and link to the contact page. May also be good to have a headshot of yourself on the contact page so people have an idea of the person behind the business.1 point -
using fonts from adobe with version 7.1
Alyssajh7 reacted to sehnsuchtstudios for a topic
7.1 seems so far to only have removed functionality.. One of the things I liked about Squarespace is the option to add a webproject super easily. I started on a new project and halfway through I came to the pleasant surprise that Typekit integration has to be done manually now in 7.1 Why??1 point -
Change Sender and Subject on Forms
nickstein reacted to square-kiwi for a question
Hi all,, I have just launched a new SqSp website and have come up with an issue for my customer. Their old website contact form was mainly used for quotations and the name of the person requesting the quote was in the subject line. It was therefore easy to scan the inbox to see different requests by prospective customer. SqSp just has the subject as the name of the contact form and this does not vary by each contact, they all look the same in the inbox. It looks like this is the topic of this forum post also. So is is at all possible to have the name of the person using the1 point