左と右の2つのGoogleAdSenseバナーが完全に読み込まれていない理由がわかりません。画像バナーが1つだけ表示されます。
私が間違っていることは何ですか?手伝って頂けますか?前もって感謝します。
左と右の2つのGoogleAdSenseバナーが完全に読み込まれていない理由がわかりません。画像バナーが1つだけ表示されます。
私が間違っていることは何ですか?手伝って頂けますか?前もって感謝します。
画像が完全に読み込まれます。あなたの問題はあなたのCSSスタイルです。これらの部分的に表示されるすべての画像の高さは、200x200div内にdivがあるために問題が発生します。あなたは自分でCSSをチェックする必要があります、私はあなたに探す場所を与えました:)
私はワードプレスに精通していませんが、あなたのhtmlのほんの一部をコピーしました
<aside id="leftSidebar">
<!--img src="wp-content/themes/base/images/left.png"/-->
<div id="adsense" style="height:200px;">
<div id="adsense-loader" style="display:block;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9833138679608221";
google_ad_slot = "5796741996";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com /pagead/show_ads.js"></script>
<ins style="display:inline-table;border:none;height:200px;margin:0;padding:0;position:relative;visibility:visible;width:200px">X<ins data-web-developer-element-ancestors-outline="true" id="aswift_2_anchor" style="display: block; border: medium none; height: 200px; margin: 0px; padding: 0px; position: relative; visibility: visible; width: 200px; outline: 1px solid rgb(185, 74, 72);"><iframe allowtransparency="true" hspace="0" marginwidth="0" marginheight="0" onload="var i=this.id,s=window.google_iframe_oncopy,H=s&&s.handlers,h=H&&H[i],w=this.contentWindow,d;try{d=w.document}catch(e){}if(h&&d&&(!d.body||!d.body.firstChild)){if(h.call){i+='.call';setTimeout(h,0)}else if(h.match){i+='.nav';w.location.replace(h)}s.log&&s.log.push(i)}" vspace="0" id="aswift_2" name="aswift_2" style="left: 0px; position: absolute; top: 0px;" frameborder="0" height="200" scrolling="no" width="200"></iframe></ins></ins>
</div>
これだけをソースコードとして使用すると、2つの正方形が隣り合って表示されますが、insで始まる長いルールは省略されています...など...広告はうまく表示されます。
問題は、使用済みのwp-addon、テンプレートの編集方法が間違っている、またはwp-templateにエラーがあることだと思います。
誰かがあなたのグーグル広告を盗んだようです..彼らの広告とグーグル広告を重ねています:
この行:
<ins style="display:inline-table;border:none;height:200px;margin:0;padding:0;position:relative;visibility:visible;width:200px">X<ins data-web-developer-element-ancestors-outline="true" id="aswift_2_anchor" style="display: block; border: medium none; height: 200px; margin: 0px; padding: 0px; position: relative; visibility: visible; width: 200px; outline: 1px solid rgb(185, 74, 72);"><iframe allowtransparency="true" hspace="0" marginwidth="0" marginheight="0" onload="var i=this.id,s=window.google_iframe_oncopy,H=s&&s.handlers,h=H&&H[i],w=this.contentWindow,d;try{d=w.document}catch(e){}if(h&&d&&(!d.body||!d.body.firstChild)){if(h.call){i+='.call';setTimeout(h,0)}else if(h.match){i+='.nav';w.location.replace(h)}s.log&&s.log.push(i)}" vspace="0" id="aswift_2" name="aswift_2" style="left: 0px; position: absolute; top: 0px;" frameborder="0" height="200" scrolling="no" width="200"></iframe></ins></ins>