Jump to content

victoria-and-co

Circle Member
  • Posts

    12
  • Joined

  • Last visited

Reputation Activity

  1. Like
    victoria-and-co reacted to BONICA in How to have the member area 'invitation only'   
    Site URL: https://www.fleurswholesale.com/
    Hello, I am wanting my members to have to apply and be approved to get the log in information. I can hide the account button from the public pages and just have the 'creating your account' like as something we send out to people once they are approved. 
    However, I would like to be able to have the account log in button on public pages so that the approved customers do not have to click the email link everything they log in. The issue with this is that when you click on the account log in button, there is a button to 'create your account' on the pop up that comes up. 
    Password - flowerpower
  2. Thanks
    victoria-and-co got a reaction from creedon in OnClick function for Button   
    *facepalm* of course! Wow, thanks so much, @creedon, you are a lifesaver. Apologies for missing your earlier note, but I can't thank you enough for your help!
  3. Thanks
    victoria-and-co reacted to creedon in OnClick function for Button   
    @Victoria916
    You might have better luck with using the SS built-in CTA button. Set the URL for it to #.
    Then move your link and script tags into Settings > Advanced > Code Injection > HEADER.
    <link href=" https:="" assets.calendly.com="" assets="" external="" widget.css"="" rel="stylesheet"> <script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async=""></script> By the way that link tag is corrupted. You'll want to go back and get a fresh copy of that line from where you got it.
    Add the following to Settings > Advanced > Code Injection > FOOTER.
    <script> /* begin header cta calendly Version : 0.1d1 SS Version : 7.1 By : Thomas Creedon < http://www.tomsWeb.consulting/ > */ const url = '[enter calendly url here between single quotes]'; // do not change anything below, there be the borg here window.addEventListener ( 'DOMContentLoaded', ( ) => { const selector = [ '.header-actions-action--cta .btn', // desktop '.header-menu .header-menu-cta' // mobile ] .join ( ', ' ); const cta = document.querySelectorAll ( selector ); cta.forEach ( item => { item.onclick = event => { Calendly.initPopupWidget ( { 'url' : url } ); return false; }; } ); } ); /* end header cta calendly */ </script> Let us know how it goes.
  4. Like
    victoria-and-co reacted to creedon in OnClick function for Button   
    @Victoria916
    I've done some digging but an answer is not immediately forthcoming. 😞
    I'll cogitate on this one and perhaps inspiration will strike!
    In the mean time if anyone has a clue as to what is going on please feel free to pitch in!
  5. Thanks
    victoria-and-co got a reaction from creedon in OnClick function for Button   
    Whew, thanks so much, @creedon. That does work, however I'm still having the same issue of the button not working on the homepage or the 'what we do' page, and only working on the other subpages. Is there some conflict I should be looking for?
×
×
  • 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.