Jump to content

THREECATS

Circle Member
  • Posts

    33
  • Joined

  • Last visited

Personal Information

Recent Profile Visitors

185 profile views

THREECATS's Achievements

  1. @tuanphan @creedon Hi All... Just discovered this problem on one of my client sites and fixed it, hopefully the fix lasts, and helps others too. So... I have built 50+ websites on SS since I joined in 2013 [though it shows I joined in 2016 which is wrong :] anyway... All of a sudden on an existing client website [built on v7.1] started jumping down to the embedded video rather than starting at the top of the page. Ok... so I edited each video where I have it embedded, and changed the "player controls" from "all" to minimal and its solved the jump problem for me. It's obviously a bug, but if this fixes it for now, I can live with the limited user control. Good luck to all... David / THREE CATS Technology Studio
  2. Hi All... For the life of me, I can not remember the name of "that code" you are meant to add to your site / page, that helps display additional info in your SERP result. Anyone know... ? Thanks THREE CATS
  3. Hi @KevinP If you *carefully* check the code you posted above, AND the code 3 posts above (the last one by @tuanphan) you will see you have a few differences in YOUR CODE that is causing your problem (assuming you want the footer reveal to work AND have the footer links to work). 1) I see you have *!important;* on fixed position, which should NOT be there. 2) I see you have NOT added *z-index: 0;* My final code (which you may need to adjust for vertical heights on my mobile etc) are as follows: //--START - Footer Reveal-- footer#footer-sections { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 0; } main#page { margin-bottom: 510px; } @media screen and (max-width:767px) { main#page { margin-bottom: 800px; } } //--END - Footer Reveal-- I can CONFIRM this code above is live on my website and is WORKING as I type: https://threecats.com.au/ This should get you working 🙂 Regards David / THREE CATS IT STUDIO
  4. @tuanphan Perfect!! Thank you for your help, it's very much appreciated. So for others who find this later, YES this now works again 🙂 David / THREE CATS IT STUDIO
  5. Hi @tuanphan... Sorry to bother you again... but that code killed all hyperlinks in the footer... any thoughts... ? Thanks David / THREE CATS
  6. Thank you so much @tuanphan That worked perfectly!!
  7. Hi @tuanphan Thank you for responding... and sorry for my late reply. Here is a DEMO of what I had working: reveal footer on scroll https://yatesdesign.com.au/divi-tutorial-reveal-footer-scroll/ Thanks for any help 🙂 David / THREE CATS
  8. Hi @tuanphan thanks for the reply 🙂 Here's my code link from them: https://plugin.squarestud.io/guide/drawer-footer-8o2?ss_source=sscampaigns&ss_campaign_id=5f085e4f58c68b2c0dbafa8e&ss_email_id=60af1a47f758a66d0fb1ef4c&ss_campaign_name=Plugin+Inside+📦&ss_campaign_sent_date=2021-05-27T04%3A04%3A28Z AND the code: <style>footer {position:fixed;left:0;bottom:0;width:100%;box-sizing:border-box; max-width:100vw !important;z-index:-9;} footer .sqs-layout {word-wrap: break-word; width:100%;max-width:1200px;margin-left:auto;margin-right:auto;} html{background:#fff !important;}</style> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> <div class="footerbox" style="pointer-events:none;"> </div> <script> $(function(){ $( ".footerbox" ).insertAfter( $( "body" ) ); }); </script> <script> $(window).resize(function(){ var footheight = $("footer").outerHeight(); $(".footerbox").css({height: footheight}); }); </script> <script> $(function(){ var footheight = $("footer").outerHeight(); $(".footerbox").css({height: footheight}); }); </script>
  9. Hi @tuanphan & @designed_________ I'm also looking for a fix to this... I too had paid for the (footer reveal on scroll / drawer footer) from SquareStud.io, which worked for 12 months, but recently stopped working. I am guessing it's failed now due to a recent update from SS 7.1 which my site is based on. https://threecats.com.au Would really appreciate some help to fix this... have tried the other codes offered and they just dont work. Thanks heap 🙂 David / THREE CATS
×
×
  • 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.