• Resolved pd_wordpress

    (@pd_wordpress)


    Great looking theme but with one mayor problem: on my iPad mini horizontal version works fine but when I turn iPad to vertical everything disappears. Also when I have iPad vertical and type in my blog address page loads and loads and loads without success. Maybe there is something wrong with style definitions or paths to files?

    How can I change body text fonts – I would like to use fonts compatible with my language characters (like ą ę ź ó …)?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author James Koster

    (@jameskoster)

    Strange, I tested the theme on my iPad and iPad mini with no problems. Could I see a URL to your site?

    To change the font, create a child theme and just specify a different font on the body;

    body {
    font-family: sans-serif;
    }

    Then dequeue the font you don’t need;

    wp_dequeue_style( 'open-sans' );

    Thread Starter pd_wordpress

    (@pd_wordpress)

    Sure: http://www.dworniak.pl/wyjazdy/

    List of active plugins, all latest versions from WP:©Feed, CodeStyling Localization, Features, Geo Mashup, Google Analytics for WordPress, Google XML Sitemaps, Polska data (changing date format to apropriate version for Poland), Postie, Simple Lightbox, WordPress SEO, WP-Optimize, wp-Typography.

    Theme Author James Koster

    (@jameskoster)

    Working fine for me. Not sure what to suggest here.

    I worked it out by changing a value two places in the style.css where it said:

    @media only screen and (min-width: 769px) {

    to

    @media only screen and (min-width: 768px) {

    It’s line 1506 and 2464.

    Thread Starter pd_wordpress

    (@pd_wordpress)

    Worked great for me – thanks for help! 🙂 Just don’t understand why jameskoster iPad mini showed everything fine, as theme author says :/ I have latest iOS/Safari on mine, no jailbreak or other modifications… Bizarre.

    Theme Author James Koster

    (@jameskoster)

    Well, I don’t have an iPad mini, I’m testing in my browser and in my iPad (standard). But the resolution is the same so I don’t see why there would be an issue.

    By changing that line all your doing it making sure that iPads in portrait orientation get the ‘desktop’ layout. By default they should get the ‘handheld’ layout.

    Definitely shouldn’t make “everything disappear”!

    Thread Starter pd_wordpress

    (@pd_wordpress)

    Only way I can help – two movies with your theme on my page before and after UnaX change (thanks a lot again). As you said resolution is identical on both iPad and iPad mini (1024×768), why it behaves in different way? This is a question to someone more advanced in web page design than me 🙂

    Map remains in place as you can see, this is GeoMashup plugin if it has any meaning here.

    Poor quality but for now only option to do this, sorry.
    Page rotation before modification:
    https://www.dropbox.com/s/3vfqmgboapeg2k5/BeforeCSSmodification.mov
    and after:
    https://www.dropbox.com/s/gasn777ij4ep9w3/AfterCSSmodification.mov

    Cheers

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Not working on iPad mini in vertical’ is closed to new replies.