New Topic

Website Looks Different In Handphone

Home › Forum › Help › Website Looks Different In Handphone

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1436
    StartupWP
    Keymaster

    Not all phones support Flash, what kind of phone is it? Also, what’s the website again?

    #1437
    uendi
    Participant

    I use Iphone5, 4s and Xperia V. My website is uendi.com

    Thanks.

    #1439
    StartupWP
    Keymaster

    Unfortunately, there simply seems to be too many additional, non-responsive elements added to the design.

    The design is only capable and powerful enough to maintain responsiveness to a reasonable extent. When you begin introducing design elements and 3rd party plugins/widgets that are not responsive it can become challenging.

    Here’s an example issue:

    nav {
      background: url("http://uendi.com/wp-content/uploads/2013/12/Nav-Menu-Bar-1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
      border-radius: 0;
      height: 46px;
      margin-left: -176px;
      width: 1351px;
    }

    Here, you’ve introduced a hard-set width width: 1351px;.

    You essentially have a mixed fixed-width and responsive design. Before anything else, you might see if a plugin like http://wordpress.org/plugins/wptouch/ will suffice.

    #1730
    uendi
    Participant

    Hi

    I understand that some 3rd party plugins/widgets will affect the responsive site, that means they are incompatible with their additional, non-responsive elements.
    So my question is, how to choose the right plugins that won’t affect my responsive design ?

    Thanks.

    #1734
    StartupWP
    Keymaster

    Many plugins will boast responsiveness in their description or as a listed feature, but even if they don’t mention it, it could still be responsive or made to be responsive.

    You could try searching Google with terms like “responsive x wordpress widget” and the like.

    Mostly, it’ll just require trialling things to find what works best for your project.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.