Jump to content

GlenwoodMedia

Circle Member
  • Posts

    56
  • Joined

  • Last visited

Reputation Activity

  1. Like
    GlenwoodMedia got a reaction from tuanphan in Add lightbox embed code to a button?   
    JotForm's embedded lightbox works in 7.1 but the button is ugly...and won't match your site styles.

    To make it match, replace btn in the last part of the embedded JotForm Code Block
    <a class="btn lightbox- 123456789012345 " >
    Button Name
    </a>
    with sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element

    It should look like this:

    <a class="sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element lightbox-123456789012345" >
    Button Name
    </a>

    And to center the button, put <center> on Line 1 of the code block and </center> on the last line.
  2. Like
    GlenwoodMedia got a reaction from Beyondspace in Code Block Button with Pop-Up Window   
    Sharing this - hopefully it saves someone some time.

    Here's a code block to create a button that opens an external website as a pop-up - just replace cnn.com with the site you want to appear in the pop-up.
    <center>
      <div class="sqs-block button-block sqs-block-button"><div class="sqs-block-content">
     <div class="sqs-block-button-container--center preFlex flexIn" data-animation-role="button" data-alignment="center" data-button-size="medium" style="transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-duration: 0.65s;">
        <a href="https://cnn.com" class="sqs-block-button-element--medium sqs-block-button-element" data-initialized="true"
      target="popup" 
      onclick="window.open('https://www.cnn.com','popup','width=600,height=600,scrollbars=no,resizable=no'); return false;"> 
        This is CNN
    </a>
    </div>
    </center>
  3. Love
    GlenwoodMedia got a reaction from tuanphan in Code Block Button with Pop-Up Window   
    Sharing this - hopefully it saves someone some time.

    Here's a code block to create a button that opens an external website as a pop-up - just replace cnn.com with the site you want to appear in the pop-up.
    <center>
      <div class="sqs-block button-block sqs-block-button"><div class="sqs-block-content">
     <div class="sqs-block-button-container--center preFlex flexIn" data-animation-role="button" data-alignment="center" data-button-size="medium" style="transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-duration: 0.65s;">
        <a href="https://cnn.com" class="sqs-block-button-element--medium sqs-block-button-element" data-initialized="true"
      target="popup" 
      onclick="window.open('https://www.cnn.com','popup','width=600,height=600,scrollbars=no,resizable=no'); return false;"> 
        This is CNN
    </a>
    </div>
    </center>
  4. Like
    GlenwoodMedia got a reaction from Beyondspace in Coding a CTA button in 7.1 to open a popup   
    Thank you.  I'll check that out.  It's an external page that will pop up - so wasn't sure if that plug-in would work, but from their website it appears as if it will.
     
  5. Like
    GlenwoodMedia got a reaction from Beyondspace in Coding a CTA button in 7.1 to open a popup   
    Site URL: https://newkwmc.squarespace.com/
    The CTA button in the navigation in this 7.1 site - "Donate" - opens in a new page.  I'd like to open it as a pop-up window.
    Any suggestions on how to do this?
  6. Like
    GlenwoodMedia got a reaction from Beyondspace in JotForm Lightbox in 7.1   
    Posting a solution to an issue I had...hopefully it saves someone an entire day of searching online for an answer.
    JotForm's embedded lightbox works in 7.1 but the button is ugly...and won't match your site styles.

    To make it match, replace btn in the last part of the embedded JotForm Code Block
          <a class="btn lightbox- 123456789012345 " >
            Button Name
          </a>
    with sqs-block-button-element--medium sqs-block-button-element

    It should look like this:

          <a class="sqs-block-button-element--medium sqs-block-button-element lightbox-123456789012345" >
            Button Name
          </a>

    And to center the button, put <center> on Line 1 of the code block and  </center> on the last line.
×
×
  • 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.