-
Posts
9 -
Joined
-
Last visited
GriffitoLoz's Achievements
-
Ziggy reacted to a post in a topic: "Any Staff" Button Not Working on Mobile for Mind Body Appointment Widget
-
Thanks Ziggy- I can't move the blocks to not overlap because when I do that, the result is that there is SO much white space between each block when you view it normally (not in edit mode). I also can't make the embed blocks any smaller than they already are, Squarespace won't let me make them smaller. I'm using embed blocks to put those widgets on there probably if I coded in the spacing it would work but I don't have coding knowledge.
-
Mind Body Image Link not aligning center on Mobile
GriffitoLoz replied to GriffitoLoz's topic in Code Blocks
That worked, thank you! -
Beautiful, that worked, except now there are two horizontal blue lines further up the page as well. Those two buttons are also Mind Body Healcode widgets and I think it's underlining them as well?:
-
Hi all, Can someone help me with the coding that is necessary to make the margins around these embed code blocks smaller on Mobile? I get everything lined up nicely on the Desktop view, but I'm having to crazy overlap the code blocks and images on top of each other to shrink the enormous amount of space that is left otherwise. Take a look at how closely I have to line up/overlap the code blocks in the Editor I can't shrink any space under the "Buy Now" code block at the bottom, but when you look at it LIVE, there is a ton of white space. I'm sure this is some sort of coding I don't know how to do...
-
Hi all, I need to center align--in the embed text box-- the text that gets displayed from a Mind Body Healcode. I want to center align "Buy Now" under each square image, and also underline it and make it this color #84b0d7 (to look like a hyperlink) . Here is the code for the first "Buy Now" under Intro to Beginner Semi Private, as an example: <script src="https://widgets.mindbodyonline.com/javascripts/healcode.js" type="text/javascript"></script><healcode-widget data-version="0.2" data-link-class="healcode-pricing-option-text-link" data-site-id="70232" data-mb-site-id="12994" data-service-id="1276" data-bw-identity-site="false" data-type="pricing-link" data-inner-html="Buy Now" /> This produces the text "Buy Now" but it's not centered in the embed code box. (See screenshot below). Page is https://www.bellevuepilates.com/new-clients-1
-
Mind Body Image Link not aligning center on Mobile
GriffitoLoz replied to GriffitoLoz's topic in Code Blocks
-
Hello, I am using Mind Body Branded links (via embed codes) on my Squarespace site so clients can checkout ON the Squarespace page instead of being redirected to Mind Body. It looks fine on desktop, but I can't get the image/link to "center" on mobile. Even though I'm centering the embed block in the Editor (see screenshot). You can see the noncentered buttons on the MOBILE website: https://www.bellevuepilates.com/new-clients-1 And here is the embed code Mind Body gave me for the images (images are hosted on postimage.cc): <script src="https://widgets.mindbodyonline.com/javascripts/healcode.js" type="text/javascript"></script><healcode-widget data-version="0.2" data-link-class="healcode-pricing-option-image-link" data-site-id="70232" data-mb-site-id="12994" data-service-id="1225" data-bw-identity-site="false" data-type="pricing-link" data-inner-html="<img alt='Buy Now Book Later: $57.50 Intro Private' src='https://i.postimg.cc/L6RSSs0j/2.png' />" /> AND <script src="https://widgets.mindbodyonline.com/javascripts/healcode.js" type="text/javascript"></script><healcode-widget data-version="0.2" data-link-class="healcode-pricing-option-image-link" data-site-id="70232" data-mb-site-id="12994" data-service-id="1275" data-bw-identity-site="false" data-type="pricing-link" data-inner-html="<img alt='Buy Now Book Later: $25 First Class' src='https://i.postimg.cc/2yy57SRq/1.png' />" /> Any assistance would be greatly appreciated, thank you!