Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #934484

    Google AdSense not showing?

    I used text area and code box and Google AdSense are not showing up?

    #934557

    Hey buxton161,

    Please provide a link to the page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #934607
    This reply has been marked as private.
    #934633

    Hi,

    Are you looking to have this under the Advertisers section? Also, please refer to the following:

    https://kriesi.at/support/topic/best-way-to-insert-adsense-code-into-enfold/

    Best regards,
    Jordan Shannon

    #934642
    This reply has been marked as private.
    #934852

    Hi,

    Thank you for the update. Did you try the solution from the previous thread? You can create a custom shortcode for each adsense script.

    function tall_r_shortcode() {
    ?>
    <div style=" float: right; margin: 5px; ">
       <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
       <!-- 300x600 Content -->
       <ins class="adsbygoogle"
           style="display:inline-block;width:300px;height:600px"
           data-ad-client="ca-pub-3xxxxxxxxxxxxxx"
           data-ad-slot="xxxxxxxx2"></ins>
       <script>
       (adsbygoogle = window.adsbygoogle || []).push({});
       </script></div>
    <?php
    }
    add_shortcode('wp_ad_camp_1', 'tall_r_shortcode');

    Please provide your own adsense script in the private field. We would like to check it.

    Best regards,
    Ismael

    #934853

    Hi,

    Thank you for the update. Did you try the solution from the previous thread? You can create a custom shortcode for each adsense script.

    function tall_r_shortcode() {
    ?>
    <div style=" float: right; margin: 5px; ">
       <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
       <!-- 300x600 Content -->
       <ins class="adsbygoogle"
           style="display:inline-block;width:300px;height:600px"
           data-ad-client="ca-pub-3xxxxxxxxxxxxxx"
           data-ad-slot="xxxxxxxx2"></ins>
       <script>
       (adsbygoogle = window.adsbygoogle || []).push({});
       </script></div>
    <?php
    }
    add_shortcode('wp_ad_camp_1', 'tall_r_shortcode');

    Please provide your own adsense script in the private field. We would like to check it.

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.