genscripter
Forum Replies Created
-
I’ve having the same issue, but in an opposite way. No matter where I put my Advanced Ad placement, it shows up at the top of the page on all my pages.
The odd thing is, I go to the source code and see your Advanced Ad class exactly where I want it (after the 4th paragraph), but the ad only shows at the very top once rendered.
I tried to disable Auto Ads in adsense, but that didn’t seem to help. I waited the requisite hour to see if it got fixed. I also disabled the auto-ad checkbox in advanced-ad settings.
I can publish any Advanced Ad and it’ll always show on top. I’ll put it back to “Draft” and it’ll have no ads on the page. It’s not stored in some kind of cache. I don’t know what to do.
Side note, I got a warning from adsense about my ads, so I’m trying to clean them up on my site. Someone said I might get a better standing if I got rid of the Top-most ad (which is odd, because auto-ads put it there).
I can’t get my code to recognize the dynamic variables. It always shows them as characters.
Like when I put this in my contact short code, it always just appears as html strings instead of forms or textboxes.
<p>Demande pour ce produit:<br/>
[dynamictext contact-form-context id:contact-form-context uneditable ? CF7_GET key=’product’ ? ]
</p>I’d assume that when I type “[dynamictext”, it would force the page to load with some kind of “dynamictext” functionality, but mine just assumes that it is just strings. Any idea on how I can get this working?
The only extensions I have are “Backspace to go Back,” “Duck Duck Go,” and “Google Docs Offline.” I did a search for “*block*” and nothing came up.
Everything seems to work fine on IE. This is a little strange. I’ll keep looking at it over the next day to see if it shows up on Chrome.
I never installed an ad blocker. I’ll check my extensions to make sure.
Gradually, my site is getting ads. It seems to be working really well on my phones. However, the laptop is hit-or-miss. If I use IE, the ads work seamlessly. However, on Chrome, they work maybe 5% of the time. I rarely see them. I’ll keep waiting to see how they turn out over the next day. Have you ever experienced this in different browsers?
Excellent. A few friends of mine today have also reported they see ads on their desktops as well. My computer still doesn’t, but I’ll keep waiting. My phones show ads, so i’m sure it’s just a matter of time for the desktop. Thanks for your quick response.
I’m using Chrome without an ad blocker, so I should be fine, but I’ll keep waiting.
I posted my process so that if anyone else in the future has this same problem, they can read the steps to how I got it running. The error message from Adsense was pretty esoteric, and for people like me who haven’t had a lot of adsense interface experience, this might help them out. Thanks so much for your help. I’ll post again when my ads are up and running on a desktop.
Ok, I think I might have some understanding on what that error message “invalid response while retrieving adUnits list…” means. I think it just means there are no ads in my AdSense account for the plugin to find.
So I went into my Adsense account, Clicked the upper left “≡” icon, then clicked the “Ads” tab, then clicked the “Ad Units” sub-tab, and it brought up the “Ad units” section of the “Content” page. Clicked “New ad unit” and it allowed me to make a basic Ad.
Now when I go back to my Advanced Ads plugin, and make a new “Ad,” I see this “ad unit” list on the page. I think it’s working on mobile devices now. I still don’t see anything on the laptop yet. Your comments on the other forum post I linked above stated that it can take some time for the desktops to get the ads on the page. I’ll wait a bit and see what happens over the next few days.
Thanks for the quick info.
If I may be so bold to add to this thread (maybe for the benefit of future users of the Floating Links utility, which I love), if users add more assignments to the $icons[] array, they can get more than one additional icon in their list. See below:
function fl_random_icons_cb($icons){ $icons[] = 'bullseye'; $icons[] = 'globe'; $icons[] = 'map'; return $icons; } add_filter('fl_random_icons', 'fl_random_icons_cb');
Thanks for posting this workaround. It works for me. However…
Is there a way to not use the fontawesome list? I just want it to say “Next” and “Prev” and “Home”
Is that possible?