Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #407569

    Is there any plans to upgrade Enfold to ensure it passes the google mobile friendly tests?

    My site has failed on two counts

    1 On Google Page speed insights I see…

    Some of the links/buttons on your webpage may be too small for a user to easily tap on a touchscreen. Consider making these tap targets larger to provide a better user experience.

    2. On Google Mobile Friendly test I see

    Page appears not mobile-friendly
    Content wider than screen
    Links too close together

    Since it is strongly rumoured that Google intends to rank site by their mobile friendly status in April 15 I would like to sort the issues out soon.

    #407704

    Hi Calcite!

    Our demo passed, https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Fkriesi.at%2Fthemes%2Fenfold%2F.

    Can you send us a link to your page? The messages google is giving you are very vague but we’ll take a look.

    Regards,
    Elliott

    #407708
    This reply has been marked as private.
    #407716

    Hey Alan!

    I think the problem is because of those links at the top, they’re taking too much space on mobile view, i’d suggest hiding them, you can use this code in Quick CSS to do that:

    @media only screen and (max-width: 480px) {
        .sub_menu {
            display: none;
        }
    }

    Cheers! 
    Josue

    #407718

    Thanks for the suggestion. I may have to rethink the menu plan then because some of the top links are important to be viewable.

    UPDATE – I have added the CSS and will now wait until the cache
    gets cleared before testing again.

    http://www.justletgo.co.uk

    • This reply was modified 9 years, 8 months ago by Calcite.
    #407954

    Hey!

    Great, please keep us posted on any progress.

    Cheers!
    Rikard

    #431011

    Hi Calcite, your site looks great and your site passed all of Google’s mobile responsive test – congratulations! How did you do it? My site keeps failing http://sba.co.nz
    Any tips?

    #431012
    This reply has been marked as private.
    #431017
    This reply has been marked as private.
    #431147

    Hi!

    I tested your page on the Mobile-Friendly Test Tool and it returned a positive result – http://a.pomf.se/dlbhlz.png

    Cheers!
    Josue

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.