Jump to content

lulu.lindberg

Circle Member
  • Posts

    110
  • Joined

  • Last visited

Reputation Activity

  1. Like
    lulu.lindberg reacted to ReneRabbitt in Which customers bought a specific product?   
    can we then import back in with a tag or some sort of attribute in order to take advantage of email campaigns based on a particular purchase item?
  2. Like
    lulu.lindberg got a reaction from Ziggy in Multi-lingual toggle - but not for multi-lingual   
    @Ziggy I've been playing with this with only some success - can you only use two characters for the language set up?  So for example would the following not work? Would it have to be 'wo' and 'pl' versus 'work' and 'play'? 
    var defaultLanguage = 'work'  
  3. Like
    lulu.lindberg reacted to MichelleIsak in Order Fulfillment Emails   
    Hello!  I sell mostly events.  When I created  my products I created them under "Service".  When people get the fulfillment email it shows tracking and shipping info.  It confuses people!  I am selling tickets to paint party events or classes.  Please help.  I want the fulfillment email to show they paid and are confirmed for the event only...no shipping or products on the way.  Thanks in advance!
  4. Like
    lulu.lindberg got a reaction from tuanphan in How to Turn Off scrolling reveal for Project Images, Make images populate immediately   
    @tuanphan do you know how I would adjust this for a form?  On this page https://lg-option-c.squarespace.com/new-clients (password: fullreview), I find the fact that the form is not visible immediately could be confusing.
    Disregard! I figured it out from another comment of yours :)
     
    /*turn off scroll reveal on form*/
     
    #block  {
        transform: unset !important;
        opacity: 1 !important;
        transition-delay: unset !important;
        transition: unset !important;
    }
  5. Like
    lulu.lindberg got a reaction from tuanphan in Using Product Upsell Redirect - want to exclude certain products... how to do?   
    Thank you @tuanphan - it worked! Much appreciated
  6. Like
    lulu.lindberg got a reaction from tuanphan in Resize carousel gallery on mobile. (7.0)   
    I think it was this that did it, in custom CSS:
    /* remove carousel padding mobile */ @media screen and (max-width:767px) { div#block-e1c3c7b86e9d357920ab, div#block-yui_3_17_2_1_1612907473266_5403, div#block-yui_3_17_2_1_1613242503376_18794 { padding: 0px !important; }} I also have this in there, I'm not sure if it does anything.
    @media screen and (max-width:767px) { .services { .sqs-gallery-design-strip { overflow: visible; height: 200%; } }} @tuanphan
  7. Like
    lulu.lindberg reacted to Beyondspace in Remove outline on button on hover   
    You can try adding to Home > Design > Custom Css
    .header-actions-action [href*="join-our-pack"]:hover:before { border:none !important; } Let me know how it works on your site
    Support me by pressing 👍 if this useful for you
  8. Like
    lulu.lindberg reacted to Beyondspace in Hide Social Icon Links in Certain Sections   
    You can add to Home > Design > Custom Css
    /*Display social icon for Ontario*/ section[data-section-id="617aeb94ea317421e526d6a0"] { .socialaccountlinks-v2-block { a { &:last-child { display: none; } &:nth-child(5) { display: none; } &:nth-child(4) { display: none; } } } } /*Display social icon for Alberta*/ section[data-section-id="617b0a9ccfc6cd38e68acb90"] { .socialaccountlinks-v2-block { a { &:first-child { display: none; } &:nth-child(2) { display: none; } &:nth-child(3) { display: none; } } } } Let me know if it works properly on your site
    Support me by pressing 👍 if this useful for you
  9. Like
    lulu.lindberg got a reaction from Beyondspace in Scale down Index Gallery Images on Mobile   
    Site URL: https://www.kelseynaef.com/k-plus-t-forever
    I'd like to have the whole index gallery featured at the top of the page to scale down on mobile to decrease the chances of the illustrated text "KELSEY & TRAVIS" being cut off on mobile devices. I have an older iphone so it looks fine on my phone, but on most newer phones, it's getting cut off. 
    Ideally, the height of the gallery is decreased, and the image scales proportionally within it and stays centered, but I'm having trouble making this happen.
    Any help would be great, thanks. 
    Lauren 
×
×
  • 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.