ttt-berlin
Forum Replies Created
-
Hey Raj,
thanks for the fixes in 4.9.1 !!!
highly appreciated!tom
do you use the
[!confirm!]
somewhere in your confirmation mail?
is it only some mail-providers that don’t show the link or is the link never displayed?I found the reason for the mysql error:
in the newsletter settings, the FROM: had a single quote ( ‘ ) in the name.
that corrupted the mysql statement.
had nothing to do with the wp version.Forum: Themes and Templates
In reply to: One post on a page it does’t appear.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 https://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…)Forum: Themes and Templates
In reply to: One post on a page it does’t appear.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.jsthis 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
https://www.tripleships.com/wp-content/themes/tanzaku/js/jquery.vgrid.0.1.2-mod.jssave 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!