• I’ve had a couple issues with the mobile version.

    One was that it seemed to load excruciatingly slow, or effectively not at all (it’d time out). That seems to have suddenly gone away, so I’ll keep an eye on it. I’m aware that could be a hosting issue, but when the desktop version of the site has always loaded fine it seemed very strange and I wondered if you knew of this as an issue.

    Secondly is that image thumbnails on the mobile version appear a bit blurry. This seems to be because the mobile version automatically enlarges them somewhat to fit on the screen, overriding the resolution I’d chosen. Is there a way to stop this from happening?

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    Hi

    It would be better if you could lift the maintenance mode, so can I can take a look.

    Thanks

    Thread Starter kristybarlow

    (@kristybarlow)

    Done, maintenance mode off.

    Thread Starter kristybarlow

    (@kristybarlow)

    The image issue is specifically on the pages with all the art on them, “personal” & “commissions” etc.

    Theme Author OptimizerWP

    (@layerthemes)

    Kristy,

    Try adding this to your Custom CSS:

    @media screen and (max-width: 360px){ .midrow_block img {max-width: none;} }

    Regards

    Thread Starter kristybarlow

    (@kristybarlow)

    Hmm, inserted the code but this doesn’t seem to solve the issue.

    It just seems as if the mobile version insists on making some images larger and therefore they get a bit blurred. As long as the images are big enough it’s not a problem – they load up beautifully crisp. But on the smaller images (e.g the blocks and the thumbnails) they still end up blurred.

    Theme Author OptimizerWP

    (@layerthemes)

    Hi,

    Can you open up header.php and replace this line:

    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>

    with this:

    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

    Let us know

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Questions about mobile version’ is closed to new replies.