Jump to content

goosbumps

Member
  • Posts

    11
  • Joined

  • Last visited

2 Followers

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

goosbumps's Achievements

  1. thanks for your suggestion/time.. I fully appreciate your effort in trying to help .. in the end the fix was missing a closing </style> tag at the end of your CSS in your Footer
  2. thankyou very much.. your suggestion of closing </style> in the code injection area has indeed fixed this instantly.. I spent prob 4 or 5 hours yesterday tinkering with no success.. I cant thank you enough. Have you got paypal? I would be happy to buy you a beer.. Thanks sooooooooooooooo much.. Massive help
  3. thanks for your time..... the fix involved removing the overlay effects, noise for the big go button & the liquid effect for the large black virus image
  4. thanks very much for your time... the fix involved removing the overlay effects, noise for the big go button & the liquid effect for the large black virus image
  5. Hi mate thanks loads for your input. I found something similar to my problem on the forum, the solution offered as a code is something I'm confused by, may you have a look here: the solution code is this below however I'm not sure how to apply it to my site /* About page */ @media screen and (max-width:767px) { [data-section-id="5ffd40ddf27d2765b8cd2d32"] { padding-top: 100.984px !important; } }
  6. I've done something to my website with custom CSS & lost the social links on the mobile menu. Can anyone help? The links are there on the bottom left of the mobile menu however they are hidden with a dark square? photo attached and social links circled in blue I've tried for hours to tinker with the site styles with no luck either thanks very much if you can help Danny I have used the following code in CUSTOM CSS: @media only screen and (max-width: 767px) { #block-2205357a92763470b09e { display: none; } } @media only screen and (max-width: 767px) { #block-679045001e3b48e3f2df { display: none; } } @media only screen and (max-width: 767px) { #block-355ff33b2dcd33f16237 { display: none; } } @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1706910118805_8504 { display: none; } } @media only screen and (max-width: 767px) { #block-f7875dc49fd277900e86 { display: none; } } @media only screen and (max-width: 767px) { #block-4f590f4581facd7888e6 { display: none; } } @media only screen and (max-width: 767px) { #block-d2b1b4256dc5b15e737b { display: none; } } @media only screen and (max-width: 767px) { #block-a1c3c22158ce736086fa { display: none; } } @media only screen and (max-width: 767px) { #block-946e567ce772aafec4b1 { display: none; } } @media only screen and (min-width:640px) { .header-actions-action--social .icon--fill:nth-of-type(4) { svg { display:none; } background-image: url(https://static1.squarespace.com/static/62b48f8d9ab01b0e774f4bdb/t/65b9d2f3c3d16f65c0f44db5/1706676979215/Whatsapp+business+corrected+pink+for+site+header+96+x+96.png); background-size: 100%; background-repeat: no-repeat; } } .header-menu-actions-action:nth-of-type(4) { svg { display:none; } background-image: url(https://static1.squarespace.com/static/62b48f8d9ab01b0e774f4bdb/t/65b9dc6648f188483b5314ce/1706679398632/Whatsapp+business+pink+for+mobile+96+x+96.png); background-size: 100%; background-repeat: no-repeat; } .sqs-svg-icon--list a:nth-of-type(4) { svg { display:none; } background-image: url(https://static1.squarespace.com/static/62b48f8d9ab01b0e774f4bdb/t/65b9dee0fbfe7578c05f3630/1706680032691/Whatsapp+business+white+96+x+96.png); background-size: 100%; background-repeat: no-repeat; } .sqs-svg-icon--list a:nth-of-type(1) { svg { display:none; } background-image: url(https://static1.squarespace.com/static/62b48f8d9ab01b0e774f4bdb/t/65ba73ac5ee37a0ba29612c0/1706718126934/facebook.png); background-size: 100%; background-repeat: no-repeat; } .sqs-svg-icon--list a:nth-of-type(2) { svg { display:none; } background-image: url(https://static1.squarespace.com/static/62b48f8d9ab01b0e774f4bdb/t/65ba74bc381e0b40427ddc8a/1706718398962/instagram.png); background-size: 100%; background-repeat: no-repeat; } .sqs-svg-icon--list a:nth-of-type(3) { svg { display:none; } background-image: url(https://static1.squarespace.com/static/62b48f8d9ab01b0e774f4bdb/t/65ba769885c10d43cd02f781/1706718875495/youtube.png); background-size: 100%; background-repeat: no-repeat; } @media only screen and (min-width:640px) { .header-actions-action--social .icon--fill:nth-of-type(1) { svg { display:none; } background-image: url(https://static1.squarespace.com/static/62b48f8d9ab01b0e774f4bdb/t/65ba73ac5ee37a0ba29612c0/1706718126934/facebook.png); background-size: 100%; background-repeat: no-repeat; } } @media only screen and (min-width:640px) { .header-actions-action--social .icon--fill:nth-of-type(2) { svg { display:none; } background-image: url(https://static1.squarespace.com/static/62b48f8d9ab01b0e774f4bdb/t/65ba74bc381e0b40427ddc8a/1706718398962/instagram.png); background-size: 100%; background-repeat: no-repeat; } } @media only screen and (min-width:640px) { .header-actions-action--social .icon--fill:nth-of-type(3) { svg { display:none; } background-image: url(https://static1.squarespace.com/static/62b48f8d9ab01b0e774f4bdb/t/65ba769885c10d43cd02f781/1706718875495/youtube.png); background-size: 100%; background-repeat: no-repeat; } } body header#header a.icon { background-color: rgba(0,0,0,0.5) !important; } @media screen and (max-width:767px) { .floating { right: 0px !important; } } @media screen and (min-width: 768px) { .vertical-line { background: #FFFFFF; width: 1px; height: 200px; margin: 0 auto; } } a { text-decoration: none !important; } // CHANGE IMAGE OPACITY ON HOVER #block-7b4e26a3d885c70d994d img { -webkit-transition: all .8s ease; -moz-transition: all .8s ease; -o-transition: all .8s ease; transition: all .8s ease; } #block-7b4e26a3d885c70d994d:hover img { background: #000000 !important; opacity: 0.85; z-index: 0; } #block-yui_3_17_2_1_1707137695036_70327 img { -webkit-transition: all .8s ease; -moz-transition: all .8s ease; -o-transition: all .8s ease; transition: all .8s ease; } #block-yui_3_17_2_1_1707137695036_70327:hover img { background: #000000 !important; opacity: 0.85; z-index: 0; } #block-7b4e26a3d885c70d994d img { background-color: rgba(0,0,0,0.9) !important; border-radius: 22%; } #block-yui_3_17_2_1_1707137695036_70327 img { background-color: rgba(0,0,0,0.9) !important; border-radius: 22%; } // CHANGE IMAGE ON HOVER div#block-yui_3_17_2_1_1707137695036_45497 a:hover img { opacity: .7; } div#block-yui_3_17_2_1_1707137695036_45497 a img { transition: all ease-in-out 0.5s; opacity: 1; } div#block-yui_3_17_2_1_1707137695036_45497 a { background-image: url(https://static1.squarespace.com/static/62b48f8d9ab01b0e774f4bdb/t/65ca0c4110f5ea02e008fc6f/1707740236562/phone+3.png); background-size: cover; display: block; } I have used the following code injection CSS: <!-- Styles your button (this is a black square with white text --> <style> .back-to-top { background-color: #000000; color: #FFFFFF; opacity: .1; transition: opacity .9s ease-in-out; z-index: 999; position: fixed; right: 20px; bottom: 20px; width: 50px; height: 50px; box-sizing: border-box; border-radius: 0%; } a.back-to-top { font-weight: 1000; letter-spacing: 2px; font-size: 14px; text-transform: uppercase; text-align: center; line-height: 1.6; padding-left: 2px; padding-top: 14px; } .back-to-top.show { opacity: 1; } </style> <!-- Adds the back to top link to your website --> <a href="#top" id="back-to-top" class="back-to-top" style="display: inline;">Top</a> <!-- Fades in the button when you scroll down --> <script> var link = document.getElementById("back-to-top"); var amountScrolled = 250; function addClass(el, className) { if (el.classList) { el.classList.add(className); } else { el.className += ' ' + className; } } function removeClass(el, className) { if (el.classList) el.classList.remove(className); else el.className = el.className.replace(new RegExp('(^|\\b)' + className.split(' ').join('|') + '(\\b|$)', 'gi'), ' '); } window.addEventListener('scroll', function(e) { if ( window.scrollY > amountScrolled ) { addClass(link, 'show'); } else { removeClass(link, 'show'); } }); </script> <style> html { scroll-behavior:smooth } p, body header#header, h1, h2, h3, h4 { a { transition: 0.8s !important; &:hover { color: rgba(175,175,175,0.3) !important; transition: 0.8s; } } } fadein img{ opacity:0.5; transition: 1s ease; } .fadein img:hover{ opacity:1; transition: 1s ease; }
  7. Site URL: https://goosebumps.marketing I'm getting a weird thing where the images jumps to a few pixels bigger as you start to scroll on the mobile version of the site (video attached). I'm using samsung internet browser & chrome browser on my samsung s23 ultra I just want it to look smooth and stay the same size as on load. At the moment it looks terrible on scroll Is there anyone on here that can fix this? thanks loads Danny Screen_Recording_20240212_162726_Samsung Internet.mp4
  8. Hi website https://www.goosebumps.marketing my goal is to get every text link and every icon link in the header + main body of site & footer. So basically every link to fade to a different colour over a period of time when hovered over then back to the original colour when I mouse away this code works for the effect it creates but only on header links & the links in body of text in the accordion on page https://www.goosebumps.marketing/why-us with the text style p1 p, body header#header, { a { transition: 0.8s !important; } a:hover { color: rgba(175,175,175,0.3) !important; transition: 0.8s; } } the 3 main links on my home page circled in blue (see photo 1) in the text style p1 with custom colour #FF04AE for the pink bit the CSS code doesn't create the effect. however if I remake the same link & leave the text colour as standard p1 text, the link behaves as it should with the fading colour. If you look at photo 3 i circled in blue the replicated link for "infectious DIGITALmarketing" which works with the effect. So the custom colour is causing a barrier somehow, strange because you can choose the same custom colour in site styles.. Also when I use the above code no hover effect is working for the footer icons either? This code below achieves what I want with every link on my site but without the nice slow transition a:hover { color: rgba(175,175,175,0.3) !important; } however when i add this code at the same time as the 1st longer code it doesn't get the result I'm after Is there a way to combine the 2 sets of code to achieve the goal of all links in all areas to have a slow fade to a different colour then when I mouse off the original colour comes back? Or the above and the footer icons also fade even a bit when mousing over Moreover may the solution include the form button on the main homepage the one that says "Type your vision" highlighted in blue , see photo 2 the 1st set of code from the top of this message is currently in place in the custom css thanks a million for the time anyone can spend to get this solved Danny
  9. Hi guys as the title says I'm looking to move the floating button link that I custom made over to the right a bit on the mobile version www.goosebumps.marketing I wrote this in the footer section of the code injection <!-- Floating button style --> <style> .floating{ position:fixed; width:120px; height:120px; bottom:40px; right:30px; z-index:100; } .float-button{ margin-top:16px; } </style> <!-- Link to WhatsApp --> <a href="https://api.whatsapp.com/send?phone=%2B44333 335 6080&text=Hello%2C%20from%20GOOSEbumps%20website%20visitor:" class="floating" target="_blank"> <!-- WhatsApp image --> <img src="https://static1.squarespace.com/static/62b48f8d9ab01b0e774f4bdb/t/65ba4cd4be6c48238e6e1395/1706708180184/vecteezy_whatsapp-business-social-media-icon-3d-illustration_18749260.png"> </a> thanks very much if you can help
×
×
  • 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.