Magnific Popup をセットアップしたばかりですが、残念ながら、AJAX ポップアップ用に作成した HTML ファイル内で qTranslate の言語タグを機能させる方法がわかりません。
または、ポップアップ内にワードプレスページ(qTranslateプラグインがうまく機能する)を埋め込む作業をする必要がありますか?
以下の言語タグを含む HTML ファイルは、 http://chinasonoma.com/ ?page_id=9 の「What is Craft Beer?」で見ることができます。をクリックします。英語が選択されている間、「中文」は見えないはずです。
これは私の最初の投稿なので、さらに情報が必要な場合はお知らせください。
<<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<div id="custom-content" class="white-popup-block" style="max-width:600px; margin: 20px auto;">
<h3>What is Craft Beer?</h3>
<style>
#custom-content img {max-width: 100%;margin-bottom: 10px;}
</style>
<p>Craft Beer is a specialty product </p>
<p><!--:zh-->中文<!--:--></p>
<img src="http://chinasonoma.com/wp-content/uploads/2013/06/sampler.jpg"/>
</div>
</body>
</html>