*

Own

  • **
  • 17 posts
Does adsense still work on osclass
« on: April 01, 2023, 05:38:17 AM »
so i went to go see a youtube video made by osclass would go to the themes settings and they would place the google adsense code in the boxes. within the video they would place the ad sense code into the homepage box. however in the theme i am using which is the "Epsilon Osclass Theme 1.2.2 by MB Themes" they do not have a box that says homepage. so i place the google ad sense code and everybox to see if the google would should and its not fully working as it is. i can see 2 white boxed on both sides of the website which i think its the google adsense displaying its self but it is not showing anything. i check to see if there is any add any were else but yet still nothing . anybody has any ideas or clues on how to fix this issue with google ad sense and osclass?

*

MB Themes

Re: Does adsense still work on osclass
« Reply #1 on: April 01, 2023, 08:15:06 AM »
Check browser console for possible errors
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Own

  • **
  • 17 posts
Re: Does adsense still work on osclass
« Reply #2 on: April 01, 2023, 11:13:09 AM »
so i checked the broswer console and this is the error i get

3adsbygoogle.js?client=ca-pub-4424542409259895:197 Uncaught TagError: adsbygoogle.push() error: No slot size for availableWidth=0
    at Dn (adsbygoogle.js?client=ca-pub-4424542409259895:159:67)
    at Fn (adsbygoogle.js?client=ca-pub-4424542409259895:157:1164)
    at Ln (adsbygoogle.js?client=ca-pub-4424542409259895:162:91)
    at Oo (adsbygoogle.js?client=ca-pub-4424542409259895:187:202)
    at jp (adsbygoogle.js?client=ca-pub-4424542409259895:191:105)
    at ip (adsbygoogle.js?client=ca-pub-4424542409259895:190:1247)
    at rp (adsbygoogle.js?client=ca-pub-4424542409259895:206:237)
    at e.client (adsbygoogle.js?client=ca-pub-4424542409259895:200:42)
    at Vd.fa (adsbygoogle.js?client=ca-pub-4424542409259895:43:224)
    at Aj (adsbygoogle.js?client=ca-pub-4424542409259895:91:19)
DevTools failed to load source map: Could not load content for https://img1.wsimg.com/traffic-assets/js/tccl.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

*

MB Themes

Re: Does adsense still work on osclass
« Reply #3 on: April 03, 2023, 10:33:10 AM »
Wrapping div/box has wrong width most probably:
Code: [Select]
No slot size for availableWidth=0
You need to make sure it has correct width.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots