Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Mobile friendly web design

  • 12-07-2018 3:55pm
    #1
    Registered Users, Registered Users 2 Posts: 3,960 ✭✭✭


    I have an old html web site that apparently is now going to be ranked by Google based on its "mobile phone friendliness"

    Aside from "Viewport not set" apparently the text is too small and the "clickable elements" are too close together.

    Any suggestions? Can I tweak my site to satisfy these latest requirements or should I probably build a separate site just for mobile phones?

    Will my html skills be up to this? (Some of those old mobile formats never came to anything,did they ?eg wml as well as I remember was a waste of time.


Comments

  • Moderators, Technology & Internet Moderators Posts: 11,017 Mod ✭✭✭✭yoyo




  • Registered Users, Registered Users 2 Posts: 66 ✭✭shane7


    If your site is old and not mobile friendly just changing the viewport won't make much difference. It will more than likely need a complete overhaul. But its hard to say without a link to the site. Maybe post the link or PM me the website and Ill have a quick look


  • Registered Users, Registered Users 2 Posts: 3,960 ✭✭✭amandstu


    I'll pm ,thanks for looking.


  • Registered Users, Registered Users 2 Posts: 872 ✭✭✭grahamor


    Use Twitter Bootstrap to create the HTML structure and your site will be fully functional on all devices - https://getbootstrap.com/

    Having a separate website for mobile is unnecessary


  • Registered Users, Registered Users 2 Posts: 3,960 ✭✭✭amandstu


    grahamor wrote: »
    Use Twitter Bootstrap to create the HTML structure and your site will be fully functional on all devices - https://getbootstrap.com/

    Having a separate website for mobile is unnecessary

    Thanks ,I will have a look.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 7,740 ✭✭✭mneylon


    Is the site static HTML or is it using a CMS of some kind?


  • Registered Users, Registered Users 2 Posts: 3,960 ✭✭✭amandstu


    Sorry to be late getting back. Yes ,since I am the "author" it is simple html.

    There was a designer whose work I updated over the years . This is the heading ,minus the specifics(I can pm you the site if needs be) which should give you an idea of how it goes from there.

    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title> ****</title>
    <meta name="description" content="****e" >
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script language="JavaScript">
    <!--
    // mmLoadMenus()
    //-->
    </script>
    <script language="JavaScript1.2" src="menu/mm_menu.js"></script>
    <!-- inserted from Fireworks -->
    <link href="croc.css" rel="stylesheet" type="text/css">
    </head


Advertisement