• When I installed plugin I set don’t place author adsense code on my page (in the plugin settings), but when I checked what adsense advertise showing on my page – I seed following ad code 8208356787225078 (this is definitely not my adsense code) in some of adsense blocks. Look like author showing his adsense on blogs where his pluging installed no difference Is blog author agree with this or not.

    https://www.ads-software.com/extend/plugins/adsenseoptimizer/

Viewing 15 replies - 1 through 15 (of 17 total)
  • This Plugin uses adspace sharing, like (nearly) all the other adsense plugins. I’m working on Version 3.0 where you will be able to switch it off from Admin Area. In older Versions use the description here:
    https://adsenseoptimizer.de/details.php

    regards

    Thread Starter jakshi

    (@jakshi)

    Thank you for explanation, I missed “go to the sourcecode of the adsenseoptimizer.php file, search for “function ioc() {” and change it to “function ioc() {return;” “, so It’s my fault, that I missed that part of instructions. Sorry for enxiety.

    I have a different problem with adsense optimizer. Actually, with adsense on top.

    I tried to get ads to appear on the left-hand margin, and even if I set the options to place the ad on the left, it just won’t! The ad appears on the right-hand margin.

    Why is that?

    Thanks!
    Réka

    hi rekamorvay !

    i dont have the problem. the problem could be your theme. the alignment is done by quite simple css, maybe the css of your theme confuses the css doing the alignment of the adsense on top ad.

    maybe you could mail me your page and/or the theme you are using, thsi could help me to find the problem.

    greet

    Does it work on version 3.0.1?

    I see the space reserved for the adsense, but no ads appear

    thanks

    Does it work on version 3.0.1?

    I see the space reserved for the adsense, but no ads appear

    thanks

    I had this same problem too. I was getting this when I set the donate to “I have nothing to give”, but when I set it to 5%, it worked fine. So, I could only assume this was deliberate to make you donate to him.

    Hi all! I faced the problem, when the plugin did not work on post page because of incompatibility of “feedwordpress” plugin with this one. I solved the problem by setting the priority of this plugin less than feedwordpress one.
    It was so:

    if (is_admin ()) {
      add_action('admin_menu', 'adopt_menu');
      add_action('admin_init', array($adopt, 'adopt_admin_init'));
    } if (!is_admin()) {
      add_filter('init', array($adopt, 'adopt_init'));
      add_action('wp_footer', array($adopt, 'adopt_debug'));
      add_action('loop_start', array($adopt, 'init_count'));
      add_filter('the_post', array($adopt, 'post_adopt'));
      add_action('loop_end', array($adopt, 'destroy_count'));
      add_filter('the_content', array($adopt, 'adsenseoptimize'));
    }

    Now it is:

    if (is_admin ()) {
      add_action('admin_menu', 'adopt_menu');
      add_action('admin_init', array($adopt, 'adopt_admin_init'));
    } if (!is_admin()) {
      add_filter('init', array($adopt, 'adopt_init'));
      add_action('wp_footer', array($adopt, 'adopt_debug'));
      add_action('loop_start', array($adopt, 'init_count'));
      add_filter('the_post', array($adopt, 'post_adopt'));
      add_action('loop_end', array($adopt, 'destroy_count'));
      add_filter('the_content', array($adopt, 'adsenseoptimize'), -100000);
    }

    I think the author should correct this bug

    Dear Gnarf, I am satisfied with your plugin. But I have fallen in a problem. Adsense ads are also showing in “contact me” “about” pages. How can I remove ads from those pages?

    I solved this problem by setting a minimum number of characters for text “Only show if article is longer than:”

    Hi !

    sorry for not answering so long, didnt see that there are new messages.

    1. if you don’t want to have an ad on a page like contact, edit the page, change to html editor and ad <!–noad–> somewhere.

    2. the plugin should work, no matter if you donate 5 or 0% ! must be something else. if it doesnt work it is normally a problem with some other plugin, i already fixed some of these incompatibilities, but i didnt know yet, there is a problem with this feedwordpress. i will check that. to reduce the priority should be no problem, so this is a wonderful solution. if i don’t find a problem with it, i will include that change in the next update ! thanks !!!

    3. there was a problem with adsense for some days with the safari browser. on safari browers no adsense ad appeared, just a blank space. this was an adsense problem. it was at the time, when these postings have been posted. do you use the safari browser ???

    best regards
    gnarf

    Thanks. I could fix it with <!–noad–> tag. I love your plugin.
    https://www.techgainer.com

    This plugin is simply the best AdSense plugin I have ever used. The current version allows you you to do so much things with it that only your imagination is the limit.

    Thanks gnarf for making such a wonderful and useful plugin. This is just about the best contribution I can give at this time. And for those interested, if you combine other plugins with AdSense optimizer, rest assured that you are a ninja in the making.

    @rijans, good to know that you have solved that problem. Did you know you can do the other way around. Add <!–adsenseopt–> only on specific posts you want?

    For example, in my Google’s Best SEO Tips ever post. I have the opt activated. It shows ads there but it does not on other posts. How cool is that?

    thanks a lot ditesco !!!!

    hi
    i have a problem with adsenseoptimizer plugin as i get the following error at the bottom of all posts on my website,

    Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/xxxxx/public_html/mydomain.info/wp-content/plugins/adsenseoptimizer/adsenseoptimizer.php on line 17.

    Can you tell me what i have done wrong

    mairead

    Hi Gnarf, Adsense optimizer is the best wordpress adsense ad manager plugin I have ever found. I always recommend it to others.
    But I started facing problem when I was trying to make my blog adsense revenue sharing multi author blog. Because the popular adsense revenue sharing plugin “Author advertising plugin” has a dashboard option for guest authors to enter their pub ID so their posts will automatically show posts containing their ID. But Adsense optimizer don’t have that option. So recently I have to giveup this plugin!
    Can Gnarf do more codings for us?

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘[Plugin: Adsense Optimizer] Author possibbly steeling adsense showing’ is closed to new replies.