• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Ads Not Working

Status
Not open for further replies.

SoftRushMedia

Chevereto Member
Hello Sir

I had implemented adsense adcode on my website but non of the ads seems to work, please tell me what could be the issue? As same ad code is working on other site.
 
Banner code is there and the system is loading that code:

upload_2017-6-13_17-38-29.png

Way I see it, problem is that those scripts are not tied to a src file at all. This code:

Code:
<script async src="//"></script>
<!-- Jiopic-res -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-5674938606916886"
     data-ad-slot="3283318489"
     data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

Won't do anything because there's no function handling that. Where did you generated those ad codes anyway? Didn't mention to load a .js file or something?
 
Status
Not open for further replies.
Back
Top