Jump to content

Sensebellum

Member
  • Posts

    48
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Sensebellum's Achievements

  1. Site URL: https://www.sensebellum.com/interactive-art-pop-up-art-installation I discovered this bug after a client informed us of it. What happens is that if a user enters the "Lightbox" of a gallery, then hits the "esc" key (like anyone would) it will redirect them to the Squarespace account login page. This is of course very bad and undesired. I have re created this bug across browsers even when in private mode. There is no "esc" key on mobile so it seems fine. What is going on here and how could this be fixed? Would it be helpful to attach a screen cast or anything else to better illustrate the problem? Thank you,
  2. Site URL: https://www.etsy.com/listing/948815689/squarespace-plugin-pinch-zoom-lightbox?click_key=711ee784955105e3eb6f2a02f688bd9b49821df5:948815689&click_sum=25be274b&ref=shop_home_feat_1&frs=1 With all due respect I would like to take a moment to ask once again to implement the "pinch to zoom" ability on mobile and desktop for Squarespace version 7.0 and 7.1 To define some terms, "Pinch to Zoom" is the ability to use 2 fingers on a screen or track pad to enlarge the photo while in "Lightbox" mode on a website bult using Squarespace It is absolutely wild that in 2022 this feature is not available though it is on nearly every other site, app, and place I visit on the internet across devices. Instagram has it, WordPress has it, eBay has it, Craigslist has it, old blogger pages have it; in fact I am only aware of Squarespace as one of the places that does not support this ability. When I send my portfolio pages that feature rich images to clients, and they can't pinch to zoom, I lose sales. Period. It feels antiquated and I grow weary of explaining to them why this is not possible. There are some work arounds such as this plugin https://www.etsy.com/listing/948815689/squarespace-plugin-pinch-zoom-lightbox?click_key=711ee784955105e3eb6f2a02f688bd9b49821df5%3A948815689&click_sum=25be274b&ref=shop_home_feat_1&frs=1 However, it is buggy and works only sometimes. I have posted this before, and many others have asked the same questions. Most replies from official Squarespace accounts confirm this feature is not available and usually cite the reasons is that it is "hard to do with JS" or something. Considering that someone was able to make this work with a $45 plugin found on Etsy, the fact that Squarespace powers SO MANY SITES, the fact that this feature exists nearly everywhere else, AND the fact that prices keep getting raised I must raise this issue once again and sincerely implore the Squarespace devs to do something about this. I get ads all the time, even sometimes in the design bar of my account for new ecommerce this, new scheduler that, and all the while basic features like pinching to zoom in on images, an idea that has been widespread and possible for over a decade, still hasn't hit the shelves yet... Please, please, please just code this in. I know you can do it. Please. It would literally benefit everyone massively. Thank you, A customer of over 6 years with 4 sites on your platform.
  3. Pinch to zoom exists virtually everywhere else on the internet and it should be made possible on Squarespace. kind of a big issue and sticking point. It is possible to figure out and at the prices SS is charging it is striking that this feature does not exist when it's plenty easy to do on WordPress and others.
  4. Figured it out! Used this resource and put it in a code-block. Might have to ensure it works in all browsers but it's a start! <style> #grad1 { height: 2px; background: linear-gradient(to right ,#C94127, #EF7F25,#E5DC38,#34B44A,#4E68EA); } </style> <div id="grad1"></div>
  5. Unfortunately the linked example did not work. Using Charlotte template if that is any help. .sqs-block-horizontalrule hr { background-color: orange; }
  6. Is it possible to customize the line block in Squarespace so that it is a multi-color gradient? There is an example here where a developer can make the line a single color. But can you make it a two color, or multi-color gradient instead? Thank you for any help!
  7. Hey this actually worked pretty well! Thank you very much for sharing. What methods might be available to show the first few lines of text or just an image? Any lines of code come to mind? Many thanks!
  8. I would like each blog post to be a shorter length, or only a few paragraphs, so that they do not need to scroll through the sometimes lengthy posts to get to the next blog post. Maybe someway to shorten the appearance with a "Read More" or something at the bottom? That way a visitor can click on the blog post title itself to navigate to that page to read the full thing. I feel like this was possible on another template though I would like to see how that can be done on the current one I am using (Hayden). Thank you so much!
  9. Hello, I am not an expert and am not sure why it may be stuck left, right, or othewise. I am just getting back to web building and if I find a way to fix this I will sure let you know. Thank you!
  10. Just checking back in on this thread. I find it wild that this is still not a native option, to "pinch-zoom", in Squarepsace as it is 2021 and a lot of the content is highly detailed and would benefit greatly from this feature. Getting back into web design for my sites and I will be surely trying out that plugin. Thanks for all the words on this subject everyone!
  11. BOOM! Nailed it. This is how you do it. Make the Width & Height 100%. <div style="padding:56.25% 0 0 0;position:relative;"> <a href="https://www.sensebellum.com/new-page" style="position:absolute; top:0; left:0; display:inline-block; width:100%; height:100%; z-index:5;"></a> <iframe src="https://player.vimeo.com/video/440169206?background=1?autoplay=1&loop=1&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen" allowfullscreen> </iframe> </div>
  12. Progress! I am able to make a transparent rectangle that takes the user to the new page! Woo! I learned about it here. So the only problem is that the size of the rectangle does not change responsively like the video does. How can we easily code for this? <div style="padding:56.25% 0 0 0;position:relative;"> <a href="https://www.sensebellum.com/new-page" style="position:absolute; top:0; left:0; display:inline-block; width:1000px; height:500px; z-index:5;"></a> <iframe src="https://player.vimeo.com/video/440169206?background=1?autoplay=1&loop=1&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen" allowfullscreen> </iframe> </div>
  13. Progress! I am able to make a transparent rectangle that takes the user to the new page! Woo! I learned about it here. So the only problem is that the size of the rectangle does not change responsively like the video does. How can we easily code for this? <div style="padding:56.25% 0 0 0;position:relative;"> <a href="https://www.sensebellum.com/new-page" style="position:absolute; top:0; left:0; display:inline-block; width:1000px; height:500px; z-index:5;"></a> <iframe src="https://player.vimeo.com/video/440169206?background=1?autoplay=1&loop=1&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen" allowfullscreen> </iframe> </div>
  14. I'm not sure I'm being completely clear here. There is going to be a video on my website. Someone's going to click it. It's going to take them to another page on my website. Super simple. A video as a button. How do you modify the code above to do this? As you can tell I am really close. The single line of pixels above the video is clickable and it takes you to the URL. I'm just not getting the syntax right or something and it's not turning the entire video into a button. How do I using the code block posted above make this so the entire video is clickable? Conversely can I make a transparent rectangle as a button that lays over the top? then when they try and click the video, really a transparent rectangle that has a hyperlink in it, it will act as if they click the video and it was a button. Boom. It takes them to a new page on my website. Super simple. We are going to do this and I would love if you had any insight.
  15. Hello. I need the user to click on the video and be taken to a new page. How can we do this? The code I posted is very close to working. Do you know how to tweak it to achieve this effect? Or, do you know of another way to present a video on the website and turn it into a click-through link? 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.