Announcement

Collapse
No announcement yet.

Mobile Optimizations Coming For Phoronix

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #21
    Originally posted by Isedonde View Post
    The new stylesheet (from today/yesterday?) seems to make things worse when viewing phoronix on chrome in Android 5.1 (Nexus 4, so not a tablet).

    On the main page, there are no more line breaks in the text snippets for news articles, so lots of horizontal scrolling / panning. That's a regression, it used to work better just a few days ago.

    Or maybe I just need to force-reload, clear cache, something like that?
    This is still a problem. You can reproduce it by running Chrome, load phoronix.com then ctrl-shift-i to open the developer tools, then click on the "device" icon to the left of "Elements" (Elements Network Sources Timeline etc.) then select Nexus 4.

    Looks like:

    Code:
    div#phxcms_container
    
    min-width: 1210px
    overflow: hidden
    Should be replaced with:

    Code:
    min-width: 480px
    overflow: visible

    Comment


    • #22
      Originally posted by chrisb View Post
      This is still a problem. You can reproduce it by running Chrome, load phoronix.com then ctrl-shift-i to open the developer tools, then click on the "device" icon to the left of "Elements" (Elements Network Sources Timeline etc.) then select Nexus 4.

      Looks like:

      Code:
      div#phxcms_container
      
      min-width: 1210px
      overflow: hidden
      Should be replaced with:

      Code:
      min-width: 480px
      overflow: visible
      Is it working better now?
      Michael Larabel
      https://www.michaellarabel.com/

      Comment


      • #23
        Originally posted by Michael View Post
        Is it working better now?
        Yes but now the toplogo only fills 2/3 of the width. Perhaps

        Code:
        div#phxcms_toplogo 
        width: 700px

        Comment


        • #24
          Originally posted by chrisb View Post
          Yes but now the toplogo only fills 2/3 of the width. Perhaps

          Code:
          div#phxcms_toplogo 
          width: 700px
          Does this one looks good for you? http://csnv.es/phoronix/

          Comment


          • #25
            Originally posted by alazar View Post
            Does this one looks good for you? http://csnv.es/phoronix/
            It does on my devices
            Responsive web design.
            But that template suffers from the modern lack of contrasts in the colors that makes it hard to read especially on some screens.
            Last edited by Nille_kungen; 03 May 2015, 05:49 PM.

            Comment


            • #26
              Originally posted by alazar View Post
              Does this one looks good for you? http://csnv.es/phoronix/
              Yes that looks fine

              Comment


              • #27
                Originally posted by alazar View Post
                Does this one looks good for you? http://csnv.es/phoronix/
                Somehow I missed this one when posted before or didn't look quite closely, but actually rather like it a lot when looking at it today and seems to display okay when trying on a mobile device. Are you a web designer by trade? May be interested in hiring you to tweak out that design. You could email me at michael at phoronix.
                Michael Larabel
                https://www.michaellarabel.com/

                Comment


                • #28
                  Originally posted by Nille_kungen View Post
                  It does on my devices
                  Responsive web design.
                  But that template suffers from the modern lack of contrasts in the colors that makes it hard to read especially on some screens.
                  Yes, the header backgrounds are too light. Suggest something like #headerwrap #111, #menuwrap #006050, article #222 etc.
                  Last edited by chrisb; 03 May 2015, 06:28 PM.

                  Comment


                  • #29
                    Originally posted by Pepec9124
                    I'd like to report that when your site is displaying "Microsoft Cloud - This cloud helps accelerate a cure for cancer" it tries to download a file to my WP 8.1 device. It's probably .apk because it tells me it's unsupported format. It's quite annyoing though.
                    It's a .js that IE tries to download (I use IE when I'm at work).

                    Comment


                    • #30
                      Originally posted by Michael View Post
                      Somehow I missed this one when posted before or didn't look quite closely, but actually rather like it a lot when looking at it today
                      I agree! Although the current phoronix layout appears to work on mobile and desktop chrome (i.e. line breaks fixed), that template looks pretty cool ? simple and clean look, not cluttered, etc. I thought it was mobile-only when I opened it on my mobile, but it looks quite nice on desktops, too.

                      May be interested in hiring you to tweak out that design. You could email me at michael at phoronix.
                      I hope this works out, and is not too expensive. The layout might need a few more ads.

                      Comment

                      Working...
                      X