We may be able to investigate further if you provide a link to your blog.
Hi macmanx, thanks for your reply.
Example one post:
http://203.211.138.133/nana4design/category/accessories/
This is page that happens to have one post:
http://203.211.138.133/nana4design/page/5/
Thanks!
Hello,
I just found out something very interesting:
when you download Tanzaku version 1.1.0, the header.php loads a javascript called
jquery.vgrid.0.1.4-mod.js
this causes the problem: not showing a single post.
plus on an iphone, it doesn’t show posts at all if you use the viewport tag.
(for better look on iphone adding
<meta name=”viewport” id=”iphone-viewport” content=”width=350″ />
somewhere in the head recommended).
solution:
browse to
http://www.tripleships.com/wp-content/themes/tanzaku/js/jquery.vgrid.0.1.2-mod.js
save this earlier version of jquery.vgrid…
and use it instead of the 0.1.4 version that comes with the theme – problems gone.
I have no idea though, what other consequences this going-back-to-an-older-version of the script implies. there could be new bugs instead!
Hi ttt-berlin,
I open the web in iphone and it shows post with the latest version.
I tried to use the old version you recommended, but the posts all end up not aligning.
I think the lastest theme is okay, just that it cant show single post.
Thanks!
Anyone any solutions ? ;p
Hi nanacss,
the meta tag
<meta name=”viewport” id=”iphone-viewport” content=”width=350″ />
only tells the page that on an iphone the browser width is 350pixel. the effect of this is that all the posts are lined up in a SINGLE column – which makes them better to read.
the tanzaku homepage uses this technique!
you can use it or not, as you like.
the second thing ( problem not showing single posts ) is NOT appearing on the tanzaku page (www.tripleships.com). if you look at categories -> print, you can see that it does show a single post with no problem.
so I compared the source of http://www.tripleships.com to my own install of tanzaku.
I found that they are using the “jquery.vgrid.0.1.2-mod.js” and not the “jquery.vgrid.0.1.4-mod.js” that my normal installation is using.
then I downloaded their version (jquery.vgrid.0.1.2-mod.js) and used it in my tanzaku – and now my tanzaku is showing single posts too!
that’s all.
in case you don’t know exactly how to exchange the jquery.vgrid – I can give you a detailed instruction. ( sorry, but I don’t know the level of your skills…)
Hi ttt-berlin, thanks for your reply!
It finally works!
Thanks so much!
ttt-berlin, I understand it now! ;p thanks!!!