Options

Website displays ok on iPhone 6+ but not on iPad

trooperstroopers Registered Users Posts: 317 Major grins
edited March 3, 2016 in SmugMug Customization
Just realized my website does not display properly on an iPad (it did previously). Displays fine on iPhone. Not sure what happened. Any suggestions? Website link is in my sig, thanks!

Comments

  • Options
    AceCo55AceCo55 Registered Users Posts: 950 Major grins
    edited February 2, 2016
    I just had a look using: http://quirktools.com/screenfly/ (which is a screen simulation)
    It looks fine on the iPad setting

    Have you tried it on a second iPad just to eliminate that it may be just that iPad?
    My opinion does not necessarily make it true. What you do with my opinion is entirely up to you.
    www.acecootephotography.com
  • Options
    shmoojshmooj Registered Users Posts: 19 Big grins
    edited February 2, 2016
    if you're using Chrome, go to View > Developer > Developer Tools. In the side panel that opens, look for a little phone icon in the top left. Clicking that will allow you to choose from many different screens to see how your site looks on them all. Thought it might be helpful.
  • Options
    Lille UlvenLille Ulven Registered Users Posts: 567 Major grins
    edited February 2, 2016
    troopers I have had a short look onto your website from my iPad. It occasionally seems to load perfectly fine - at least that is how it looks to me. But I have had several times a message that the page had to be reloaded due to an error, and whenever that happened it got messed up. When ever the reloading happened I ended up with a massive logo or massive photo instead of having the size being adapted to mobile view.

    If you have your own css-code for mobile use I would probably start to deactivate that and see if it helps - if I am not completely mistaken Smugmug has some in the background to resize the photos automatically and those two might collide with each other - especially since you have to go by resolution and with the new displays you get double (or more) the resolution on a 10 inch screen than what you got pre-retina...
    If that doesn't help, I guess you'll have to send a message to the smug mug heroes to see if they can fix it / help you fix it.

    Good luck

    Lille Ulven
    https://www.lilleulven.smugmug.com - The Photos of my travels
  • Options
    trooperstroopers Registered Users Posts: 317 Major grins
    edited February 2, 2016
    Thanks everyone. Oddly, my site looks fine on an iPad now (and on various simulations). My site did NOT appear correctly (as descried above by Lille Ulven) at the Apple store this past weekend.

    @Lille, I hired a company to customize my site...they did all the css coding. I know nothing about css coding so don't know how to deactivate it. How do I do that? I believe the company did write some code to optimize the site for mobile/tablet use.

    I did send a msg to the heros (prior to posting here) and they said they couldn't help.
  • Options
    Lille UlvenLille Ulven Registered Users Posts: 567 Major grins
    edited February 3, 2016
    Hi troopers

    you would have to log into your site and then choose "customize -> content and design" from the top menu added by smug mug.
    You'll probably find a couple of CSS blocks on different levels (Entire Site, All Folders, All Galleries ...). To deactivate one of them in parts you can use the comment-signs /* to start a comment and */ to end one.
    For example let's say you would find the following css:
    a {
     color: red !important;
     font-size:9px;
    }
    

    to deactivate it you would change it to this:
    /*
     a {
     color: red !important;
     font-size:9px;
    }
    */
    

    If you find any other comments within what you want to deactivate you would have to remove their ending comment-signs (or add a new opening comment-sign) as you cannot "box" comments in css.

    I hope this helps you a little bit on the way.
    But to be honest: you payed for them to do the work, send them a message that something is not working and ask them to fix this...if they have "just" delivered this should be free within your testing period.

    Best of luck

    Lille Ulven
    https://www.lilleulven.smugmug.com - The Photos of my travels
  • Options
    trooperstroopers Registered Users Posts: 317 Major grins
    edited March 3, 2016
    Sorry for the radio silence as I was communicating with Smugmug heros.

    So apparently...there is this javascript that Smugmug granted access ONLY to the customizer that designed/created my site. That customizer is no longer supporting Smugmug, and can't help me. Smugmug will not grant me or another customizer direct access to that code. Smugmug did provide the code in an email/text format and will make any requested adjustments. Seems awfully inefficient/hard to troubleshoot the problem with my website if I have to submit adjustments to see if the adjustment will correct the problem.

    Any suggestions?
Sign In or Register to comment.