devanthony
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Menu Order Not Adhering to Saved SettingsETA: I’m a little slow, so it only just occurred to me that the links are appearing on the site in alphabetical order. I can’t seem to convince the site to override that and display the links in my chosen order.
Forum: Plugins
In reply to: [Add to Footer] JavaScript Code does not appear.Good evening,
I’m trying to get the code either above or below the “Related e-books” ads in the footer of the page. As an alternative, I could have the AdSense code on the right-hand side of the page, underneath all of the menu items. I’ve put the code in its own block in all three of those places.
When trying to make the ad appear, I’ve included the JavaScript in two ways: firstly, in a text-only widget, and then in the AdSense plugin provided by Google.
In response to your other question, no, I don’t have any caching plugins on my site. Just to play it safe, I cleared out my cache anyway, and still the ad block won’t appear on my site.
I’ve tried every thing I can think of to make the ad work, short of performing a ritual dance and sacrificing a melon to the god of technology. 😉
Thank you so much for such a quick reply!
-DevForum: Plugins
In reply to: [Add to Footer] JavaScript Code does not appear.My apologies. The code I’m trying to display is:
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Footer 2 --> <ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-9793114590243545" data-ad-slot="6368232310"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script>