Jump to content

Skylab

Circle Member
  • Posts

    46
  • Joined

  • Last visited

Everything posted by Skylab

  1. Hey Tuanphan. Ok i got the Discord chat window to appear and it now functions right. The strange thing is it shows up in Opera, Microsoft Edge, and Firefox. It doesn't show up in Chrome. For Chrome, there's a gray box with a sad face that pops up for a second and then disappears. It appears where the Discord widget should appear. I've attached a screenshot for clarity. What do you think?
  2. Site URL: https://skylabnyc.com/ So, before I posted this I did research on it in the Squarespace forums. But, I'm no coder so I just wanted some clarification on what I read. I wanted to put this code into my site (i have a live commerce site). It's a discord chat window I wanted to try out, the code is this: <iframe src="https://discord.com/widget?id=880540850617196594&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe> When I put that into an embed block under code snippet nothing comes up. It's a blank box. When I try a code block nothing shows up. Is this because my site is on HTTPS and that is protecting me from putting in code that someone could use to hack into? If I were to lower my site security would this then work? If this is the case, is there no way to use a Discord chat window with HTTPS? Any help would be appreciated, thanks everyone!
  3. Hello. I wanted to embed a project from Adobe XD into a new site im working on in a trial 7.1 squarespace template. In Adobe XD I have the option to use a link or use an embed code. When I use the embed block and put in the embed code: <iframe width="2732" height="2048" src="https://xd.adobe.com/embed/195710c6-9d1a-4b51-bd09-9cd67d6d0953-4c04/?fullscreen" frameborder="0" allowfullscreen></iframe> Nothing shows up, just the code. When I use the link option, I get an error saying "unable to locate content". The link is this: https://xd.adobe.com/view/195710c6-9d1a-4b51-bd09-9cd67d6d0953-4c04/?fullscreen What am I missing? Any help would be appreciated. Thank you!
  4. I took a look at this site: https://codepen.io/chriswrightdesign/pen/AVENwb How do you add that to your squarespace? I tried the CSS version and put it into my CSS code area thinking that it would change all my accordion menus into that green-ish example but it didn't. Is there something that needs to go before or after this code to work IN squarespace? Any help would be appreciated, thanks!
  5. Hey. I think I got it. This is what my banner images look like now on my home page: https://www.garycastelli.com/ They are rotating, full screen, banner images. He also offers a paid version that offers more customization options. I found this youtube video on it: It works on Brine Templates 7.0 and he has a version that works for 7.1
  6. Site URL: https://www.garycastelli.com/ I'm looking to make a full sized, rotating banner gallery for my home page. I wanted to have one like in the example below: https://www.scarletoneill.com/ Any help would be appreciated. Thank you!
  7. You're the best! It worked. One last question. What if I wanted to override the color of the button? What would the code look like then? Also, do you have a website/paypal where I can buy you a cup of coffee. Thanks!
  8. I have another question. Is there code I can apply where I can alter the, size, color, and font of the "product" module button? I've attached a screenshot. Thank you for your great help.
  9. Site URL: https://skylabnyc.com/reshades Hello. I was wondering if have a long web-page is bad. I have a page where I host files and the page is getting long. I'm not a coder, so my work around is have an accordian menu that drops you down to your selected content. This page is starting to grow and grow and I was wondering if I should look for a more optimized way of presenting a page that hosts multiple files. Should I break apart each file I host into it's own webpage? Thanks for your feedback and opinions.
  10. Hello. Here is a product I would like to make a "add to cart" button for but without using the "product" module. https://skylabnyc.com/reshades/#landofthefreehomeofthedead thank you for your help!
  11. Hi. I wanted to use a normal "button" as an "add to cart" button. Is there a way to do that? The normal "button" has more design options so I wanted to use that, instead of using the "add to cart" button that comes with the "product" module. Thank you for any help!
  12. Hello. Thanks for checking. I've gone and reset some settings. Can you try clicking the link again and letting me know if you can now see the site? jordanaherman.com Thanks!
  13. Site URL: https://jordanaherman.com/ Hello. I need some feedback. I have a site that I'm working on. I brought it online recently but the client is having problems just pulling it up on her Safari MAC laptop, I also have another friend who can't pull up the site on a PC using the latest Firefox and Chrome browsers. The client gets a "SITE CAN'T BE REACHED DNS_PROBE_FINISHED_NXDOMAIN" black screen when she types www.jordanaherman.com. I attached a screenshot. I built the site on the 7.1 platform for Squarespace. Here is the URL: https://jordanaherman.com/ I personally can see the site across, Chrome, Firefox, and IE (im on a PC). My questions is, can anyone here see the site as well? If "yes" what browser and version are you using? If "no", then what error are you seeing? I've already contacted tech support for Squarespace twice, and both techs have said they see the site no problem on both Safari and Chrome. They also said I've all my domain DNS settings are correct. I also noticed that the built-in Squarespace domain will work,( https://jordanaherman.squarespace.com) but not the jordanaherman.com domain name. The domain name is hosted and managed by Squarespace. Has anyone experienced this too? Any help or guidance would be greatly appreciated. Thank you very much!!
  14. Site URL: https://skylabnyc.com/reshades/#closeencounters Hello. I have a page that hosts free downloads. I'd like to add a front facing "download counter" to my download page. I've mocked up an example of what I'm looking for in the image attached. You'll see the example in the red box in the top left of the image. The font used for the words "300 Total Downloads" example is in Arial-Regular. Here are the things I was looking for: a counter that can start from a pre-defined number (i'm pulling a number from a site that is hosting my file currently), so I'd like to start with that number on MY site a counter that updates in real-time optional a counter that can possibly pull a "total downloads" number from a third-party site Any help would be appreciated. I've looked all over you-tube for a tutorial, I've also looked on these forums but haven't seen anything like this answered. Thanks again!
  15. Hello. I had the same problem. I uploaded a video to Vimeo, I stopped using Youtube, Vimeo is just way easier to use for embedding video and has better quality playback. I used a "video block" and entered the following code using the "embed data" feature in the video player settings: <iframe src="https://player.vimeo.com/video/REPLACE WITH YOUR VIMEO CODE HERE?autoplay=1&loop=1&autopause=0&background=1&color=ffffff&controls=0&portrait=0" width="800" height= "500" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe> I did change the width and height to what I needed, I recommend you do the same also. This was posted by NickIppolito above. I can tell you it works on the Brine Template for 7.0 as thats what my site is built on. My video auto-plays and keeps looping which is what I needed. My video doesn't have any sound so I can't comment on that.
×
×
  • 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.