datafeedr
Forum Replies Created
-
We are addressing this issue in our support forums already: https://v4.datafeedr.com/topic/4407
Forum: Plugins
In reply to: [Ads by datafeedr.com] Ads do not open in new pageThere is no setting for that. You can add that code (target=”_blank”) to your ad code.
Forum: Plugins
In reply to: [Ads by datafeedr.com] Ad spacing – trying and still failing :(Cool!
Forum: Plugins
In reply to: [Ads by datafeedr.com] Ad spacing – trying and still failing :(You have some CSS errors causing a few lines of your CSS file to be ignored.
Particularly, your #footer is missing a closing bracket.
Forum: Plugins
In reply to: [Ads by datafeedr.com] Ad spacing – trying and still failing :(This CSS should work:
.dfad { margin-bottom: 10px; }Forum: Reviews
In reply to: [Datafeedr Product Sets] Awesome for loading lots of productsThanks! 🙂
Forum: Themes and Templates
In reply to: [Customizr] adv plugin don't work since update themeGlad you got it resolved!
Forum: Plugins
In reply to: [Ads by datafeedr.com] Impression & Hit Counts Not CorrectThanks Ipstenu-DH! Yes, there is a JS version.
@ethanoltom – We’ve outlined how to enable JS displaying of ads here https://www.youtube.com/watch?v=M3v_1vtnh9c
Basically you need to add
return_javascript=1to your shortcode or PHP code.Forum: Plugins
In reply to: [Ads by datafeedr.com] Impression & Hit Counts Not CorrectYou’ll need to ask your host (DreamHost) if they are doing any caching of your site from their end.
Forum: Plugins
In reply to: [Ads by datafeedr.com] Impression & Hit Counts Not CorrectHi
Like I said, “Hits” is not something that this plugin tracks. I don’t know why there’s a “Hits” column or how it got there. Probably some other plugin you have installed has added that blindly to all custom post types management pages.
Regarding impression counts, well, I’m not sure why that’s happening. Do you have a caching plugin installed? Maybe your webhost Dreamhost is doing some heavy caching on their end causing the value to not be updated. Or maybe Memcache is active and that would definitely cause impressions to be off.
Eric
Forum: Plugins
In reply to: [Ads by datafeedr.com] Impression & Hit Counts Not CorrectHi
When in the admin backend of the site and looking at the Ads plugin under all ads it shows a column for Hits in between Date and Start date.
This must be added by some other plugin. It’s not added by ours.
Eric
Forum: Plugins
In reply to: [Ads by datafeedr.com] Impression & Hit Counts Not CorrectHi
When you say “hits”, do you mean clicks? If you mean clicks, our plugin does not track clicks. Tracking clicks is something you can do using Google Analytics and click events.
Regarding impressions, do you have ad impressions count enabled for Admins? If not, then browsing while you are logged in will not generate impressions.
Another thing that might be affecting ad impression counts is the bug you have in your ‘buddypress’ plugin. If you go here http://www.ethanolnetworks.com/members/mattwerzyn/ you will see the following error:
Warning: strstr() [function.strstr]: Empty delimiter in /home/wp_xxxxxxxxx/ethanolnetworks.com/wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 641This could also affect our plugin as well as other aspects of your site.
Eric
Great! For anyone else, this is the code that worked:
Or even better, make sure the entire URL is decoded:
Hi
I’m guessing it has something to do with the (&) character part?
That’s correct. That’s what I said 4 weeks ago.
Is there a fix for this?
You could try tweaking your URLs using the wccal_filter_url hook. Try adding the following code to your theme’s functions.php file:
https://gist.github.com/datafeedr/1488bbc511d71efaf1f7
Eric