• 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
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

add adsense

multiresim

Chevereto Member
reklam.png


Where there " google adsense " I add my ad ?

What should I edit the folder?
 
I have a problem, put the code where you say, but it looks when you open the box up and when it is not too open.
 
Code:
<p align="center">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- il -->
<ins class="adsbygoogle"
     style="display:inline-block;width:728px;height:90px"
     data-ad-client="ca-pub-0071470719437529"
     data-ad-slot="4424569060"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></p>
 
Go to Dashboard > Settings > Theme

Add this to Custom CSS
Code:
#anywhere-upload.hidden-visibility iframe {
    visibility: hidden;
}

Remember to flush your cache.
 
Back
Top