Just updated my Min WordPress Theme to v1.3 to be optimized on iPhones and other mobile devices. Check it out on Github as well
Just updated my Min WordPress Theme to v1.3 to be optimized on iPhones and other mobile devices. Check it out on Github as well
Yeah Cool.
Can u tell us, which things you changed exactly?
Sure thing Marc,
-updated the header to add a meta vieworp scale
-added a few media queries at the bottom of the styles.css to change the sizing of the content area on mobile devices
-edited .post img to allow a max width of 100% so images do not overflow
Thanks for the clues – as I’ve modified my version over the years (and can’t remember everything I’ve done!), it may be easier for me to add in your new items to my old install rather than try to piece together whatever mess I’ve made into the new install!
Great!
Great theme!
I’ve been looking for this: there is nothing superfluous. This is ideal for my blog.
Tell me please, how can I see the checkboxes «Notify me of followup comments via email» and «Notify me of new posts via email»? The remaining functions are activated and working well. But these two checkboxes are unavailable.
Hey Gavmaster – are you sure you have your jetpack plugin on?
Stunning theme, Jared. Is there a Child Min? – you know, because tweakers can’t help but tweak.
Thanks Owen
you can easily make a child theme by adding your own stylesheet as WordPress suggests – http://codex.wordpress.org/Child_Themes
Thanks. Got the link.
Owen… I created a child theme for my own tweaking, it’s a doodle. My site built with Min is at http://silenc.es/
Ando, that is beautiful.
Thanks Owen. Have fun with the child theme. I meant doddle, not doodle, by the way, but doodle sounds cute anyway.
As an artist I appreciate “doodle”
Jared, a question about image scaling. I love the theme, and the way it scales images on the iPhone and other platforms, but when I use a small graphic, for example a PayPal button, it over rides and resizes it, stretching it up to screen width on the iPhone. How can I prevent this from happening, but only with small graphics, such as buttons? I figure there is a simple CSS solution to this, but I can’t work it out.
Hey Ando! thanks for the words!
if you change the line
#wrapper .post img { width: 100%; height: auto;}
to
#wrapper .post img { max-width: 100%; height: auto;}
that will keep it from to big, but wont scale up the smaller elements.
Coolio. Code swapped out. Solution complete. Just adding a little code to left align the PayPal buttons I’m adding here : http://silenc.es/coaching/ (not live yet)
Cracked the align left on the images, and I’m all good. Thanks for the superb service Jared. I adore the simplicity of the Min theme, and have really enjoyed working with it.
looks great!
Thanks Jared. All due to your hard work!
Hey. I like the theme, but the gray color of the font I want to change to black. How to do it? thanks