Jump to content

L1NST3R

Member
  • Posts

    38
  • Joined

  • Last visited

Reputation Activity

  1. Like
    L1NST3R got a reaction from creedon in Is there a way to make the form's radio section show in several columns?   
    @creedonIt worked, thanks! However, on mobile it doesn't really fit to have 3 columns. Is there a way to make this only apply to desktop view?
  2. Thanks
    L1NST3R got a reaction from creedon in Is there a way to make the form's radio section show in several columns?   
    Thank you so much for helping me with this! It works exactly as I wanted now!
  3. Like
    L1NST3R got a reaction from SquareRefresh in Is there a way to reduce the spacing on the sides of the mobile store page?   
    Hey, that worked, thanks!
  4. Like
    L1NST3R got a reaction from SquareRefresh in Is there a way to reduce the spacing on the sides of the mobile store page?   
    Site URL: https://www.tgtfresh.com/fresh
    Is there a way to reduce the spacing on the sides of the mobile store page? Thanks!
  5. Like
    L1NST3R got a reaction from Beyondspace in Is there a way to "delay" the scroll back for the header on mobile?   
    Site URL: https://www.tgtfresh.com/
    I'm hoping to sort of delaying the scroll back header from hiding when I'm scrolling down to only start to hide after I scroll past the first section or two, so there wouldn't be a blank area most of the time when the page isn't completely scrolled to the top.

    Secondly, since I'm hiding the logo with instructions from https://schwartz-edmisten.com/blog/shrink-logo-on-scroll-in-squarespace-71 on mobile, and modified to transform instantly, the logo makes the page jump a bit every time I scroll to top - I'm thinking that delaying the scroll back to somewhere lower than the top of the screen might make this process off screen and reduce its impacts.
    Also, is there a way to disable the code for shrinking the logo when I'm in the overlay navigation menu?

  6. Like
    L1NST3R got a reaction from Beyondspace in Problems with Product Page Layout   
    Thanks for these, they're working exactly as I needed! 
  7. Like
    L1NST3R reacted to tuanphan in Problems With Mobile Overlay (and desktop) Navigation   
    #3. Can you explain in more detail? I thought you want to move arrow up?
  8. Like
    L1NST3R reacted to tuanphan in Mobile Information Bar Covering Social Links in Mobile Overlay Menu   
    Try adding to Design > Custom CSS
    body.header--menu-open [class*="mobile-info-bar"] { display: none !important; }  
  9. Like
    L1NST3R got a reaction from Beyondspace in Usage of Shopify Buy Buttons   
    Site URL: https://tgtfresh.squarespace.com/
    password: 0815 (it's in mandarin)
    Since learning that my country and its currency (Taiwan) are not supported by Squarespace Commerce, I've tried, and partially successfully changed some portions of my store into using the Shopify Buy Button system. However, since I'm quite bad at these things, I've found Shopify's interface, and the embedding system particularly confusing, and haven't been able to recreate many of the key elements that previously existed in my Squarespace shop. I was wondering if anyone has experiences with, or examples of, successful/functioning implementations of this on their Squarespace shop. Any help will be greatly appreciated!
    Some of the key issues that I encountered:
    Needing bigger product pop-ups after clicking "open product details" No zooming when hovering over product pictures with cursor No way of organizing the store (like how it's automatically done with tabs and breadcrumbs with Squarespace) (If some products overlap in their categories, would I have to just do duplicates?) Can't customize the cart at all / Is there a way to replace the original cart on the top right with the Shopify one? Or at least move / change the appearance of it (I have hidden the original cart, and hidden the footer add to cart so the Shopify cart appears universally) (Is there a way of sorting with a drop down menu?) (Is there a way of having more than one product per row on mobile, and more than 3 per row on desktop?) (If the pop ups cannot be enlarged / covering the page, and I'd have to use shortcuts to new pages to mimic a shop, which format would be best as a replacement store as a hub to redirect to each product?  
     
  10. Like
    L1NST3R reacted to tuanphan in Problems With Mobile Overlay (and desktop) Navigation   
    #2. The code doesn't work or???
    #3. Use this new code. You can adjust -2px value
    a.header-nav-folder-title:after { content: "\e009"; font-family: 'squarespace-ui-font'; position: relative; top: -2px; } /* Dropdown auto width */ .header-nav-folder-content { width: auto !important; min-width: unset !important; }  
  11. Like
    L1NST3R reacted to tuanphan in All of my sections are only vertically centered in edit, and would move closer to the top when not in edit mode.   
    Which page in screenshot? I don't see problem on homepage
  12. Love
    L1NST3R reacted to tuanphan in Problems With Mobile Overlay (and desktop) Navigation   
    #1. Add to Custom CSS
    a[data-folder-id] { position: relative; right: -10px; } #2. Add to Custom CSS
    [data-folder] .header-menu-nav-folder-content { justify-content: flex-start; } #3. Use this CSS
    a.header-nav-folder-title:after { content: "\e009"; font-family: 'squarespace-ui-font'; } /* Dropdown auto width */ .header-nav-folder-content { width: auto !important; min-width: unset !important; }  
  13. Like
    L1NST3R reacted to tuanphan in Positioning Shopify Buy Button for Products   
    Add to Code Injection Footer
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> // move shopify to product description // checked by tuan phan squarespace forum $(document).ready(function() { $('section.ProductItem-details').append($('section.ProductItem-additional .code-block')); }); </script>  
×
×
  • 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.