Jump to content

inunzi

Member
  • Posts

    346
  • Joined

  • Last visited

Everything posted by inunzi

  1. Thank you. I have a favicon on my site already, but for some reason it’s not showing in the search results? Why is this happening?
  2. Hey I was wondering if it was possible to change the favicon on my site in the search engines, like how other businesses have it? Like, is it possible to change rhe globe icon, to my logo, like how it is on fort burches site? Thanks!🙂 I put a photo down below to give you a better image of what I mean.
  3. Ah I use 7.1. I’m sorry, but I’m sure someone else is an expert with 7.0. But anyways thanks for replying and have a good day, and good luck with help🙂.
  4. Yes! I found this article online, and I would hope that it works in your favor. I haven’t tried to add this on my site yet, so I’m not sure about the results at the moment, but it’s worth a try. Here is the url:https://henryegloff.com/how-to-code-a-simple-dark-mode-toggle/ Let me know if it works for you. thank you!🙂
  5. Are you trying to add svg icons or images? Also what sqaurespace version are you on? 🙂thank you.
  6. Hey Tuan, Will it be possible to do the same thing on my site (if it’s the same thing you have in mind.) ? If so that would be great! I sent a video below to show you what I’m looking forward to having on my site. Thanks! IMG_4395.MP4
  7. Oh, but will it be possible to creat my own custom made gift card with a number and PIN number? And then when a customer purchases it, they can redeem the code and PIN number on my site for future purchases? And will it be possible to sell a “physical product” and then just sell the gift card there? I sent photos below this message so you can see what I mean above🙂.
  8. And also @paul2009 did my explanation help? (Sorry for the mention/tag)
  9. Thanks you! And yes there is no answer yet, but I will be very happy if an answer comes by soon.😁
  10. Oh I didn’t know that. But almost a few months ago, I contacted the sqaurespace support team and asked if I was able to creat a custom gift card for my business and sell it online as E-gift card code. I forgot most of the conversation, but they said it wasn’t possible. But basically I’m saying, so like let’s say I make a gift card for my business correct? I take studio photos of it and then sell it on line. Someone purchases the E-gift card and the code gets sent to them correct? That’s already possible right? But is it possible to have a gift card be delivered to someone and them actually be able to use the gift card online or in store? Like if you go to ae.com , and you click gift cards. There will be an option to check the balance and to buy an e gift card or a physical card. Would it be possible to have a physical card like American Eagle has it, as a payment method? I’m so sorry if this doesn’t make sense. I could add pictures for a better idea if that would help more. 👍
  11. Hello to all, I am very frustrated to the fact that sqaurespace doesn’t allow you to sell custom gift cards and use them as payment options like in the same form as how big businesses do it. So I was wondering if it is possible to add a lot of code to my site so that I can creat a gift card and accept it as a payment option? If you want more details and examples please let me know. I hope this makes sense and I hope some designer out there can help me out, because I have been wanting this for so long!!! Thanks!😁
  12. Hmm I’m guessing here but try to add this code below, into a code block or markdown block to see if it works out for you. Also this I a button , not a toggle. So would you rather want the toggle? <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style> body { padding: 25px; background-color: white; color: black; font-size: 25px; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; } .dark-mode { background-color: black; color: white; } .toggleButton { padding: 12px; font-size: 18px; border: 2px solid green; } </style> </head> <body> <h1>Toggle Dark/Light Mode Example</h1> <button class="toggleButton">Toggle dark mode</button> <h2>Click the above button to toggle dark mode</h2> <script> document .querySelector(".toggleButton") .addEventListener("click", toggleDarKMode); function toggleDarKMode() { var element = document.body; element.classList.toggle("dark-mode"); } </script> </body> </html>
  13. Thank you. That does sound like a good idea. But, I hope a lot of others email/ message them with this request😁
  14. Hmm, are you meaning like a toggle?
  15. I was asking on where you found the code. Is it the same code above?
  16. I tested the code on my site but nothing changed sadly. May I ask on where you found this code?
  17. Hmm, let me try the code on my site to see if there’s any problem there!
  18. Hmm what issues are you having with the code or inserting it into your site? Like do you not know where to insert the code, or is there another issue? Thanks!
  19. Nevermind the code seemed to work perfectly! I just went on your site, and the cursor was an inverted circle 🙂
  20. Hmm, may I see all of the codes, or the full code that you are trying to use. Also so there wasn't any html or css code snippets to go with the java script code?
  21. Great! And no problem! I will have to check and see if I can create something using inspected elements. I will reply back when I am done😁
  22. So are you looking to have an “Add More Products” link/button on the cart page, and a “continue shopping” link/button on the checkout page? Also what sqaurespace version are you on?
  23. Also where there more codes to it other than JavaScript? Like HTMlL or Css? Thanks!
×
×
  • 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.