Amazon Associates Link Builder
Forum Replies Created
-
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Shortcode not workingDear @tietheknot,
Do you have any other Adblocking plugin installed? If yes, can you disable that and see if the shortcode is working. If that doesn’t help, please share the following details to help us to debug the issue:
1. Browser version on which you are facing the issue.
2. Does the issue occur on all browsers or only a specific browser?
3. PHP version (You can use plugins like display PHP version that display your PHP version on the WordPress dashboard)
4. WordPress version
5. Steps to reproduce the issue
6. PHP error logs
7. List of plugins installed on your system
8. Operating System version(OS version).
9. Web Server used(Apache, nginx or IIS)
10. Plugin version
11. Browser console log error (if any) generated at the time of the error. Steps to get the console logs:- Open the Console window in Chrome using Ctrl + Shift + J (or Cmd + Opt + J on Mac) Follow this for reference.
- Hit the Save button and check the console log errors
Send us the console log as it is. The easiest way is if you can send us a screenshot of the complete console log error list.
- This reply was modified 7 years, 11 months ago by Amazon Associates Link Builder.
Dear @ognapolean & @borisjavier,
May you please provide following details so that we can debug the issue:
1. PHP version (You can use plugins like display PHP version that display your PHP version on the WordPress dashboard)
2. WordPress version
3. List of plugins installed on your system
4. Operating System version(OS version).Forum: Plugins
In reply to: [Amazon Associates Link Builder] Image does not workDear @skariko,
We have looked at the page link provided by you and found out that HTML element for the image is missing in your browser. This is due to removal of below field from ProductCarousel template:
<img src="{{MediumImageURL}}" srcset="{{LargeImageURL}}" alt="{{Title}}" />
which falls under<div class="aalb-pc-product-image-wrapper">.This seems to be due to a change in default ProductCarousel template by you. Please re-download the latest plugin version to get the default template provided by the plugin.
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Product Description via Amazon APIDear @wainwatkins,
The feature is currently not supported in the plugin. We have added this as a feature request.
Forum: Plugins
In reply to: [Amazon Associates Link Builder] PRODUCT DESCRIPTION ATTRIBUTE NEEDED ASAPDear @wainwatkins,
The feature is currently not supported in the plugin. We have added this as a feature request.
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Ad doesnt appear in the centerDear @micelmore,
For a ProductGrid template, you can center the ads on your page by changing the padding in the CSS class “aalb-pg-ad-unit” to “2% 10%” where 10% is the distance from left and 2% is the distance from the top.
Dear @culpable & @superninchen,
Sincere apologies for the delayed response.We have replied to the above-mentioned thread.
For a ProductGrid template, you can center the ads on your page by changing the padding in the CSS class “aalb-pg-ad-unit” to “2% 10%” where 10% is the distance from left and 2% is the distance from the top.
P.S.: Since you are displaying only one product, you can try out the ProductAd template specifically built for showing single Products.
Dear @asocialnomad,
Sincere apologies for the delayed response. For a ProductGrid template, you can center the ads on your page by changing the padding in the CSS class “aalb-pg-ad-unit” to “2% 10%” where 10% is the distance from left and 2% is the distance from the top.
Dear @superninchen,
Since the default plugin templates are working fine and this is an issue with the custom template, that’s why you are not seeing any fix in plugin updates. This is not an issue from our side. If you are facing the issue with any default template, then we can work on our future release to fix that.
After looking into your code on a high level, we can point out that there is a space between your
and <b> which is causing the issue. Please remove that and test again.
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Plugin not storing acesskeyDear @earl_d,
Since we didn’t get any response from you, we hope that your problem is resolved. Please feel free to reopen the thread with details asked in the last comment in case of the issue still persists.
Dear @yogieanamcara,
Since we didn’t get any response from you, we hope that your problem is resolved. Please feel free to reopen the thread with details asked in the last comment in case of the issue still persists.
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Plugin deactivates by itselfDear @tinebln,
Since we didn’t get any response from you, we hope that your problem is resolved. Please feel free to reopen the thread with details asked in the last comment in case of the issue still persists.
Dear @pcmaker,
Hope your issue has been resolved by whitelisting the above-mentioned domain. If the issue still persists, please feel free to reopen this thread.
Forum: Plugins
In reply to: [Amazon Associates Link Builder] How customize product image sizeDear @qnatur,
You have to create a custom template by cloning the original template in Templates section of the plugin. Then you can change the size in the CSS depending on your need. You can take a reference from this thread
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Custom TextDear @awecesar,
You can select a text in the post & then hit the search button. The text will automatically become the hyperlink after you select a product from the pop-up window. Later, you can also replace this text in the shortcode.
[amazon_textlink asin=’B01J8PBEUM’ text=’some custom text’ template=’ProductLink’ store=’us-store-20′ marketplace=’US’ link_id=’xxxxxxxxxxxxxxxxxxxxxxx’]
For example, in above shortcode for ProductLink, I have replaced “iphone” with “some custom text”. Please let us know if this works for you.