Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #204901

    Hi!
    I have a few questions about the mobile site,
    I’m using the Responsive Header Main Menu: Display as Dropdown Menu & Responsive Layout Default for mobile and notice an arrow in a square box to scroll back up to the top on some pages, but not all.. How do I enable this setting for all the pages on mobile?

    Thanks!

    #204913

    Hi JMH_International!

    It should be visible for all pages. Can you please give us a link to the page without the scroll to top button? Please add this on your custom.css or Quick CSS to enable the button on mobile devices:

    @media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive #scroll-top-link{display: block;} /*iphones etc scroll better by tapping the status bar at the top of the screen*/
    }

    Regards,
    Ismael

    #205092

    Hello!
    Thanks for your help, I added the .responsive #scroll-top-link code to custom.css and am still not seeing it consistently.

    It is working on this page:
    http://jmhpremium.azurewebsites.net/

    But not these pages:
    http://jmhpremium.azurewebsites.net/bases/
    http://jmhpremium.azurewebsites.net/products/
    http://jmhpremium.azurewebsites.net/graviesdemi/

    I’m testing on an iphone 4s in safari.

    Thanks for your help! Let me know if you need any further info.

    Carolyn

    #205111

    Hey!

    Please add !important to Ismael’s code so it should be

    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link { display: block!important; } /*iphones etc scroll better by tapping the status bar at the top of the screen*/
    }

    Then flush browser cache on your iphone

    Regards,
    Yigit

    #205128

    Hello! It still doesn’t seem to be working.. any other ideas?

    sorry for the hassle!

    #205267

    Hi!

    I checked the links or pages where you said it’s not working. This is what I see. The button is present on those pages:

    Please remove browser cache then reload the page a few times.

    Cheers!
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile’ is closed to new replies.