私は同じ問題を抱えています。彼らはパスワードで閉じている場合は、レコードに表示されま
す。あなたは、いくつかの解決策や原因を見つけるのだろうか?
<iframe index-sync="0"></iframe>
WordPress 4.5.2 に Twenty Sixteen テーマを入れた状態で検証しましたが再現しませんでした。
プラグインをすべて停止してもiframeタグが入りますか?
( I cannot reproduce the issue with fresh-installed WordPress 4.5.2 and Twenty Sixteen theme, two sample posts of password-protected and non-protected. Is the issue still alive when you turn OFF all plugins of your WordPress installation? )
>gdlsmさん
お世話になっています。
プラグインをすべて停止して確認したところ、”Shareaholic | share buttons, analytics, related content”プラグインが影響していることがわかりました。
iframeタグが入る条件は、上記プラグインが有効になっており、かつ下書き保存された記事をプレビューしたときです。
公開中の記事に関しては、上記プラグインが有効であってもiframeタグは表示されません。
“Shareaholic | share buttons, analytics, related content”プラグインに原因を尋ねるべきでしょうか?
(I understood that plugin of “Shareaholic” caused this trouble.
This trouble occurs when “Shareaholic” is effective and the article is saved as draft.)
尋ねる「べき」かどうかはご自身で判断なさってください。
CSS >>
/* magic awesome iframe fix */
iframe[index-sync=”0″] {
display: none;
}
>steffnomidi
I was able to solve a trouble.
Thank you very much!