Jump to content

Turbiville

Member
  • Posts

    25
  • Joined

  • Last visited

Everything posted by Turbiville

  1. Is there a way to automate sending a dropbox link to a buyer that purchased a digital service product? I'd like to sell a service that would require the buyer to upload files to me and I'd like the buyer to get an email with a custom dropbox link, unique to them, that is automatically created and put in that email. So the flow would be - Purchase made unique dropbox folder link automatically created with their order number as the name that new dropbox folder link is dropped in an email and sent to the buyer
  2. Sure! https://www.christurbiville.com For now I'm just using a hover over the main headshot pic at the top of the page that is over the video background. Hover and it fades to zero over 2 seconds, and then fades back up if you move away. I'd like it to just fade away on page load after about 6 seconds and not come back up unless the page is reloaded. Thanks!
  3. Update - now later this afternoon I can not even scroll down past the top of the page when editing. It's like I'm fighting someone who is scrolling back up over and over again. The issue seems to be getting worse. This has to be a Sqrspc bug.
  4. Yesterday my site began having this terrible behavior. When I go to edit any page the editor keeps scrolling back up to the top. Meaning that if I click to edit a section and try to add or move or edit anything (even in the footer) as soon as I click, the editor window fast scrolls to the top of that page. It take numerous takes to do something simple like edit a text block or add an image block because the instant scroll to the very top of the page either moves what I was attempting to move some random place, or does nothing but just scroll and "forget" what I was doing. Is this a recent bug after the recent update? It just started happening after the Refresh announcement.
  5. Is there CSS to block MOBILE from holding on an image and saving it? I know this code below works on desktop, but on mobile I can still hold an image and get the pop up "save image" and it shows the image url and file name ( this is on iPhone ). I'd like a way to prevent this on mobile as well. Does anyone know a way to do this? This code works on desktop but not mobile. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function () { $("body").on("contextmenu",function(e){ return false; }); }); </script>
  6. I tried the code above and it works on desktop, but on my iPhone I can hold down over a pic on my side and "save image" and it lists the image url and file name. Is there a way to block this on mobile as well?
  7. Is there a code to do this to Fade Out after a few seconds one the page loads? I tried messing around with the above shared code using "fade-me-in" and it works but then after the time set at any time frame, the pic will fade as planned, and the pop back up. I'd like once it fades is stays faded away to 0 until the page is reloaded.
  8. Ok so I fixed my Couldn't Fetch. Mine was due to one last @ A-name record left in the Godaddy DNS records. I input all of the Squarespace info correctly but left one old DNS entry that was causing the problem. Once I deleted that record, instantly Google was able to fetch the sitemap and start indexing properly. I hope that helps some folks with this issue. One thing to note is that I migrated my domain from an old Wordpress site to Sqrspc and wanted to keep the Domain with Godaddy instead of transferring the domain to Sqrspc.
  9. getting the same thing here. All of the YT video showing how to are the same. It's tiring to see people say, just do this and it never works, or the block out nearly the entire URL so you can't see what they typed and then they say again , it just works. ... um it doesn't.
  10. I went to Google Search Console and it looks like the site is still indexing, I'm guessing a day or 2 should be enough and it's been since Saturday that I started that process. I'll check it tomorrow and see if Console still shows indexing. In Chrome, it's updated, but in Safari it's still showing that odd Wordpress Favicon. I've cleared cache in Safari but it's still the same result. I guess I'll wait a few more days and keep watching for it. Thanks!
  11. My old side was Wordpress and had its own Favicon for the last 10 years. For some reason even though I've uploaded a proper Favicon meeting all the Sqspc specs, I'm now getting a Wordpress logo Favicon. That is strange since I never had that while using Wordpress and I've updated here in Sqspc. Has anyone else seen this issue before?
  12. Is there a way to remove the tiny Pause / Play button on Background Art? I have these tiny little pause/play buttons that show up at the bottom right corner of each section that I have background art (from the squarespace Edit Section ) and it's annoying looking. I'd rather they be gone and just let the background art do what it does. I've had people contact me asking what those buttons do thinking it plays some audio or video. You can see what I'm referring to in the attached screenshot of one of my home page sections at the bottom right corner. Every section I have one of these and they need to go away.
  13. So this is a real problem. I followed the steps in Squarespace using the Domain I Own link. Input the domain and Godaddy and 3 days later I check the DNS Records tab for my Squarespace site and its all "records not found". Godaddy says call Squarespace. BUT Godaddy sees the nameservers are the proper Squarespace ones. And now that Godaddy shows Squarespace nameservers, they lock me out of being able to change them.... SOOO that created a new issue where Google Workspace is now not sending my email through because only part of the DNS records are working and Godaddy changed the Google Workspace MX records... BUT they won't let me access those record to change them back because the nameservers are Squarspace. They say they can, but they have to send me a verification code to my email (that doesn't work now because they broke the MX records ). Why is it so difficult in Squarespace to simply do the Godaddy "Domain I Own"? It clearly doesn't work well.
  14. Same issue here. I have experience with doing DNS records, but not with Squarespace. I followed the process in Squarespace and still waiting 4 days later with "connection in progress". All of the videos showing how to do this on YT show an outdated Godaddy DNS screen. Godaddy has updated the UI so now all we can see is the 2 nameservers and nothing else. Both of my nameservers are the Squarespace ones givin and yet still nothing. Can we get Squarespace to update the process for us here. The guides and process are not working and I'm waiting days to get our new site up.
  15. Looks like this is a Safari issue from other threads so closing this out.
  16. Ok I looked it up and the Markdown Block is a block just like adding a picture, shape, or anything else. It's basically an empty text field to add code. I did try following the suggestion to add in the footer a Markdown Block with the following code and still Safari breaks the link when not on the home page. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(() => { function scrollToAnchor(aid){ var aTag = $(aid); $('html,body').animate({scrollTop: aTag.offset().top},'slow'); } scrollToAnchor(location.hash); }) </script>
  17. what is a "markdown block"? Many of use chose to move to Squarespace so we don't have to code or know this terminology. It would be helpful when providing solutions to assume that since Squarespace markets itself as drag and drop, that those of us that need help don't know CSS or code at all.
  18. also side note. I did use the /home#demos in the Anchor Link under Main Navigation so clicking it from another page will direct to the home page then the demos section, but that wouldn't work either. SO using just #demos or /home#demos gets me the same result of randomly working.
  19. The password is - demo https://blue-oarfish-27kp.squarespace.com The link to "demos" only works sometimes. Also I've used the anchor link function and if I'm in another page like "contact" and click the "demos" link, most of the time it just returns me to the homepage or doesn't do anything at all. If I'm on the home page sometimes clicking "demos" will scroll me down to the "demos" section, and sometimes clicking it does nothing. I see some people using different code for anchor links as well, so it's a bit confusing. Can anyone help? I know the button for the FTVA member area is empty to for now if you click it, it's just a temp member area until I build that out, but for now all the other menu nav button need to work as they should. All of them do, but the "demos" anchor link. I didn't want to do a full separate page for them, I just wanted to have a visitor click it and have the site scroll down to that section, or if they were on a separate page like "contact" have it take them straight to the demos section on the home page. Thank you for the help in advance.
  20. I am new so be gentle. I've built out an unpublished site and created a member area following all the videos out there. The problem is all the videos never really show where the members login. I see nowhere to add the member area to the main header navigation and no options in the member area setup to add it. My side bar while building the site has my member area and pages I've built out in there in the tree below it, but still no "login" button anywhere in the site's nav bar. Am I missing something? I attached my site building side bar to show what I'm seeing, but I see nothing in the header other than the pages I've linked and no "login" for members. Also yes, I've setup paywall plan.
  21. First, I'm new to Squarespace, so please understand I just don't automatically know stuff about the platform. Second, If possible, please don't say "just look it up" as I've spent 3 days trying to do that with zero answers. I'm building out my first site and would like to sell a course. The difference between Member sites and Courses is entirely confusing and I see others are confused in the forum. The marketing is lacking seriously on this area. So I'd like a clear definition of the difference please. One major issue I see is that when I've built out my site, added a course, then test the site to see if it works - clicking the menu "courses" that I created, takes me straight to the course with zero sign-up or paywall. Yes I've setup and added the pricing for the course. Is this because I'm the site owner that it just goes straight to the course, bypassing the paywall and signup? How am I to test the user experience if that is the case? The way it looks now is that clicking on my course just lets anyone straight in without capturing their email or payment.
  22. again Squarespace clearly thinks every new person to the platform just knows stuff automatically. That link that paul2009 answered with, just says a bunch of stuff about courses and what it costs to use that feature. It says nothing about the difference between Member sites and courses... just way to confusing and pushing me towards Kajabi by the minute. Also why do people take the time to say "go google it" when answering in a forum. This really makes a forum useless if members just say go google it. We are not all professional site builders and don't all speak developer-ese
  23. Im wondering this as well. For those of us who are new to Squarespace and setting up our first site to sell a course, it's' really confusing. It's almost as if Squarespace makes a ton of assumptions that everyone just automatically knows how it works. It's so unclear when building a page the difference between a course and a member area and when you test the site and are logged in, the course shows its behind a paywall, but we as the site developer click the link to the course and we just go straight there... no paywall test. How do we trust that if published that the paywall is working? Squarespace needs to do some serious "from the start" videos on how to set it up and what it looks like from the site dev side, step by step.
×
×
  • 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.