Status
Not open for further replies.

scorps

Registered
Hello dear,

i come to you to know how i can add the adsence code and getting like this scrren (taked on pixelexit screen of Gamertime style) :
170122050438742536.png


and my second important question : How i can cut the header border ti get my background on all the page , i mean cut this parts of the header :
1485056211-capture-d-ecran-2017-01-22-a-04-35-33.png


thank you and hope to get an response quickly :)
 
Add a width to the topAd CSS - If your banner ad is 320px wide then add that. Also Adsense ads take a little time to display sometimes.

But the CSS and ad position is loading.
upload_2017-1-24_9-59-30.png
 
can you tell me where to add som width please Russ ?

and in your screen , is it normal that the forum is not center of the background ? ... :(

thanks
 
thank you steve to respondinge,

iam using this code but i dont see the size ... (its generated by google, its the responsive image banner)
Code:
<xen:hook name="ad_header" />
<xen:if is="@xb_sl_header"><xen:include template="xb_social_links" /></xen:if>
<div class="topAd">
   <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Virtual Gaming header -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-8780885583213404"
     data-ad-slot="8845585175"
     data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

</div>

... dont know what to do .. :(

thank you alot
 
The problem is it's potentially another issue not being caused by the style. Our base banner shows just fine so it's clearly something with the ad code.

As Steve mentioned try setting a width...

Code:
.topAd { width: 468px; height: 68px; }

Adjust to whatever your banner size is.
 
i tried ... and the adsence code have not a probleme .. .cause i tried it in another place in the forum and it work and adsence show me 0.58 cents yesterday cause i posted it here :

1485272529-capture-d-ecran-2017-01-24-a-16-41-23.png


so i really must find the probleme ... i juste want a small window ad like here :

1485184919-capture-d-ecran-2017-01-23-a-16-20-50.png


...
 
You need to follow the advice we give you though. You did not set a width there as I mentioned.
 
I juste did it ...
i added this in extra :

Code:
.topAd { height: 120px; }

(i make it 120 and still nothing ...

That's not what I said.

Code:
.topAd { width: 468px; height: 68px; }

Try height AND width. Set it to what your ad size is.
 
Status
Not open for further replies.

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back