Responsive design question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • druid66
    Confirmed User
    • Feb 2006
    • 994

    #1

    Responsive design question

    guys,
    i've encountered many problems having responsive content to be properly displayed on different mobiles so i come to another idea:

    i would like to give my mobile survers different page (extra simplified), now how should look (in terms of html,css) design that will display on every mobile in same way (talking about site with plain thumbs leading to galleries - no ads, no text, no toplists, no hardlink - just thumbs) also how what code to use (in htaccess? index page of you domain?) to have mobile surfer redirected to such simplified site?

    i would appreciate help, google gives me unclear answers.
    Pure Japan japanese babes blog
  • Paully
    www.Max-Hardcore.com
    • Nov 2005
    • 1556

    #2
    Originally posted by druid66
    guys,
    i've encountered many problems having responsive content to be properly displayed on different mobiles so i come to another idea:

    i would like to give my mobile survers different page (extra simplified), now how should look (in terms of html,css) design that will display on every mobile in same way (talking about site with plain thumbs leading to galleries - no ads, no text, no toplists, no hardlink - just thumbs) also how what code to use (in htaccess? index page of you domain?) to have mobile surfer redirected to such simplified site?

    i would appreciate help, google gives me unclear answers.
    Mobil redirect is from your .htaccess but I would try and get responsive site working. What script are you using?

    edit: Wordpress? Dont know about that much.
    Last edited by Paully; 07-27-2014, 01:05 AM.

    CCBill Affiliates Let's Make Some Monies!

    Paullybadboy [@] gmail.com ICQ 631384423

    Comment

    • druid66
      Confirmed User
      • Feb 2006
      • 994

      #3
      just tgpx + trade expert 3. simple one page layout, no archives atm and not planning ones. so all i need is very plain html. all i want is to have every mobile shows same results with nice thumbs and maybe site's title that's all.

      see.. few days i've been spending on learning divs/css/responsive after i've made design that almost satisfies me i've checked it under mobile and it look like shit :D

      that's why i wanna different page redirect. i'll keep my responsive design but i'll have another for mobiles. not gonna waste another few days trying to make my scaleable design fit every mobile's model, fuck it i think you get my point.
      Pure Japan japanese babes blog

      Comment

      • Zeiss
        Confirmed User
        • May 2012
        • 5189

        #4
        Just make a noscript version of your site... Also, have several css for wide, normal displays based on width and switch css depending on case.


        Adult Webmasters Guides

        Comment

        • druid66
          Confirmed User
          • Feb 2006
          • 994

          #5
          Originally posted by Zeiss
          Just make a noscript version of your site... Also, have several css for wide, normal displays based on width and switch css depending on case.
          fuck no... sounds like another few days of headache :D

          can't i just have simple page with thumbs displayed on mobiles? is it bad from SEO points of view to redirect to such page? google punish or what?
          Pure Japan japanese babes blog

          Comment

          • freecartoonporn
            Confirmed User
            • Jan 2012
            • 7683

            #6
            http://detectmobilebrowsers.com/

            indeed , resoposive is pita , for complex site.
            SSD Cloud Server, VPS Server, Simple Cloud Hosting | DigitalOcean

            Comment

            • Zeiss
              Confirmed User
              • May 2012
              • 5189

              #7
              Originally posted by druid66
              fuck no... sounds like another few days of headache :D

              can't i just have simple page with thumbs displayed on mobiles? is it bad from SEO points of view to redirect to such page? google punish or what?
              Yes, you better serve THE SAME contant on mobile users as on desktop users...

              Originally posted by freecartoonporn
              http://detectmobilebrowsers.com/

              indeed , resoposive is pita , for complex site.
              was about to post it


              Adult Webmasters Guides

              Comment

              • druid66
                Confirmed User
                • Feb 2006
                • 994

                #8
                content would be same, page different.
                i really can't follow every google fuckups i've decided to choose surfers good over google's happines, so i'll serve my surfers simple page with thumbs - same thumbs and galleries as on the desktop just different page i think it's best what i can do to have my site properly displayed on every platform.

                already have htaccess code.

                now i need template which would work same (vertically) on every mobile.
                Pure Japan japanese babes blog

                Comment

                • Zeiss
                  Confirmed User
                  • May 2012
                  • 5189

                  #9
                  Originally posted by druid66
                  now i need template which would work same (vertically) on every mobile.
                  unordered list would do...

                  <ul>
                  <li>thumb1</li>
                  <li>thumb2</li>
                  <li>thumb3</li>
                  <li>...</li>
                  </ul>


                  Adult Webmasters Guides

                  Comment

                  • druid66
                    Confirmed User
                    • Feb 2006
                    • 994

                    #10
                    thanks a lot. gonna check this code.
                    Pure Japan japanese babes blog

                    Comment

                    Working...