Not here; their method extends to mixtures of exponential family distributions. Have a look at their final example (the beta-binomial). They use a discrete mixture, but a continuous mixture like the t would be a straightforward extension. You start with a model p(y, theta) that you would like to approximate with a family q(theta), where q(theta) = \int q(theta, u) du. If your model is p(y, theta) you augment to the model p(y, theta, u) = p(y, theta)q(u|theta) and proceed with the variational distribution q(theta, u) which is now tractable. This problem has the same optima as the original problem with p(y, theta) and q(theta), I believe. The preceding section where they describe using triangular q's (i.e. q(theta_1)q(theta_2 | theta_1) ) is also interesting.
I don't know whether these tricks are standard in the VB literature but they seem very important to me. Fixed form VB has at least a chance of capturing complex dependence, particularly when you can go beyond the exponential family. Mean field methods have been effective but a factorized approximate posterior just isn't going to work for a lot of applications, including most of mine.
I've got no connection to the Knowles & Salimans paper but I hope stan-dev will take a hard look. Stan has the modeling language to express both the true model and perhaps the approximate posterior *and* Stan has the AD (their methods can use gradients and Hessians where they're available).