-
AuthorPosts
-
March 28, 2018 at 8:28 pm #934484
Google AdSense not showing?
I used text area and code box and Google AdSense are not showing up?
March 28, 2018 at 10:03 pm #934557Hey buxton161,
Please provide a link to the page in question so we can look into this further.
Best regards,
Jordan ShannonMarch 28, 2018 at 10:48 pm #934607This reply has been marked as private.March 28, 2018 at 11:56 pm #934633Hi,
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 ShannonMarch 29, 2018 at 12:35 am #934642This reply has been marked as private.March 29, 2018 at 3:05 pm #934852Hi,
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,
IsmaelMarch 29, 2018 at 3:06 pm #934853Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.