Jump to content

BureauSF

Circle Member
  • Posts

    63
  • Joined

  • Last visited

Reputation Activity

  1. Like
    BureauSF got a reaction from tuanphan in Announcement Bar Height   
    A quick update: just found a solution thanks to @paul2009 who pointed out a (persistent) copy/paste bug in this thread
  2. Like
    BureauSF reacted to michaeleparkour in Video delay & pixelation on cover page   
    Agree.
    But I'm refunding all my plugins I can't help you with - so you loose nothing to try.
  3. Love
    BureauSF got a reaction from webbroi in Video delay & pixelation on cover page   
    @sarahc @dovely @Harding @DanicaM @BBradleyG @Inherited_Stories 
    Happy to report a solution for the frustrating 6 second video quality buffer in Background Videos - thanks to Squarewebsites' genius Video Backgrounds Utils plugin (website)
    Bonus tips from Squarewebsites: Footer Injections will not load for Cover Pages, use Header Injection instead.
  4. Like
    BureauSF got a reaction from michaeleparkour in Video delay & pixelation on cover page   
    @sarahc @dovely @Harding @DanicaM @BBradleyG @Inherited_Stories 
    Happy to report a solution for the frustrating 6 second video quality buffer in Background Videos - thanks to Squarewebsites' genius Video Backgrounds Utils plugin (website)
    Bonus tips from Squarewebsites: Footer Injections will not load for Cover Pages, use Header Injection instead.
  5. Like
    BureauSF reacted to sarahc in Video delay & pixelation on cover page   
    Seriously wish that squarespace would fix this! Cant believe there have been this issue for so many years and it hasn't been fixed. Spoke to customer support about it and they said "there will always be a delay upon a loading a video. Its still loading at the start and thats why its fuzzy. Try making your video less than 5mb." 5mb??!?! Any self respecting content creator will never run a video that small full page. It would be far too compressed and pixelly. How come other platforms can manage it then?? I see so many sites with video background cover pages that load INSTANTLY. I want to know why squarespace cant make this work for us!
     
  6. Like
    BureauSF got a reaction from tuanphan in Trying to hide header and navigation on landing page   
    This worked like a charm!
    Thank you, @tuanphan, your expertise and shared input to this forum arehighly appreciated!
  7. Thanks
    BureauSF reacted to tuanphan in Trying to hide header and navigation on landing page   
    Add to Landing Page Header
    <style> a#navToggle { display: none; } </style> This code for your example link
  8. Thanks
    BureauSF reacted to tuanphan in Adding Padding on left/right of Gallery Grid   
    Try adding to Design > Custom CSS
    .slides { padding-left: 10vw !important; padding-right: 10vw !important; } Also, I see a huge space on right of screen
  9. Like
  10. Like
    BureauSF got a reaction from tuanphan in Index Page Thumbnail Link to External Site   
    Thank you so much, @tuanphan - your contributions to the Squarespace forum are so highly appreciated!
    This was the perfect fix ... now both the index thumbnail and inline index link to the external page!
     
  11. Thanks
    BureauSF reacted to tuanphan in Index Page Thumbnail Link to External Site   
    Use this new code
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { // open link new tag $('article.index-item a').attr('target','_blank'); // project 01 $('article.index-item a[href="/alt-text-as-poetry"]').attr('href','https://beaverhero.com'); // project 02 $('article.index-item a[href="/selfportrait"]').attr('href','https://google.com'); }); </script>  
  12. Thanks
    BureauSF reacted to tuanphan in Index Page Thumbnail Link to External Site   
    Use this code
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { // all $('a.index-nav-link[href="/"]').attr('href','https://beaverhero.com'); // apprentice branding $('a.index-nav-link[href="/apprentice-branding"]').attr('href','https://google.com'); }); </script> Do similar for other links
×
×
  • 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.