Jump to content

Mindbody Healcode Widget not functioning in 7.1

Go to solution Solved by paul2009,

Recommended Posts

Hi @paul2009, I am having a different issue with the appointment widget from Mindbody. When I add it to a Squarespace 7.1 site it adds a scroll bar and only displays the top line of the widget. Any ideas on how to fix this? Here is the code I pasted into the code block and a link to the page.

<script src="https://widgets.mindbodyonline.com/javascripts/healcode.js" type="text/javascript"></script>
<healcode-widget data-type="appointments" data-widget-partner="object" data-widget-id="9a11121163ea" data-widget-version="0" ></healcode-widget>

https://www.quietbodies.com/private-pilates

Link to comment
  • 3 weeks later...

URL: https://www.intentionalyoga.com/pricing-test

@paul2009 Hey Paul/ Community! I am having issues with a similar but different problem with a Mindbody widget. I am adding what they call "Buy Now links" on my site and I had success implementing the JS healcode in a code block, but one of the buttons isn't rendering like the rest. 

The code I am putting in is below, straight from Minbody, and the rest of the buttons are using the same code and render fine. Any help?? Thanks so much!

<script src="https://widgets.mindbodyonline.com/javascripts/healcode.js" type="text/javascript"></script><healcode-widget data-version="0.2" data-link-class="healcode-contract-text-link" data-site-id="3643" data-mb-site-id="10414" data-bw-identity-site="false" data-type="contract-link" data-inner-html="Individual Membership - $120" data-service-id="100" />

 

Screenshot 2023-11-02 at 7.42.56 AM.png

Screenshot 2023-11-02 at 7.42.10 AM.png

Link to comment
  • 1 month later...

I've read through all of the posts so far on Heal Code and Mindbody in Fluid Engine, but so far I can't find anyone else with this issue. 
I have a book now button that is tied to a mindbody widget with multiple services. Image 1 shows how it appears on the old 7.0 website when someone clicks it. Image 2 shows how it's set up on 7.0 - a button that directs to #booknow and then code directly underneath it. Image 3 shows the code that's attached to the button - code was provided directly by mindbody (it's the code for that particular widget).

 

In 7.1, I tried setting it up the same way - a button directing to #booknow with the code directly underneath, but when I click it, nothing appears like it does on the 7.0 website (shown in image 4). I know there was a workaround for the header code for the calendar not displaying properly, so I'm hoping someone has a code to help this fix? Or does anyone know how I can get a button tying directly to code so when someone clicks the Book Now this widget will open? 

Screenshot 2023-12-18 at 2.24.31 PM.png

Screenshot 2023-12-18 at 2.25.06 PM.png

Screenshot 2023-12-18 at 2.25.25 PM.png

Screenshot 2023-12-18 at 2.31.17 PM.png

Link to comment

I've read through all of the posts so far on Heal Code and Mindbody in Fluid Engine, but so far I can't find anyone else with this issue. 
I have a book now button that is tied to a mindbody widget with multiple services. Image 1 shows how it appears on the old 7.0 website when someone clicks it. Image 2 shows how it's set up on 7.0 - a button that directs to #booknow and then code directly underneath it. Image 3 shows the code that's attached to the button - code was provided directly by mindbody (it's the code for that particular widget).

 

In 7.1, I tried setting it up the same way - a button directing to #booknow with the code directly underneath, but when I click it, nothing appears like it does on the 7.0 website (shown in image 4). I know there was a workaround for the header code for the calendar not displaying properly, so I'm hoping someone has a code to help this fix? Or does anyone know how I can get a button tying directly to code so when someone clicks the Book Now this widget will open? 

Screenshot 2023-12-18 at 2.24.31 PM.png

Screenshot 2023-12-18 at 2.25.06 PM.png

Screenshot 2023-12-18 at 2.25.25 PM.png

Screenshot 2023-12-18 at 2.31.17 PM.png

Link to comment
On 12/19/2023 at 2:33 AM, cleone713 said:

I've read through all of the posts so far on Heal Code and Mindbody in Fluid Engine, but so far I can't find anyone else with this issue. 
I have a book now button that is tied to a mindbody widget with multiple services. Image 1 shows how it appears on the old 7.0 website when someone clicks it. Image 2 shows how it's set up on 7.0 - a button that directs to #booknow and then code directly underneath it. Image 3 shows the code that's attached to the button - code was provided directly by mindbody (it's the code for that particular widget).

 

In 7.1, I tried setting it up the same way - a button directing to #booknow with the code directly underneath, but when I click it, nothing appears like it does on the 7.0 website (shown in image 4). I know there was a workaround for the header code for the calendar not displaying properly, so I'm hoping someone has a code to help this fix? Or does anyone know how I can get a button tying directly to code so when someone clicks the Book Now this widget will open? 

Screenshot 2023-12-18 at 2.24.31 PM.png

Screenshot 2023-12-18 at 2.25.06 PM.png

Screenshot 2023-12-18 at 2.25.25 PM.png

Screenshot 2023-12-18 at 2.31.17 PM.png

Can you share link to this page (7.1), we can check easier

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 3 months later...
On 4/17/2024 at 12:12 AM, BD1 said:

Hi -- I'm having a problem with the calendar covering the text below. Any idea how to fix?

See: https://www.bodydesignonline.com/personal-training-1

Thanks!

I see it looks fine. Can you take a screenshot of problem?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Sorry -- I was experimenting with columns to try and solve the problem. Still couldn't get it to work on mobile, but I've now changed it back to having the widget above the text and you should see the overlap issue. Also, attaching a screenshot. Thanks so much taking a look!

bd-overlap.png

Link to comment
On 4/19/2024 at 12:18 AM, BD1 said:

Sorry -- I was experimenting with columns to try and solve the problem. Still couldn't get it to work on mobile, but I've now changed it back to having the widget above the text and you should see the overlap issue. Also, attaching a screenshot. Thanks so much taking a look!

bd-overlap.png

You can use this code to Website > Website Tools > Custom CSS

div#page-section-661eac8f76dd7460ce8ebee5 div.header {
    max-height: unset !important
}
#hc-appointment_form_c41180734b24 {
    margin: unset !important
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.