datafeedr
Forum Replies Created
-
Forum: Plugins
In reply to: [Ads by datafeedr.com] Conflict with WPMUDev Popup pluginMy guess is that one of your ad codes is formatted improperly. I say that because at the top of your page I see the following:
" />Hi
An impression is counted every time the ad is loaded on the page.
I’m guessing that Google Analytics doesn’t factor in when bots crawl your pages, which would count as an impression.
Eric
Forum: Plugins
In reply to: [Ads by datafeedr.com] Plugin generating an error in error_logWhat version of PHP, MySQL and WordPress are you using?
Forum: Plugins
In reply to: [Ads by datafeedr.com] Space between two ads?Yes, you need to do that using CSS.
Forum: Plugins
In reply to: [Ads by datafeedr.com] Reset Impression Counts?In the post meta table with the meta key of “_dfads_impression_count” for that post ID.
Forum: Plugins
In reply to: [Ads by datafeedr.com] Reset Impression Counts?Not without editing the database.
Forum: Plugins
In reply to: [Ads by datafeedr.com] Support for .swf?Hi,
I really don’t have any experience with swf files however the fact that it’s not displaying is either because you’re missing the required files to display the swf file (most likely javascript and/or additional wrappers around the swf file) or WP doesn’t support embedding swf files into posts.
Eric
Forum: Plugins
In reply to: [Ads by datafeedr.com] Using plugin outside of a widgetYou’ll need to ask the theme developer if it’s possible to use WP shortcodes in their widget areas and if so, how.
Forum: Plugins
In reply to: [Ads by datafeedr.com] I want to conditionally display ads based on other adsHi
There’s only 1 query that the plugin runs to serve ads. That’s in the query() method in this file: ~/ads-by-datafeedrcom/inc/dfads.class.php
You’ll need to edit that query.
Eric
Forum: Plugins
In reply to: [Ads by datafeedr.com] Returning to default ad if no other activeI don’t believe this can be automated.
Forum: Plugins
In reply to: [Ads by datafeedr.com] Two Ads Showing<?php echo dfads( 'groups=3119&orderby=random&return_javascript=1&limit=1' ); ?>Forum: Plugins
In reply to: [Ads by datafeedr.com] Categories for custom AdsHi
Sorry but we can’t provide custom integrations. We just don’t have time.
Eric
Forum: Plugins
In reply to: [Ads by datafeedr.com] align ads horizontalNo, sorry. I can’t provide CSS support.
You might try posting your CSS question here: http://ww.wp.xz.cn/support/forum/themes-and-templates
Forum: Plugins
In reply to: [Ads by datafeedr.com] Google Ads and JavaScript not workingGlad to hear!
Forum: Plugins
In reply to: [Ads by datafeedr.com] Google Ads and JavaScript not workingI would make sure it’s not another plugin that’s causing the issue.
AdSense works fine for me.