Jump to content

amberwavescreative

Circle Member
  • Posts

    5
  • Joined

  • Last visited

Reputation Activity

  1. Like
    amberwavescreative got a reaction from donebydoris in How to change mobile menu font size in 7.1?   
    Thanks for your code @timoneill. Worked like a charm!
     
  2. Like
    amberwavescreative reacted to ArneEvertsson in Indexed though blocked by robots.txt   
    Why doesn't Squarespace make sure those pages are not indexed? That would remove the error message.
  3. Like
    amberwavescreative reacted to paul2009 in Indexed though blocked by robots.txt   
    This is completely normal, and you can ignore the message. Your site has been indexed by Google.
    Squarespace use a robots.txt file to ask Google not to crawl certain pages because they’re for internal use only or display duplicate content. For example, you would not want them to index the /config/ url that you use to administer your website.
    For more detailed information see Understanding Google SEO emails and console errors.
  4. Thanks
    amberwavescreative reacted to Rebecca_Grace_Designs in Auto Scroll Carousel Block Squarespace 7.1   
    **UPDATED***
    For anyone still looking, I found a workaround for autoplaying a Summary Carousel Block. It autoclicks the next button every three seconds. 

    Inject this is Settings > Advanced > Code Injection > Footer
    <script>
    window.onload = function() {
      var nextArrow = document.querySelector(".summary-carousel-pager-next");
      
      function clickNext() {
        nextArrow.click();
      }
     
      setInterval(clickNext, 3000);
    };
    </script>

    I updated this code to remove the use of JQuery (for page speed reasons) as well as to help with the refresh timeframe.
  5. Like
    amberwavescreative reacted to tuanphan in Auto Scroll Carousel Block Squarespace 7.1   
    change this line .summary-carousel-pager-next
    to #summary-block-id .summary-carousel-pager-next
    Find id with this tool https://chrome.google.com/webstore/detail/squarespace-collectionblo/bggpdfnccodbnmcndckmeehdjkjojkde
  6. Like
    amberwavescreative got a reaction from timoneill in How to change mobile menu font size in 7.1?   
    Thanks for your code @timoneill. Worked like a charm!
     
  7. Like
    amberwavescreative reacted to lu.diehl in Change size of specific image when viewing on mobile   
    Hi @doshea Find the unique ID of the image, change "#block-unique-ID" to your image ID and apply the code below:
    /* mobile screens */ @media only screen and (max-width: 640px) { #block-unique-ID{ width: 50%; } } /* tablet screens */ @media only screen and (max-width: 768px) { #block-unique-ID{ width: 100%; } } Let me know if it works 😉 If you need further help, please share a link to your website and pwd if needed.
  8. Thanks
    amberwavescreative reacted to timoneill in How to change mobile menu font size in 7.1?   
    Hi,
    Try the above from another poster tuanphan...the CSS works well for me
×
×
  • 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.