Jump to content

CelsoDiniz

Member
  • Posts

    49
  • Joined

  • Last visited

Reputation Activity

  1. Like
    CelsoDiniz got a reaction from JennaC in How do I exclude my own IP from Activity Log Analytics?   
    Hi. That does not help. When we are working on tweaking our website we need to test and see how it looks visiting our primary domain name. And then a hundred entries show on the activity log with our own IP address. Can't SquareSpace allow for a list of excluded IP addresses to be informed and removed from the reports?
  2. Thanks
    CelsoDiniz reacted to tuanphan in CSS solution to have the whole carousel gallery block link to a particular page when the user clicks on it or any image of it.   
    Add to Last Line in Code Injection > Footer
    <script> $(document).ready(function() { $("div#block-yui_3_17_2_1_1677849844342_21973").click(function() { var link = $(this).text(), href = "https://google.com"; window.location.href=href; }); }); </script> Replace google with new url
  3. Like
    CelsoDiniz got a reaction from MoonMama in New website mixing Squarespace 7.0 and 7.1   
    Site URL: https://www.celsodinizphoto.com/
    Hi there, 
    Wanted to share my new website where I mixed Squarespace 7.0 and 7.1 and I liked the results very much. 
    I couldn't find a way to have it all build on either 7.0 or 7.1 so I ended up combining both. 
    The way 7.0 works integrated to my Dropbox and how indexes work are unbeatable. 
    But the way 7.1 allows for beautiful full bleed pages to be created is incomparable.
    So, there you go, both together: https://www.celsodinizphoto.com/
    Let me know!
    Thanks!
    Celso.
  4. Like
    CelsoDiniz reacted to tuanphan in How to remove padding-bottom from index banner   
    Add to Custom CSS
    main#page { margin-top: 0px; }  
  5. Thanks
    CelsoDiniz reacted to tuanphan in How to remove spaces between blocks on a page   
    You missing a } 
    The code should be
    /* remove padding from sections in the home page on the DESKTOP BEACH */ @media screen and (min-width:901px) { div#block-yui_3_17_2_1_1655210687268_49254 { padding-top: 0px; padding-right: 0px; } div#block-yui_3_17_2_1_1655146560514_13265 { padding-top: 0; padding-left: 0px; } div#block-yui_3_17_2_1_1654663240794_4650 { padding-bottom: 0px !important; }} /* remove padding from sections in the home page on the MOBILE BEACH */ @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1654663240794_4650 { padding-bottom: 0px !important; } div#block-yui_3_17_2_1_1655210687268_49254 { padding-top: 0px !important; padding-bottom: 0px !important; } div#block-yui_3_17_2_1_1655146560514_13265 { padding-top: 0px !important; } }  
  6. Like
    CelsoDiniz got a reaction from tuanphan in What's the CSS to change the link on my site title?   
    Found it:
    For those who are having trouble changing their site title link that is text based (not logo) the following code is easier to use (doesn't require you finding your site title and changing the code).
      <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script>$(document).ready(function () { $(".site-title a[href]").attr("href", "/blog"); }); </script> Copy all the code above and go to PAGE SETTINGS > ADVANCED > HEADER CODE INJECTION and paste it there.
    change the "/blog" part near the end of the code to where you want to redirect to. (external sites also work but must have full html address.
    Hope this helps!
    Benjamin Lee@itchban / www.itchban.com
  7. Like
    CelsoDiniz reacted to SurfXolo in Squarespace Analytics - Excluding IP Addresses in Squarespace Analytics   
    Works for limited use case, but doesn't cover when you are doing UAT and you do not want to add every tester to SP as a users, think Mobile devices much less grant access to change things.  SP is solution is handy (thanks), but a better and advanced solution seems easy enough to simply exclude IP address/range.
  8. Thanks
    CelsoDiniz got a reaction from creedon in Remove link from image on blog grid and keep source link on the title   
    It works PERFECTLY. THANKS!!!
×
×
  • 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.