Some ad networks are only valid in the US and if my website has 50% international traffic, I want to conditionally post ads in the same position on my blog using a US based ad network when US based users visit the site and an alternate network when the user is from outside the US
]]>Hi, first of all – this is great plugin.
I want to put an add within an other plugin that displays featured posts and so I put the do_action(‘after_first_row’) in the div of that other plugin and the ad just hops out of that div. Why is that so and how can I fix that?
It should be like this:
<div class="fpg-wrapper">
<div class="fpg-page">
<ul class="fpg-row fpg-first-row">[...]</ul>
<div id="ad_after_first_post">
<strong><a class="ad ad-xxx" title="xxx" href="/?adtrack=5" target="_blank"></strong>
</div>
<ul class="fpg-row">[...]</ul>
</div>
But instead it results like this:
<a class="ad ad-xxx" title="xxx" href="/?adtrack=5" target="_blank">
<div class="fpg-wrapper">
[...]
</div>
]]>
Is this the same plugin as the one shown here: https://wpeden.com/product/ad-manager/more-images/
https://www.ads-software.com/extend/plugins/ad-manager-for-wp/
]]>I am getting a ton of the following error messages:
[29-May-2013 15:51:35 UTC] PHP Notice: Undefined variable: max_clicks in /mnt/stor9-wc1-dfw1/623768/832793/ghs.digitalhorseservices.com/web/content/wp-content/plugins/ad-manager-for-wp/ad-types.php on line 169
[29-May-2013 15:51:35 UTC] PHP Notice: Undefined variable: clicks in /mnt/stor9-wc1-dfw1/623768/832793/ghs.digitalhorseservices.com/web/content/wp-content/plugins/ad-manager-for-wp/ad-types.php on line 169
Anyone seen this before?
https://www.ads-software.com/extend/plugins/ad-manager-for-wp/
]]>I want to count the hit on my header and my widget also. How can I do this?
https://www.ads-software.com/extend/plugins/ad-manager-for-wp/
]]>Hi! Trying out this ad manager for the first time, and the backend seems simple and great. But when I try to display an ad it doesn’t show anything in the browser. It prints the markup though, but it says the image is 0x0px. I’ve checked the image URL and it should be fine.
Any suggestions on how to get it to work?
My theme is based on the Roots framework if that have anything to do with it.
https://www.ads-software.com/extend/plugins/ad-manager-for-wp/
]]>This is really easy to install and get to display ads in the slots created…. however it doesn’t rotate ads?
https://www.ads-software.com/extend/plugins/ad-manager-for-wp/
]]>I want my ads to be opened in a new window but they open in the same windows.
https://www.ads-software.com/extend/plugins/ad-manager-for-wp/
]]>Hi there. I’ve updated to the last version and discovered that no ads were published in the website. When looking at the source code, I see all the double quotations are escaped, like this:
<div align=\"center\">
<script language=\"damn_Im_escaped\">
Then I went to phpmyadmin and tried to edit the content of the ad variable removing escaped chars by hand. But when I go to Ad Manager screen in WP, it looks like it is noticing the change, thus not-validating something, and the list appear blank.
I need to update ad blocks in another website but I’m afraid this last version will screw it.
Please check the way it is verifying HTML pre/post mysql storage/retrieval of data.
Thanks.
https://www.ads-software.com/extend/plugins/ad-manager-for-wp/
]]>Can’t do it, here’s how it looks in sidebar.php at the moment:
<?php if( is_acitve_sidebar('Ads-bar'))
AdManager()->registerAdLocation('side_ad', __('side_ad')); ?>
I’ve also done it the way given on the website:
if(defined('AdManager::VERSION'))
AdManager()->registerAdLocation('after_header', __('After theme header'));
And from my function.php
register_sidebar( array(
'name' => __( 'Ads-bar', 'toolbox' ),
'id' => 'reklam-side',
'description' => __( 'An optional sidebar area specifically for ads', 'toolbox' ),
'before_widget' => '<aside id="%1$s" class="widget %2$s">',
'after_widget' => "</aside>",
'before_title' => '<h1 class="widget-title">',
'after_title' => '</h1>',
) );
Doesn’t add a “ad location” though, any help would be welcome!
Thanks!
https://www.ads-software.com/extend/plugins/ad-manager-for-wp/
]]>