Jump to content

TOMweb

Member
  • Posts

    59
  • Joined

  • Last visited

Recent Profile Visitors

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

  1. Will do and report back. Thanks @tuanphan EDIT : it worked. I updated the plugin to the latest version (you can download the latest version from your order Download URL). To update the plugin, first delete previously uploaded file (make sure you delete all files), then upload the new one.
  2. Thanks for responding @Ziggy! I've tried with no response. I've also tried removing the plugin and re-uploading it, with no success.
  3. Hello! I purchased a Video Lightbox Squarespace plugin and it was working great for the past year. Now it just doesn’t work anymore (even on previously created pages) and clicking on the button opens a new window to Vimeo (even though that option is disabled). It's weird because we have changed nothing and it just stopped working out of the blue. Here is an example page with a video : https://www.tenovermedia.com/johnmaddenfootballcenter (it used to nicely play in a black lightbox) Have you heard of any changes re Squarespace 7.1 and plugins? Has any of you experienced a similar issue? Any help is much appreciated! Thank you
  4. No I haven't found a solution... It seems like they haven't worked around that problem yet.
  5. Hi all ! So I am creating blast email templates to send to my contact lists, where I choose a specific color for my section background (let's say, green). It looks great and all, but when someone receives it on their phone or tablet, and their dark mode is turned on, then the background color inverts and it looks really bad. Is there a way to force the background color on any devices? Thank you so much for the help!
  6. Hey @NiceDay Create a gif with your logo file (.SVG) using Lottie for example, like below: - go to https://lottiefiles.com/svg-to-lottie - upload your SVG and export it as a JSON file. - go to https://lottiefiles.com/lottie-to-gif - upload your JSON file and use one of the animations provided. Export as a GIF. Then, make sure you upload This GIF via Design > Custom CSS > Manage Your Files, and get the URL. Then, go to Settings > Advanced > Code Injection > Footer Field and paste the code below. Make sure you put in your own gif URL at the bottom of the code. Let me know how this works. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> <div class="logoload"></div> <style> .logoload { /* SET BACKGROUND COLOR */ background-color: #000000; /* SET BACKGROUND SIZE */ background-size: 30vh; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background-position: center; background-repeat: no-repeat; background-image: url("YOUR URL HERE"); } </style> <script type="text/javascript"> $(window).load(function() { $(".logoload").delay(2500).fadeOut("slow"); }) </script>
  7. Add to Design > Custom CSS @media screen and (max-width:767px) { div#page-section-YOURSECTIONID>.row>.col>.row>.col { width: 50% !important; float: left !important; } } πŸ™‚
  8. Site URL: https://endive-denim-89ds.squarespace.com/resorts pw: 1404-Hello Hi community, I have made a wall of images on my page that looks great on desktop, but feels way too long on mobile. I would like to display two images per row (kind of like an instagram page) for mobile screens only. I have tried with the code below that targets the section only, but it doesn't put the images side by side... Any help is appreciated. Thank you ! @media screen and (max-width:767px) { div#page-section-5fd63cbbc4373837b905ef57>.row { display: float; justify-content: space-between; align-items: center; width: 50% !important; float: left; }}
  9. https://endive-denim-89ds.squarespace.com/ The problem appears on the footer, the symbols are next to the Social Media "Instagram, Facebook" etc
  10. Hi! I am trying to use the north-east arrow symbol in a text block ( β†— ) and it works fine on my desktop but as soon as I use any iOS device (iPhone, iPad), it turns into some emoji ( ↗️ ). Is there a way to force text for this symbol? Thank you for your help!
  11. This works perfectly!!! Thank you @bangank36, you're a gem πŸ™‚
  12. Site URL: https://endive-denim-89ds.squarespace.com/contact Hi all! πŸ‘‹ After some intensive research on the forum and on the web, I am looking for a way to close the popup Lightbox form (when you select any of the "Pitch" "Ask" "Join" button...) by clicking outside the form (like, in the background for example). Right now, the Lightbox form can only be closed by clicking on the X button, but I notice that people always try first to click on the background (away from the Lightbox) to close it, and I'd love to make this available to them too. Would someone know how to do that? Thank you so much!
Γ—
Γ—
  • 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.