TechyBecky_101
Member-
Posts
21 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by TechyBecky_101
-
Non-canonical pages listed in the sitemap - How to Fix?
TechyBecky_101 replied to tnorman411's topic in SEO
Firing this subject up for 2024! @Sambob do you know how to do this? Or has anyone found anything that actually shows you step-by-step how to do this. I've found myself deep in youtube holes but 'just' need a visual step-by-step...type this here etc solution....seems it would be helping a lot of people out also being driven nuts by this 🫠Example of my issue on my website: Google search console/ScreamingFrog/Ahrefs show google isnt indexing: https://www.weemovers.co.uk/book-now/blackhorse-lane-childrens-classes and is using https://www.weemovers.co.uk/book-now as the canonical url. Attached is my screenshot from Ahrefs -
Hello Squarespace, I would like to add an image background to the promotional pop up. Please could someone share some code? I've seen lots of people talking about further tweaks to images but can't find out how to add an image in the first place. And would anyone know the aspect ratio the image background should be? https://www.weemovers.co.uk Thanks 🙂
-
Mindbody login code snippet into nav
TechyBecky_101 replied to simacna's topic in Customize with code
Perfect - works a treat. Thanks so much 🙂 -
Mindbody login code snippet into nav
TechyBecky_101 replied to simacna's topic in Customize with code
Hmm that's not worked. It;s not affected the layout but Login | Register isn't in the header or footer at all now... I really appreciate you picking up this old thread 🙂 -
Mindbody login code snippet into nav
TechyBecky_101 replied to simacna's topic in Customize with code
And this is my MINDBODY code: <script src="https://widgets.mindbodyonline.com/javascripts/healcode.js" type="text/javascript"></script><healcode-widget data-version="0.2" data-link-class="loginRegister" data-site-id="110636" data-mb-site-id="5728933" data-bw-identity-site="false" data-type="account-link" data-inner-html="Login | Register" /> -
Mindbody login code snippet into nav
TechyBecky_101 replied to simacna's topic in Customize with code
Hi there - firing up this question/solution again. This post is a bit of a mess sorry! I'd like to Login | Register in the main nav only...any thoughts on what I am doing wrong? The Login | Register then disappears from the Main navigation but still appears very far down in the left corner. MY SITE: https://www.wearefixology.co.uk/book PASSWORD: ruth I've followed your steps: Header code: <scriptsrc="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> However when I add the footer code - my calendar starts overlapping with random large bits of font - see attached. <script>$( ( ) => { const dataSiteId = '[5728933]'; const dataMbSiteId = '[5728933]'; // do not change anything below, there be the borg here $( '<script src="https://widgets.mindbodyonline.com/javascripts/healcode.js" type="text/javascript"><\/script>' + '<healcode-widget data-version="0.2" data-link-class="loginRegister" data-site-id="' + dataSiteId + '" data-mb-site-id="' + dataMbSiteId + '" data-type="account-link" data-inner-html="Login | Register" />' ) .appendTo ( '.header-nav-list, .header-menu-nav-folder-content' ); $( 'healcode-widget:first' ) .addClass ( 'header-nav-item header-nav-item--collection header-nav-item--active' ) .attr ( 'data-animation-role', 'header-element' ); $( 'healcode-widget:last' ) .addClass ( 'container header-menu-nav-item header-menu-nav-item--collection' ); } ); -
When form is a button can it have a hover colour?
TechyBecky_101 replied to TechyBecky_101's topic in Customize with code
LEGEND!! x -
When form is a button can it have a hover colour?
TechyBecky_101 replied to TechyBecky_101's topic in Customize with code
Oh hello! And please could you help with some code for a yellow hover on these pages? https://www.wearefixology.co.uk/register-your-interest https://www.wearefixology.co.uk/contact Password: ruth Yellow - #fddb27 -
When form is a button can it have a hover colour?
TechyBecky_101 replied to TechyBecky_101's topic in Customize with code
Thanks so much again!! -
Oh, shame - I'm on Basic/Monthly, unfortunately.
- 2 replies
-
- form-block
- button
-
(and 3 more)
Tagged with:
-
When form is a button can it have a hover colour?
TechyBecky_101 replied to TechyBecky_101's topic in Customize with code
Hi there - me again. I use the inbuilt buttons in the simple list layout too - at the very bottom of this page - possible to have a hover on those too? Yellow - #fddb27 https://www.wearefixology.co.uk/classes-and-talks password: ruth -
Site URL: https://www.wearefixology.co.uk/classes-and-talks Hey there, Site: https://www.wearefixology.co.uk/classes-and-talks Password: ruth My form block 'REGISTER INTEREST' is relevant to most pages on my site - but I don't want to have to rebuild the form every time...is there a way or some CSS to save it so it can be re-used across the site?
- 2 replies
-
- form-block
- button
-
(and 3 more)
Tagged with:
-
Site URL: https://www.wearefixology.co.uk HELP WITH PAGES: https://www.wearefixology.co.uk/prices-packages & https://www.wearefixology.co.uk/team Password: ruth I want the links to be teal #45A29A They are in a content blocks and don't change with my site styles color theme - any CSS to fix this? Thanks forum pals 🙂
-
When form is a button can it have a hover colour?
TechyBecky_101 replied to TechyBecky_101's topic in Customize with code
That worked! Thanks so much and for your speedy response 🙂 -
Site URL: https://www.wearefixology.co.uk/ Hello Forum, I'm using a form block with the lightbox/button option - I would also like it to have the same design as my Primary Buttons. Which has a teal (#45A29A) outline and goes yellow (#FDDB27) on hover...? I've made a page as an example - so the REGISTER INTEREST button is a form - top right is my BOOK button that has the yellow hover..... My website: https://www.wearefixology.co.uk/form-with-button-examples Password: ruth Any ideas forum pals?