Jump to content

Beyondspace

Circle Member
  • Posts

    10,143
  • Joined

  • Last visited

  • Days Won

    80

Reputation Activity

  1. Like
    Beyondspace reacted to RenataB999 in Costom font code for the website   
    https://www.netix.ai/
     
    This website, PFA, is Just to be sure that you opened a new one, as there is still an old one in the redirect.

  2. Like
    Beyondspace reacted to lornem in How do I add a white 50% opaque overlay to some images on my website   
    Using Squarespace 7.1 Fluid Engine
    Hi there, I am trying to add a white 50% opaque overlay to all images on the website I am editing. I've tried several tutorials on editing list or gallery item blocks, but nothing I do seems to have an effect on the carousel elements. What I'm aiming for is the images to look faded in their default (main) state and when they are hovered over, they become brighter (their original color, with no overlay).

    So I am trying to have the images and thumbnails to look faded with 50% white by default and when you hover over an image or thumbnail their image will show in full color.

    I want this effect to apply to the (Wilde, Guardians, Meraki) images on the homepage and all thumbnail images in the (Wilde, Guardians, Meraki) store pages.
    I do not know which "Selector" to use in the code. I want to use CSS to accomplish this. Here's the code I have but it's not working. Thanks
    .sqs-block-image:hover {
    filter: grayscale(0)
    }

    Here's the video I was watching that sort of explains it.
    https://youtu.be/u9aIzizxcUI?si=mb9DzV4hKxmY_62O
     
  3. Like
    Beyondspace reacted to jakechams in Gallery Randomization?   
    Hi there. Curious if there is a way to randomize a gallery page w/ code. The specific page I have is linked here
     
    https://www.jakechams.com/travel
     
    Thanks so much!
  4. Like
    Beyondspace reacted to jakechams in Gallery Randomization?   
    hi @Ziggy I have got the puglin but cant seem to figure out how to make it work. I uploaded the file as a link in the link section but the code doesn't connect for the travel page

    https://www.jakechams.com/travel/
  5. Like
    Beyondspace reacted to so-in in Bold in Markdown 7.1 using ** block not working.   
    Hello, setting up a new site and having a markdown problem using double asterisks to bold text **text-here** using 7.1 markdown blocks. It seems to no longer work, just displays the asterisks surrounding non-bolded text - like this **not-bold** - Does anyone know if this is a bug or a change? Thanks
  6. Like
    Beyondspace got a reaction from tuanphan in Why can't I add a gallery/image grid as a block?   
    You can check Classic Gallery block, it allows insert Gallery blocks on your sections, free available 
     
  7. Like
    Beyondspace reacted to creedon in When will Squarespace make it easier to change the site color palette?   
    It is super easy just click the Custom tab in the color picker dialog.

    custom color picker.mp4  Let us know how it goes.
  8. Like
    Beyondspace reacted to ErikaKarl in When will Squarespace make it easier to change the site color palette?   
    I just updated my brand colors and am now realizing what a pain it is to change the colors on my site. In a perfect world, it would be super easy to edit the 5 colors of the site color palette by plugging in the new hex codes. But no, that is not an option. Instead, you have to move the color picker around and try to find your brand colors (impossible). I tried to make a photo with 5 solid colors and use that, but it did not change when I uploaded the image. If anyone has any ideas, I'm all ears. I didn't realize it was be so difficult to update a Squarespace site.
  9. Thanks
    Beyondspace got a reaction from cookiemonster in TWO Carousels Auto Scroll   
    Try
    <script> // Check if the window is loaded window.onload = function() { if (window.self !== window.top) { return; } // Function to simulate clicking the next arrow function clickNext(arrow) { arrow.click(); } // Query all elements with the class for carousel next arrows var nextArrows = document.querySelectorAll(".summary-carousel-pager-next"); // Set auto-scrolling for each carousel nextArrows.forEach(function(arrow) { // Define a function to handle auto-scrolling for a specific carousel function autoScroll() { clickNext(arrow); setTimeout(autoScroll, 4000); // Set the next auto-scroll after 4 seconds } // Start the auto-scrolling for the current carousel autoScroll(); }); } </script> If you want all your summaries on your site to auto run, place this code in your site Footer injection. Otherwise place it into each Page code injection 
  10. Like
    Beyondspace reacted to mollym in Video gallery – filter by tag and open in lightbox   
    I'm building a portfolio site for a videographer, who wants a gallery that can filter videos by tag, AND open clicked videos in a lightbox to autoplay them.   I've seen ways to do these functionalities separately, but not together. There are filtering systems that will open the video on a new page like a blog post. And I can use gallery blocks to have videos open in a lightbox and autoplay. But I can't figure out how to do both things!   Does anyone have suggestions or plugins that might work? Client is willing to hire a developer to help if needed. (Open to suggestions for developers who would be willing to help too).   Universal filter looks like it might work, but looking into the details and reading about it in other forums, it looks like it doesn't work with lightboxes.   https://roninproductions.squarespace.com/ PW: ronin
  11. Like
    Beyondspace reacted to tuanphan in Video gallery – filter by tag and open in lightbox   
    Is this what you want? I created a quick demo (use Universal Filter Plugin)
    https://tuanphan.squarespace.com/gallery-page-with-lightbox-1
    pass: abc
    When hover on image 1, 2, 3 it will open an Autoplay Video Lightbox
    When clicking Tag1, Tag2,...it will filter corresponding items under
    and here I used Gallery Section Grid
  12. Like
    Beyondspace reacted to Laticauda in Stop slideshow autoplay on click   
    5 years later still nothing..
  13. Like
    Beyondspace reacted to MTG in Stop slideshow autoplay on click   
    Three years later. Is there still no way to do this? Does anyone have suggestions for a plugin gallery that has this feature?
  14. Like
    Beyondspace reacted to artyp in Auto-scroll Gallery (Type - Slideshow:Reel)   
    Hi all,
    It seems I can't get it working on my site... Can someone help me out?
    https://tomanage-1.squarespace.com/onze-klanten with password brawerij
    Second section is the troublemaker 🙂
    TIA!
    Stijn
  15. Like
    Beyondspace reacted to cookiemonster in TWO Carousels Auto Scroll   
    So sorry, I just changed it to https://eetietheknot.squarespace.com/ourstory
  16. Like
    Beyondspace reacted to tuanphan in Why can't I add a gallery/image grid as a block?   
    Remove on standard page, but you still can use it on Blog Page
     
  17. Like
    Beyondspace reacted to guilleUK in Why can't I add a gallery/image grid as a block?   
    thanks for that, I'm really surprised it has been removed, isn't this a basic functionality? 🙄 
  18. Like
    Beyondspace reacted to guilleUK in Why can't I add a gallery/image grid as a block?   
    Hi,
    This is my first website with Squarespace and I'm wondering why can't I add a gallery of images (grid, slideshow, carousel) as a block within a section? I can add a whole 'image' section and select grid, slideshow, etc...but that's problematic because i can't control the padding of the section or add other blocks like a simple text? Am I doing something wrong?
    This seems like a very simple functionality?
    Many thanks,
  19. Like
    Beyondspace reacted to RWU in Migrating Document library   
    Is there a way to migrate pdf files from one website to another within Squarespace platform? 

    Rather than copying all the documents within the website (all 1298,) we were curious if there is a better way to relink all the pdf within our old website railroadworkersunited.org to the redesigned website https://porpoise-dandelion-l9rh.squarespace.com/config/ 
  20. Like
    Beyondspace reacted to benedicte_morin in How add a carousel video + image on squarespace 7.1   
    Hello, I've searched the forum without finding an answer 😕 Is it possible to add a video+image carousel in Squarespace 7.1? If you have the HTML/CSS code, I'm more than willing to try it out.
  21. Like
    Beyondspace reacted to FlickyF in Lightbox Images Showing Soft When Clicked   
    Hi guys,
    Is there any way to have lightbox images show up in higher quality when clicked? 
    I've provided a link to an example. Image looks sharp and detailed on the page linked, but when clicked the new lightbox image is very soft. 
    Images uploaded are high quality (2,500 pixels longest side), so that's not the issue. 
    Would appreciate any insight or help - thanks so much!
     
    Link: http://www.flickyflies.com/shop/p/dinosaureggiceprint
  22. Like
    Beyondspace reacted to CallumT in Auto-scrolling Gallery "Reel" Section   
    Hello,
    I have a gallery reel which I'd like to auto-scroll. I currently have a script that does work, however, it makes me unable to edit the site once its enabled. Is there any way around that? Here is my script:
     
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> jQuery(document).ready(function($){ setInterval(function(){ $('.gallery-reel-control-btn[data-next]').click() },3500); }) </script>  
    Thanks!
  23. Like
    Beyondspace reacted to tuanphan in Auto-scrolling Gallery "Reel" Section   
    Suppose your site is callumt.squarespace.com
    You can access this url: callumt.squarespace.com/config/safe
    then you can edit everything easier
  24. Like
    Beyondspace reacted to roxner in In need of a video gallery   
    Yes, @tuanphan,
    Still requiring help on this one. Not sure where to add the Youtube links. Any help is greatly appreciated. Website is https://www.mezzafranchise.com/success-stories-1. 

    I know how to change the thumbnail images but I'm not aware of how to add the Youtube videos from the businesses Youtube page: https://www.youtube.com/channel/UCyapHP1cAjbPMnZrzfHq5Jw/videos
    Thanks for any info you might be able to provide.
    Ryan
  25. Like
    Beyondspace reacted to nparkdesigns in Why is it so hard to create a simple image carousel?   
    Last update to this post - after emailing the support team, they confirmed what we already know that Gallery Blocks are not allowed on certain pages like portfolio sub-pages. 
    The final kicker, though, is that they told me "Circle members can add gallery blocks to all content areas in 7.1. This is one of the benefits to being a Circle Member." So this functionality exists AND is capable on 7.1....but only if you're a superuser. I am not interested, especially after how frustrating it was to format my portfolio properly, in becoming a Circle Member. Ironically, not having access to tiny features like this is making me look elsewhere for a website builder once my subscription is up. Disappointing all around.  
×
×
  • 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.