Jump to content

timoneill

Member
  • Posts

    18
  • Joined

  • Last visited

Reputation Activity

  1. Love
    timoneill got a reaction from artpimpress in How to change mobile menu font size in 7.1?   
    Hi,
    Try the above from another poster tuanphan...the CSS works well for me
  2. Love
    timoneill got a reaction from lanuevacreativa in How to change mobile menu font size in 7.1?   
    Hi,
    Try the above from another poster tuanphan...the CSS works well for me
  3. Like
    timoneill got a reaction from annie_mwm in How to change mobile menu font size in 7.1?   
    Hi,
    Try the above from another poster tuanphan...the CSS works well for me
  4. Thanks
    timoneill got a reaction from loren1 in How to change mobile menu font size in 7.1?   
    Hi,
    Try the above from another poster tuanphan...the CSS works well for me
  5. Thanks
    timoneill got a reaction from donebydoris in How to change mobile menu font size in 7.1?   
    Hi,
    Try the above from another poster tuanphan...the CSS works well for me
  6. Thanks
    timoneill got a reaction from PedroMQ in How to change mobile menu font size in 7.1?   
    Hi,
    Try the above from another poster tuanphan...the CSS works well for me
  7. Thanks
    timoneill got a reaction from image2brand in How to change mobile menu font size in 7.1?   
    Hi,
    Try the above from another poster tuanphan...the CSS works well for me
  8. Like
    timoneill reacted to boudewijn in How to change mobile menu font size in 7.1?   
    Thanks, this worked great! Changed it to 18px. Much better than the mega letters it was earlier.
  9. Like
    timoneill reacted to amberwavescreative in How to change mobile menu font size in 7.1?   
    Thanks for your code @timoneill. Worked like a charm!
     
  10. Like
    timoneill got a reaction from Alejandro_Guerrero in How to change mobile menu font size in 7.1?   
    Hi,
    Try the above from another poster tuanphan...the CSS works well for me
  11. Thanks
    timoneill got a reaction from North-Liw in How to change mobile menu font size in 7.1?   
    Hi,
    Try the above from another poster tuanphan...the CSS works well for me
  12. Thanks
    timoneill got a reaction from amberwavescreative in How to change mobile menu font size in 7.1?   
    Hi,
    Try the above from another poster tuanphan...the CSS works well for me
  13. Like
    timoneill reacted to sixmileshigh in How to change mobile menu font size in 7.1?   
    Love this - sorted my issue perfectly.
  14. Love
    timoneill got a reaction from sixmileshigh in How to change mobile menu font size in 7.1?   
    Hi,
    Try the above from another poster tuanphan...the CSS works well for me
  15. Like
    timoneill reacted to orangechandesign in Anchor links do not work correctly on mobile   
    Index pages with anchor links to the various sections of the index are a very common website setup nowadays. Unfortunately the anchor links do not work correctly on mobile. In my case, when clicking an anchor link doesn’t close the menu and scroll to the correct section. 
     
    My idea of solution is to add a click event. When clicking the anchor link, the mobile navigation will close.
     
    But this function still not work at my website. Can anyone tell me is that anything I did wrong?
     
    My website: I-kinball.org (pw: treats)
    reference website: riverstonedigital.com  (mobile version)
     
    This is the function I added:
    <script> //Anchor link fix function anchorLinks(){ Y.all("a.Mobile-overlay-nav-item").on('click',function(){ Y.one('body').removeClass('is-mobile-overlay-active'); }); Y.all("a.Mobile-overlay-folder-item").on('click',function(){ Y.one('body').removeClass('is-mobile-overlay-active'); }); } // DOM Ready Y.on('domready', function(){ anchorLinks() }); //RSD Mutation Boserver wrapper function RSD_init(){ anchorLinks(); } // add watch function to window.onload window.onload = RSD_watch; // watch function to look for page changes using Mutation Observer function RSD_watch() { MutationObserver = window.MutationObserver || window.WebKitMutationObserver; var mo = new MutationObserver(function(mo) { var moCount = 0; for (var b = 0; b < mo.length; b++) { var c = mo[b]; if ("attributes" === c.type && moCount === 0) { RSD_init(); } } }); var options = { attributes : true, attributeFilter : ['id']}; mo.observe(document.body, options); } </script>  
  16. Like
    timoneill reacted to orangechandesign in Anchor links do not work correctly on mobile   
    @C-A Add the following code to "code injection" --> "footer".
    <script>
      
    $('.header-menu-nav-item > a').click(function() {
      $('.header-burger-btn').click();
    });
    </script>
×
×
  • 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.