Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #319783

    Hi,

    I want to add the butto ‘go to top’ when i’m in mobile.

    #319785

    Hi pnacho!

    It does work fine on my iPhone – http://i.imgur.com/q0NjRWX.png
    It is disable for tablets but you can turn it on by adding following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #scroll-top-link {
    display: block !important;
    }}

    Best regards,
    Yigit

    #320017

    Still not working on my Android :( I cleaned the cache but nothing.

    #320061

    Hey!

    It does seem to work fine on all screensizes now. Maybe you cannot see it because you do not have enough content on your page. Please try creating a test page with a large content

    Best regards,
    Yigit

    #320576

    Still not working on my mobile. I will test in other Android.

    #320587

    Hey!

    Please try and let us know. In the meantime, here are screenshots from my iphone – http://imgur.com/a/7ENAv
    both landscape and portrait mode

    Cheers!
    Yigit

    #328822

    I tested and in some mobiles it shows and in other not. And I don’t know why.

    #328875

    Hi!

    On which devices it does not? More information on browsers and OS you tested would help

    Best regards,
    Yigit

    #328939

    In Samsung Galaxy 2 android not work.

    #328941

    On Samsung Galaxy 3 android Yes.

    #328943

    Hi!

    I personally have no experience with Android. I asked Josue to take a look. If he can see go to top button on his device, i am afraid there is not much we can do to help you since we cannot reproduce the issue.
    Please kindly wait to hear from Josue

    Cheers!
    Yigit

    #329102

    Ok. thanks!

    #329391

    Hey!

    Your website isn’t loading for me, i’m getting this message:

    Multiple Choices

    The document name you requested (/index.php) could not be found on this server. However, we found documents with names similar to the one you requested.
    Available documents:

    /index.html (common basename)

    I tried both http and https.

    Cheers!
    Josue

    #329529
    This reply has been marked as private.
    #329543

    Hey!

    Just tried your website and I am being redirected to the login page.

    Regards,
    Arvish

    #329551
    This reply has been marked as private.
    #329831

    Hey!

    Try adding this code to the Quick CSS:

    .responsive #scroll-top-link {
        display: block !important;
    }

    Cheers! 
    Josue

    #330826

    Not seems that we will fix the problem. But thanks! ;)

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Go to top is not showing when i'm in mobile.’ is closed to new replies.