keywordrush
Forum Replies Created
-
Forum: Plugins
In reply to: [Content Egg] Price is not updated dynamically with AmazonUpdate products prices for single page will be fixed in next update.
Forum: Plugins
In reply to: [Content Egg] Amazon associated Generated Link is not WorkingI see &tag=blafridea0e-21 in amazon links here:
https://blackfridaydeals-2015.com/2015/10/14/black-friday-deals-on-super-mario-maker-bundle-nintendo-wii-u/Forum: Plugins
In reply to: [Content Egg] 404 error when using Content EggThis usually happens if your .htaccess file got deleted or something went wrong with the rewrite rules. What you need to do is fix your permalinks settings.
Forum: Plugins
In reply to: [Content Egg] Price is not updated dynamically with AmazonLooks like you have a cached static version of the index page. Try to configure W3 Total Cache plugin or diactivate it.
Forum: Plugins
In reply to: [Content Egg] Price is not updated dynamically with Amazonand on the post page I see $129.98:
https://www.whizkidsrobotics.com/sphero-2-0-the-app-enabled-robotic-ball-review/
Do you use any caching plugins?
—
Amazon prices change frequently. This should not be the same as the price on your site always. But you can desplay update time in the template.Please note: prices are updated only if a single post page is opened.
Forum: Plugins
In reply to: [Content Egg] 404 error when using Content Eggempty post title?
Forum: Plugins
In reply to: [Content Egg] Cant get startedIt looks like you are using the wrong AccessKey Id.
Try this:https://www.keywordrush.com/manuals/content_egg_manual.en.pdf
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html
https://docs.aws.amazon.com/general/latest/gr/getting-aws-sec-creds.htmlin todo list
Forum: Plugins
In reply to: [Content Egg] Cant get startedIt can sometimes take a few hours to activate.
Forum: Plugins
In reply to: [Content Egg] Error when using Google Images & YouTubePlease ask your hosting provider to install the latest stable version PHP CURL for you.
Forum: Plugins
In reply to: [Content Egg] How to display Amazon overall star ratingJust try this in your custom template:
<a rel="nofollow" href="<?php echo esc_attr($item['extra']['itemLinks'][5]['URL']); ?>"> <?php echo $item['extra']['customerReviews']['TotalReviews'];?> customer reviews </a>
Language file for templates are separate from localization files admin-interface of plugin. File translation connect in accordance with the installation options Content Egg → Settings → General Settings → Site language.
You can create own translation into desired language on base of .pot file (English source): content-egg/languages/tpl/content-egg-tpl.pot
Forum: Plugins
In reply to: [Content Egg] How to display Amazon overall star ratingDo you mean like this:
https://ps.w.org/content-egg/assets/screenshot-3.png?rev=1236433Its not possible to get the reviewrank information with Amazon product API, only the iframe URL is returned in the request content.
However you can enable parsing of rating/reviews in plugin options. But be careful, enabling this option possibly violates the rules of the amazon aff program. So read the rules first!
Forum: Plugins
In reply to: [Content Egg] Hide price in big product cart shortcodeYou can create custom template for Amazon module. Take as a basis the standard template and edit it. More info:
https://www.keywordrush.com/manuals/content_egg_manual.pdf