Jump to content

brandi_sqspace

Member
  • Posts

    76
  • Joined

  • Last visited

Reputation Activity

  1. Like
    brandi_sqspace got a reaction from Intentional in Adding more fields to the promotional pop up   
    I have this same question. Would love to add a First Name + Last Name field to my promo pop-up at brandingofficehours.com. Thanks, everyone!
  2. Like
    brandi_sqspace got a reaction from tuanphan in Change Button Color in Mobile Nav   
    That solved that! THANK YOOOOU @tuanphan!
  3. Like
    brandi_sqspace reacted to tuanphan in Invert site logo on specific pages   
    Use this code
    body.header--menu-open .header-title-logo a { background-image: unset !important; filter: unset !important; } body.header--menu-open .header-title-logo img { content: url(https://mcusercontent.com/83f895486924e07d3de98f96c/images/2cee9b9e-d46a-18dc-bf75-0d6fbab615bf.png); visibility: visible !important; }  
  4. Like
    brandi_sqspace got a reaction from EarvinChong in URL Mapping + Google Analytics Tracking   
    Thanks, @tuanphan! Hoping I get some answers here so others can also see the solution. But if I find one elsewhere, I'll come back here and update the post.
  5. Love
    brandi_sqspace reacted to tuanphan in Side-By-Side Button Alignment   
    #1. Don't remove any code in your current code. Add this to Design > Custom CSS
    /* Hero buttons */ @media screen and (min-width:768px) { div#page-section-619681c2193b52305fa7d234 { .sqs-block { padding-left: 0; padding-right: 0; } .row { display: flex; justify-content: space-between; } .row:after, .row:before { display: none; }}}
    #2. Use this CSS
    /* Hero buttons mobile */ @media screen and (max-width:767px) { div#page-section-619681c2193b52305fa7d234 .span-3 { width: 50% !important; float: left !important; } div#page-section-619681c2193b52305fa7d234 .span-3 a { text-align: center; min-width: 100px; }}  
  6. Like
    brandi_sqspace got a reaction from CarriLM in URL Mapping + Google Analytics Tracking   
    @CarriLM @thebaristaleague
    I've closed up that business so I hadn't needed to come back to the issue for a while since posting. I'm sure I'll still need to consider this with any of my new directions, but as far as I know, I never received helpful responses in those forums, either. 😞 Would love to hear if anyone comes up with solutions or how other people handle this.
  7. Like
    brandi_sqspace got a reaction from Susana_SQSP in How to Change Email Address in SquareSpace Forum   
    Thanks, @SusanaR! Replied to you via that new support ticket.
  8. Like
    brandi_sqspace reacted to Susana_SQSP in How to Change Email Address in SquareSpace Forum   
    Hey @brandi_sqspace, 
    We'll definitely need to take a closer look into this. I'll be creating an email ticket associated to the email address tied to your Squarespace account so we can keep the convo there. 
    In the future, if you encounter any technical issues or need assistance with your forum account specifically you can reach out to the Community Team directly. 
  9. Like
    brandi_sqspace got a reaction from creedon in URL Mapping + Google Analytics Tracking   
    Thanks, @tuanphan! Hoping I get some answers here so others can also see the solution. But if I find one elsewhere, I'll come back here and update the post.
  10. Like
    brandi_sqspace reacted to tuanphan in URL Mapping + Google Analytics Tracking   
    Hi,
    If you haven't received an answer yet, you can post on some FB groups
    + Squarespace Customization Resource Groups
    + Squarespace Community
    + Squarespace Entrepreneur
    + Squarespace Rockstars
  11. Like
    brandi_sqspace reacted to DebraHartStudio in Adding First Name & Last Name Fields to Promotional Popup   
    Squarespace needs to be notified at Customer Support by a bunch of us, it seems (one the Squarespace Admins in this thread instructed us to go to:  https://support.squarespace.com/hc/en-us/requests/new?_ga=2.77568659.787890910.1594317810-1789806965.1575485542#choose-topic
    Maybe if everyone does it, they'll fix it! This issue is a big one so that we can collect names and personalize the experience via emails. 
  12. Like
    brandi_sqspace reacted to tuanphan in Adding First Name & Last Name Fields to Promotional Popup   
    If you find free solution, I wrote this guide yesterday. It allows you to convert Newsletter Block to Promotional popup.
     
     
  13. Like
    brandi_sqspace got a reaction from tuanphan in Adding First Name & Last Name Fields to Promotional Popup   
    Hey, everyone! My sincere apologies on not following up until now. I hadn't gotten any notifications that folks had replied. In response to some of the Qs I've seen here:
    I decided to use Leadpages for my promo pop-ups. They even allow for exit intent pop-ups, which Squarespace also (bafflingly) doesn't do, either. I chose them for a lot of other reasons, too, but happy to answer more questions about them if folks have them. I actually don't know what native template it is (or isn't) built on, but I purchased a build-it-yourself template from Big Cat Creative, so that's why it looks so incredible and beyond what you typically see in native templates. I love both Leadpages and Big Cat so much I became affiliate partners of both of them. So, those links are affiliate links. Use them at your own discretion; I'm not here to sell you. But, again, happy to answer questions AND truly back them both so much that I'd want anyone to know about them. They've both been incredible solutions for my business. (I get site compliments constantly AND my lead pages convert massively—my primary one converts to the tune of 49%). So...please do check them out!
  14. Like
    brandi_sqspace reacted to IXStudio in How to Add Javascript to Block Button in Squarespace 7.1   
    Hi,
    Insert this code in your Footer Code Injection.
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('#block-yui_3_17_2_1_1599412523559_8193 .image-card-wrapper .image-button-wrapper .image-button-inner').html('<a href="" data-leadbox-popup="2M4HPLXiWwLAuThfhXRuWm" data-leadbox-domain="brandistanley636.lpages.co">Click here to subscribe</a>'); }); </script> Please use the like button if it helps you!
    Best,
    Leopold

  15. Like
    brandi_sqspace reacted to tuanphan in CTA Button Size in Mobile Nav   
    Try move code I sent to Last Line in Custom CSS
  16. Like
    brandi_sqspace reacted to IXStudio in Show Secondary Nav in Mobile Menu?   
    Hi
    Use this code in Design -> Custom CSS
    @media screen and (max-width:767px){ .header-menu-nav-folder { transform: none; min-height: 130px !important; height: 100vw; } .header-menu-controls.container.header-menu-nav-item:first-child { display: none; } .header-menu-nav-folder-content { height: 100vw; margin-top: -100px; } .header-menu-nav-item-content { margin-top: 100vw; } .header--menu-open .header-menu .header-menu-cta { position: absolute; bottom: 10px; width: 100%; } nav.header-menu-nav-list { height: 100vw; } .header-menu-nav-folder[data-folder="root"] { height: 100vh; } .header-menu-nav-item:last-child {margin-top: 10px;line-height: 60px !important;} .header-menu .header-menu-nav a[data-folder-id="/free-resources"] { display: none; } .header--menu-open .header-menu .header-menu-nav-list { height: 100vw; } .container.header-menu-nav-item.header-menu-nav-item--collection:last-child { margin-top: 300px; } .header--menu-open.tweak-transparent-header .header-menu .header-menu-nav a { line-height: 60px; } } Please use the like button if it helps you!
    Best,
    Leopold
  17. Like
    brandi_sqspace got a reaction from karaaubin in Adding First Name & Last Name Fields to Promotional Popup   
    Site URL: https://www.brandistanley.com
    Is there a way to add additional fields to a promotional pop-up? I'd love to just collect First Name & Last Name data (separately) for my popup, which currently only collects email addresses.
×
×
  • 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.