Jump to content

MaryPhilip_

Circle Member
  • Posts

    183
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    MaryPhilip_ reacted to Ziggy in Fundraiser Progress Bar   
    This might be a good starting point:
    https://codepen.io/modernmarketingfl/pen/dpXzdW
  2. Like
    MaryPhilip_ reacted to Ziggy in Adjusting the font size of "Next" and "Previous" buttons in the Shop Page   
    Try adding this to Custom CSS:
    .products.collection-content-wrapper .list-pagination-nested-categories .list-pagination-next, .products.collection-content-wrapper .list-pagination-nested-categories .list-pagination-prev { font-size: 1rem; }  
  3. Like
    MaryPhilip_ reacted to paul2009 in How do I change the site header vertical padding?   
    There is normally top padding (1vw) but I see that you've removed it with some Custom CSS that sets it to zero. If you remove that line, this issue should be resolved.
    If you added the CSS to bring the logo to the top, you may want to add some CSS that targets this element directly with some negative top margin.
    Did this help? Please give feedback by clicking an icon below  ⬇️
  4. Like
    MaryPhilip_ reacted to tuanphan in Event Metadata in left column on events page   
    You can add this code to Website Tools (under Not Linked) > Custom CSS
    .eventlist-column-thumbnail { visibility: hidden; }  
  5. Like
    MaryPhilip_ got a reaction from tuanphan in Form lightbox customization   
    Hello 🙂 
    Is this what you are looking for? 
    https://www.sqspthemes.com/plugins/p/ultimate-squarespace-lightbox-plugin
    Mary 🙂 
  6. Like
    MaryPhilip_ got a reaction from tuanphan in Anchor links not working on Safari   
    Hi there, 
    For anyone having problems with this, I created a solution for a client's website and mine. 
    Whilst I am testing out the effectiveness of the installation guide this December (2023), I'm offering a 15% discount for testers. You can check it out here:
    https://www.maryphilip.com/squarespace-code-shop/p/fix-anchor-link-issue-mobile-squarespace
    Discount code: THANKSTESTER for 15% off.
    🙂 
  7. Like
    MaryPhilip_ reacted to KwameAndCo in Expanding accordion causes images to zoom in   
    Potential Fix for anyone still working on this
    I've just had to deal with this for a client. After having no love I've come to the following solution (video should be uploaded in a few minutes):
    I think it works pretty well.
    Open up the image with your inspect tool, hover over the src URL to see the height/width (e.g. 500 x 677) and use that as the aspect ratio in the below.
     
    /* Kwame's Image + Accordion Zoom Fix */ #BLOCKID .fluid-image-container.sqs-image-content { aspect-ratio: IMAGEASPECTRATIOHERE !important; }  
     
    Let me know how it works for you
  8. Like
    MaryPhilip_ got a reaction from sjet in Repeating events on calendar   
    I haven't done this but could you use Eventbrite's recurring feature and embed it into the website?
     
  9. Like
    MaryPhilip_ reacted to Ziggy in Color theme changes don't save   
    Sorry to hear that you're having such a frustrating problem! If you're seeing a saving issue, I would first try logging out, restarting your browser and logging back in, if the problem persists then try the same but additionally clearing the browser cache. Still not saving correctly, then go to Squarespace Support and report it to them: https://www.squarespace.com/contact
  10. Like
    MaryPhilip_ got a reaction from AnonymousPhil in restrict shipping method by post code   
    As far as I am aware Shipping Rates can only be set by Shipping Zones (countries etc.). Sadly, local and regional shipping zones are only available for states and provinces in the United States and Canada. So no postcodes for the UK. 
    One option I did for a client was that postcodes that were available for free delivery were set up as discount codes. 
  11. Like
    MaryPhilip_ got a reaction from paul2009 in restrict shipping method by post code   
    As far as I am aware Shipping Rates can only be set by Shipping Zones (countries etc.). Sadly, local and regional shipping zones are only available for states and provinces in the United States and Canada. So no postcodes for the UK. 
    One option I did for a client was that postcodes that were available for free delivery were set up as discount codes. 
  12. Like
    MaryPhilip_ reacted to creedon in Using people in pictures: yea or nay?   
    I find that a lot of sites seem to use what appear to me to be stock images of people that are supposedly enthralled with the product or service. It just comes off as cheap, insincere, and is a turn off for me. 
    Getting quality and genuine images is an art and takes a good photographer to capture the essence.
    I suggest staying away from people images unless they are high quality and custom.
  13. Like
    MaryPhilip_ reacted to Beyondspace in Problem with custom fonts   
    You can try
    h1 {font-family: 'stag' !important;} h2 {font-family: 'stag' !important;} h3 {font-family: 'stag' !important;} h4 {font-family: 'stag' !important;} a {font-family: 'stag' !important;} Adding important to the general tag will change global style, so kindly consider using it.
    Support me by pressing 👍 if this useful for you
  14. Like
    MaryPhilip_ reacted to creedon in Code for redirect after form submission (IN NEW TAB)   
    <script> const url = 'http://www.tomsWeb.consulting/'; open ( url, '', 'target=_blank' ); </script> Let us know how it goes.
  15. Like
    MaryPhilip_ got a reaction from mwagner in My top logo bar is disappearing when you scroll down the page   
    Hey @mwagner,
    Looks like to me that your header is transparent and the max-height of the logo is set to 0 on scroll.
    Without looking at the backend of your site I'm not too sure how this has occurred. But you can add the following to the CSS:
    /* change header to white */ #header { background-color: #fff!important; } /* keep max-height of logo */ .logo-image.header-hidden #header .logo { max-height: 100%!important; }  
  16. Like
    MaryPhilip_ got a reaction from EverA in Getting Rid of unnecessary blank spaces   
    Hi @EverA
    Add the following to your CSS panel - Design > CSS
    /* nested category */ .products.collection-content-wrapper .nested-category-children { padding-top: 0px; padding-bottom: 0px; } /* product details top padding */ .products.collection-content-wrapper .nested-category-children { padding-top: 0px; } /* product price margin */ .ProductItem-details .ProductItem-product-price .product-price { margin-bottom: 0px; } 🙂
  17. Like
    MaryPhilip_ got a reaction from ilseS in how can i shift from Fluid Engine to Classic Editor?   
    @paul2009 has started a good thread where valid points like these can be added 🙂 
     
     
  18. Like
    MaryPhilip_ reacted to CarolM in linking to anchors on page, vs. linking to internal pages -- and how to do this at the "top" of each page   
    HI Mary -- Thanks! That's a great suggestion and I'll keep it in mind for my next website (ha ha). Since this website is so basic I'm going to just stick to the default behaviors. The flow is working out nicely despite not following my original plan 🙂
     
    Thanks again,
    Carol
     
  19. Like
    MaryPhilip_ got a reaction from CarolM in linking to anchors on page, vs. linking to internal pages -- and how to do this at the "top" of each page   
    Hi @CarolM,
    If I've understood you correctly I've done a similar workaround for a recent client where the second section becomes a 'fixed header' and users can click on that to each section. 
    Would that kind of thing help?
    https://www.theglasgowtreesurgeon.co.uk/tree-removal-glasgow
  20. Like
    MaryPhilip_ got a reaction from tuanphan in Getting Rid of unnecessary blank spaces   
    Hi @EverA
    Add the following to your CSS panel - Design > CSS
    /* nested category */ .products.collection-content-wrapper .nested-category-children { padding-top: 0px; padding-bottom: 0px; } /* product details top padding */ .products.collection-content-wrapper .nested-category-children { padding-top: 0px; } /* product price margin */ .ProductItem-details .ProductItem-product-price .product-price { margin-bottom: 0px; } 🙂
  21. Like
    MaryPhilip_ got a reaction from creedon in "Back" button cut off by white bar on mobile view....   
    It’s such a pickle when that happens. 
     
    @Celeste_Woodside - out of interest, what phone and browser are you using? 
  22. Like
    MaryPhilip_ got a reaction from paul2009 in Square space Contact forms grouping up in Gmail   
    The solution for this is here 🙂 
     
     
     
  23. Like
    MaryPhilip_ got a reaction from SeanCrafted in Square space Contact forms grouping up in Gmail   
    The solution for this is here 🙂 
     
     
     
  24. Love
    MaryPhilip_ reacted to untitledsite in Blog comments seem to be buggy and inconsistent   
    Hi Mary! Thanks so much for your response. It turns out that it WAS my CSS - I had hidden the reply button for some reason, which was messing everything else up. 😂 But your comment led me to actually check my own CSS, which I am constantly guilty of not doing... so thank you!!
  25. Like
    MaryPhilip_ got a reaction from untitledsite in Blog comments seem to be buggy and inconsistent   
    Hi @wolfandwild,
    Not sure what is going on there for you but I noticed that the reply comment box height was set to 0. Was this done in the CSS?
    Maybe changing that might help?
    .squarespace-comments .comments-content .comment-list .reply-area-wrapper { height: 100%!important; } As a side note - I LOVE the design of your site 🙂
×
×
  • 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.