datafeedr
Forum Replies Created
-
Forum: Plugins
In reply to: [Datafeedr WooCommerce Importer] Does this plugin support amazon?Hi
which is it?
Both.
We don’t support the regular Amazon affiliate program (https://affiliate-program.amazon.com).
However, we do support the Amazon Local (US) affiliate program (http://local.amazon.com/).
They are different programs.
More info: https://v4.datafeedr.com/documentation/329
Eric
Forum: Plugins
In reply to: [Ads by datafeedr.com] Critical Bug: Ad orderby=random not functioningHi WCVendors
Thanks for offering a solution to this issue. Hopefully this will help others who are hosted with WPEngine.
We’ve seen a lot of our Datafeedr customers have issues with WPEngine and their highly tweaked server config. We’ve actually had to exclude support for WP Engine sites because of their odd handling of mod_rewrite.
Anyway, glad you got your issue resolved.
Eric
Forum: Plugins
In reply to: [Ads by datafeedr.com] Critical Bug: Ad orderby=random not functioningPlease use
echo dfads( 'groups=123&limit=1&return_javascript=1&orderby=random' );If that doesn’t work, it could mean your MySQL’s ORDER BY RAND() function is disabled.
Forum: Plugins
In reply to: [Ads by datafeedr.com] Critical Bug: Ad orderby=random not functioningWhat is the exact code you are using in your template file?
Forum: Plugins
In reply to: [Ads by datafeedr.com] Critical Bug: Ad orderby=random not functioningSounds like a conflict with a caching plugin. Try adding
&return_javascript=1to your line.echo dfads( 'groups=123&limit=1&return_javascript=1' );Here’s how to prevent the title from being overwritten: https://v4.datafeedr.com/topic/918#comment-1292
Forum: Plugins
In reply to: [Ads by datafeedr.com] Dynamic rotating of ads?That’s not something I’m considering at this time.
Hi,
The code changes are to your theme’s functions.php file.
With All in One SEO, you simply disable AIOSEO on your store page. It’s much simpler.
Eric
Hi,
Our WooCommerce plugin works fine with WP SEO.
As for our Factory plugin, some code modifications are required.
Eric
Forum: Plugins
In reply to: [Ads by datafeedr.com] No custom URLHi,
Your links are empty. For example, your ad code looks like this:
<a href=""> <img src="/wp-content/uploads/2014/11/Blue-Tag-SEO-400x400-Social-Engagement1.jpg" alt="Blue-Tag-SEO-400x400-Social-Engagement" width="400" height="400" class="alignnone size-full wp-image-1748"> </a>You need to have something after href.
You can insert a link just like you insert a link into a blog post. Here’s how to do that: https://ithemes.com/tutorials/adding-links-in-wordpress/
Eric
Forum: Plugins
In reply to: [Datafeedr API] Local development DatafeedrTopic moved here: https://v4.datafeedr.com/bug-report/2168
Forum: Plugins
In reply to: [Ads by datafeedr.com] Order By QuestionIf there’s only 1 ad in the group, turn don’t add the “orderby” parameter.
Forum: Plugins
In reply to: [Ads by datafeedr.com] Order By QuestionHaving the ads go through in order of 1, 2, 3, … etc is not possible.
Forum: Plugins
In reply to: [Ads by datafeedr.com] Display 1 banner ad at a time rotating through 10I’m not sure… Make sure you didn’t add 2 ads to as a single ad.
Forum: Plugins
In reply to: [Ads by datafeedr.com] Display 1 banner ad at a time rotating through 10Did you add your shortcode twice?