Jump to content

bpc

Member
  • Posts

    22
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    bpc got a reaction from mavenhouse in Possible to have infinite scroll homepage with a separate blog page?   
    Y'all can thank me now because I'm a genius. Simply put /#____ in the navigation (instead of just #___).
     
  2. Thanks
    bpc got a reaction from mavenhouse in Possible to have infinite scroll homepage with a separate blog page?   
    You enter by editing the navigation on the left. See pics attached.


  3. Like
    bpc reacted to Susana_SQSP in Any way to add video to 7.1 gallery sections along with the images?   
    Hi @moniebird,
    While we can't guarantee that this feature will be implemented neither provide info on a timeframe for potential implementation, I am happy to suggest this as an addition to our development team on your behalf. Customer feedback is an important part of how we continue to improve our platform, so we appreciate your input! 

    For any feature requests that you would like to be logged, contacting our Customer Support team would be the best approach. As per point 6 of the forum guidelines we don't track feature requests in this forum. 

    Thanks!
  4. Like
    bpc reacted to JeffreyA in Gallery - can't rearrange images or add descriptions   
    It's still incredibly buggy for me.
    Drag and Drop doesn't work Updating description doesn't work (I'm using a hack to show the description below the image, and it works IF the description is saved, but it rarely is) When uploading multiple images, a few of them are blank after uploading I'm really starting to regret my decision to use SS... I literally can't do my job. Will not recommend to anyone in the future
  5. Thanks
    bpc got a reaction from GretchenElizabeth in Gallery has changed to 2 columns on mobile   
    I actually got it figured out. Here is the CSS if anyone wants it:
     
    /* THIS REDUCES THE MASONRY GRID TO ONE COLUMN ON MOBILE */
    @media screen and (max-width:767px) {
        .gallery-masonry-wrapper.gallery-masonry-list--ready figure {
        width: 96% !important;
        height: auto !important;
        position: static !important;
        transform: unset !important;
        margin-bottom: 2% !important;
        margin-left: 2%;
          margin-right: 2%;
        text-align: center;
    }
        .gallery-masonry-wrapper.gallery-masonry-list--ready figure img {
            width: 100% !important;
        }
        .gallery-masonry-wrapper.gallery-masonry-list--ready figure>div {
            height: auto !important;
        }
      .gallery-masonry-wrapper {
        height: unset !important;
    }
    }
  6. Like
    bpc reacted to moniebird in Any way to add video to 7.1 gallery sections along with the images?   
    Totally agree! I'm going to jump ship if I can't do a video gallery soon. 
  7. Like
    bpc reacted to moniebird in Any way to add video to 7.1 gallery sections along with the images?   
    Could we have an update adding video galleries again? Why did you remove it in the first place? When will it be back? Thinking about changing services.
     
  8. Like
    bpc reacted to cnicholson in Any way to add video to 7.1 gallery sections along with the images?   
    Really missing those video options over here too. (7.1) 
     
  9. Like
    bpc reacted to benwaltersphoto in Any way to add video to 7.1 gallery sections along with the images?   
    Still like 6 months later this still hasnt been implemented... such a BASIC feature. What are you doing?!
     
  10. Like
    bpc reacted to jeffbnz in Any way to add video to 7.1 gallery sections along with the images?   
    just ran into this problem  - seriously Squarespace why would you remove such an important function? we had this in 7.0, our entire website is built on this but we opted to upgrade to 7.1 for another function and now it seems our website is screwed. 
    This is poor service squarespace. Can you please recommended a new website provider as I am completely over just how useless squarespace has become. 
    UNIMPRESSED
  11. Like
    bpc got a reaction from Beyondspace in Adding drop shadow to specific text   
    Site URL: https://sunfish-shallot-579l.squarespace.com
    password: convention
    I'm trying to add a drop shadow to the text Our Philosophy, Our latest work, and We partner with. I tried the following code in Custom CSS and it works until I reload the page. I inspect element for the correct yui. Can someone teach me how to do this? Banging my head against the desk here. 
    #yui______ { text-shadow: 3px 5px 3px rgba(0,0,0,.6); }  
  12. Like
    bpc got a reaction from Beyondspace in Adding drop shadow to specific text   
    That gives me a block id, which is helpful but not what I need. I'd like only the text "Our Philosophy" to have a drop shadow. Not the entire block.
  13. Like
    bpc got a reaction from Beyondspace in Adding drop shadow to specific text   
    I'm not sure how to do that.
  14. Like
    bpc reacted to epergaboni in 7.1 Help with anchor links not scrolling.   
    place this on your Header

    <script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
    <script type="text/javascript">
          $(function() {
            $('a[href*=#]:not([href=#])').click(function() {
              if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
                var target = $(this.hash);
                target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
                if (target.length) {
                  $('html,body').animate({
                    scrollTop: target.offset().top
                  }, 1000);
                  return false;
                }
              }
            });
          });
        </script>

    Place This on your CSS
    html { scroll-behavior: smooth; }
  15. Like
    bpc reacted to tom345647 in [Share] Custom Code - Navigation Link Color/Hover Color/Active Color   
    First, thanks tuanphan, your other posts have already helped me multiple times. But I am using Carson (says Tremont family) and this did not work for me. I tried searching the view-source: of my site for most of these options and I did not find one that works. To many links on to many different backgrounds, the more I could access link color and hover color for different places, like navigation, would help a lot. 
  16. Like
    bpc got a reaction from Beyondspace in Adding video to portfolio Hover Background text   
    The gif is too big. To make 24 frames per second & big enough to not loose quality it was 74mb. Any other suggestions?
  17. Like
    bpc got a reaction from Beyondspace in Adding video to portfolio Hover Background text   
    Site URL: https://herring-flower-lwt9.squarespace.com
    I know you can make the background a video and photos appear when you hover over the text. But is there a way to make it so when you hover over the text a video appears in the background? Site password: 5h9a;4#8la
  18. Like
    bpc reacted to nickorr in Gallery has changed to 2 columns on mobile   
    Why on earth they would think that displaying two columns on a mobile is better than one, especially when the platform is aimed at creatives, is beyond me.
    The fact you can't pinch to zoom in lightbox just makes a bad situation worse. Look at the difference between the two versions of my site on mobile.
    I have tweeted about this and tagged some of the top team including the CEO, maybe if it gets enough retweets they may change their decision.
    Twitter name @Featherpictures
     
     


  19. Like
    bpc reacted to burton in How to edit mobile view only?   
    Sadly squarespace is very constricted in how to edit the mobile view. It's honestly one of the SS's weakest areas.
×
×
  • 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.