Jump to content

Matthew26

Circle Member
  • Posts

    19
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Matthew26 got a reaction from tuanphan in Need some help overlaying text+button on image list section on hover.   
    Hi @Beyondspace could you help me replicate this on my list carousel? Its the first carousel on my home page: www.aqrtraining.com under 'The AQR Experience'. Thank you!!
  2. Like
    Matthew26 reacted to paul2009 in 301 redirect EXISTING page   
    You can put your site into a "safe mode" that prevents custom scripts from loading by adding "/config/safe" to you site's URL. For example:

    Once you have removed the script (and saved the changes), you can load your site normally.
    This is one of the URL paths and URL queries I describe in this article: Squarespace URL Queries.
    Did this help? Please give feedback by clicking an icon below  ⬇️
  3. Like
    Matthew26 reacted to tuanphan in Redirect event to a different page?   
    Suppose your site is enny.squarespace.com
    You can enable safe mode by access enny.squarespace.com/config/safe
  4. Like
    Matthew26 got a reaction from tuanphan in Different Site Logo Link on Member Pages   
    Spoke too soon!  I managed with this code in the footer: 
    <script>
      var url = window.location.href;
      var headerLogoLink = document.querySelector('.header-title-logo a');
      
      if(url.indexOf("/put-page-here") !== -1){
        headerLogoLink.setAttribute('href', "https://www.yoursitehere.com");
      } 
      else {
        headerLogoLink.setAttribute('href', "https://www.yoursitehere.com/home");
      }
    </script>
  5. Like
    Matthew26 reacted to NeilFord in Blog Comments Issue   
    Paul
    Thanks for replying, appreciated.
    I did subsequently raise a support ticket and have received a very prompt response confirming that the issue is known about. No confirmed timescale on a fix, but I appreciate that these things have to be looked at in priority order and that development resources are finite. At least we know it has been noted and can inform site visitors of this.
    - Neil.
  6. Like
    Matthew26 got a reaction from melody495 in How to make blog posts in the blog page layout looks like in a card style?   
    Nevermind! Found it 🙂  .blog-alternating-side-by-side .blog-item
  7. Thanks
    Matthew26 reacted to JayVanDyke in Marquee Loop for Announcement Bar   
    maybe check this out? 

    https://www.adlyticmarketing.com/blog/squarespace-scrolling-marquee-announcement-bar
    Also you could add a marquee to a footer section or something and we can move it to the announcement bar with some javascript. That might be an easier solution so you don't have to edit all that code. If you do that just share your link here and one of us can probably help write it for you.
  8. Thanks
    Matthew26 got a reaction from creedon in How do I display form field options vertically in multiple columns?   
    🤦‍♂️ I see now. Forgot to remove the injected code like you suggested. Works like a charm now. Thanks again! 
  9. Like
    Matthew26 reacted to creedon in How do I display form field options vertically in multiple columns?   
    It would work better if you remove the code I suggested. They are working at cross purposes.

    gap does work. Here it is set to 5em.

  10. Like
    Matthew26 reacted to tuanphan in Rounding corners of portfolio/gallery thumbnails   
    Add to Design > Custom CSS
    /* Round corners portfolio items */ body.homepage a.grid-item, body.homepage .grid-image { border-radius: 10px; }  
  11. Like
    Matthew26 reacted to DV2 in Introducing Forum Achievements   
    This is fun! Any chance we could see a list of badges and their requirements?
    While it's great to receive the badges, it might be fun to work toward them too. 🙂
  12. Love
    Matthew26 got a reaction from JoanGarroway in Pin Language Switcher to Header   
    Thank you Joan! I played around with it and I think it looks great now. I appreciate your feedback and input. 
  13. Like
    Matthew26 reacted to JoanGarroway in Pin Language Switcher to Header   
    Hey, @Matthew26
    (Q1) So you want to jazz up that language switcher, right? To fix it to the header and align it with the shop icon, you'll want to tweak the CSS. Maybe play with the 'position' and 'right' values in the CSS. Messing around with 'position: fixed' and 'right: [some pixels]' might do the trick.
    (Q2) For a snazzier look, a toggle button with just EN and DE sounds cool
    You'd need to modify the HTML and CSS for that. Add a button element and style it in the CSS to your liking. You could replace the 'English | Deutsch' links with buttons styled the way you want.
    (Q3) To float it in the bottom left corner, adjust the 'position' and use 'bottom' and 'left' values in the CSS. Making it sticky might involve adding some 'position: sticky' magic. For the hamburger menu, you'd likely need to dig into Squarespace's structure and maybe inject the button there using code.
    Keep experimenting, highlight my nickname if you need to spell out specific examples by code👾
  14. Like
    Matthew26 reacted to Ziggy in How to adjust spacing between social icons in header?   
    Try this instead:
    .header-actions--right .header-actions-action--social .icon:not(:first-child) { margin-left: 1vw !important; } Hope that helps! Give me a thumbs up if you can!
×
×
  • 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.