Lora77
Forum Replies Created
-
Nice to hear that and thanks for the review.
And answering to your questions:
1. Increase the size of image.
If we will increase the height and width of the image the quality of the picture will be lost. So, in this case we will need to pull a bigger image from Amazon.com itself.To achieve this please read my first 2 replies on this thread: https://www.ads-software.com/support/topic/image-sizes-13?replies=15 and make the advised changes as many times as needed.
2. Decrease space between 2 rows in a 3 column setting.
In your WP dashboard go to Plugins -> Editor -> WpZon -> wpzon.php
With Ctrl + F find the following line of code:<div style=”width:200px;height:97px;” >
and change the height option to whatever size you would like to.
The code appears 6 times, so you will have to make the changes 6 times.
If you are making this step after the first step then instead of 97px will be 170px.Happy New Year! ??
Hello!
It seems like you were using the wrong sindex parameter. For the sindex option can choose from one of these only: https://docs.aws.amazon.com/AWSECommerceService/2011-08-01/DG/USSearchIndexParamForItemsearch.html
And because tablets is in Electronics the code will looks like
[wpzon keywords=”ipad” sindex=”Electronics” snode=”1232597011″ sort=”salesrank” listing=”10″]Hope it will work now.
Happy Holidays!
God Bless!Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] Tracking IDTracking Id is your Amazon Associates tag.
Here is a quick video how to find it…. https://www.youtube.com/watch?v=HtdqCWUoMIQ
Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] Products No Longer ShowGreat to hear that…
Lots of customers and Blessed Christmas ??Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] Pulling ReviewsHello,
Great it’s working now ??
Unfortunately with wpzon you can not pull editorial reviews at this moment. I will try to include that in a future update.
But as an advice try to stick with original reviews/content. It is better for both Google and your visitors ??
Have a nice day!Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] sort optionYou can fetch random products by not setting the values for “sort” and “snode”.
[wpzon keywords=”pressure cooker” sindex=”Kitchen” listing=”10″] —– will randomly display 10 pressure cookers from the Kitchen category
[wpzon keywords=”a” sindex=”Kitchen” listing=”10″] —— will display 10 random products that have in their title or description the letter “a”
The values for keywords, sindex and listing need to be set. The other two, snode and sort are optional `
Hello,
Sorry for the late reply.
Here are the steps on how to add the Buy Now button.1. Upload to your blog the image/button you would like to use
2. Go to Plugins -> Editor and from the top right drop down menu select WpZon Plugin
3. Find the following$seed = “See Details >>”;
and replace it with
$seed = “<img src=’https:// yourblog. com/wp-content/uploads/2013/08/buy-now-button.png’ />”;
Obviously you will need to change
https://yourblog.com/wp-content/uploads/2013/08/buy-now-button.png
with the URL where you have uploaded your image.You can add margin or padding as well.
Hope this will help you ??
Thanks for using WpzonForum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] Cant get plugin to work for some reasonThe API keys won’t work if you don’t get them through your Associates account, if they are not active, or if you haven’t signed up and checked the terms for the Api program.
Please see this video on how to get them work with the plugin.
https://www.youtube.com/watch?v=xTBYRM8CpRkForum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] range pricingSorry for the late reply…
Unfortunately when comes to shoes and clothing there are different sizing options with multiple prices and in these cases the API returns no price.
I’m working on this and hopefully i will be able to find a solution as soon as possible.
Till then if you would like, you can show something else instead of “Various”.
For that go to Plugins -> Editor -> Wpzon. Then press CTRL + F and search for Various, and change it to whatever you would like to display.
Hope this helps ??Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] can't get plugin to workGlad to hear that ??
God bless!Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] Canadian Products Not ShowingAmazon has made some changes recently and Sport & Outdoors is a subcategory now. It has been removed from the main category list and added to HealthPersonalCare.
So the main category (sindex) is HealthPersonalCare and the subcategory (snode) is 2242990011, which is actually Sports & Outdoors. You can choose other snode values within Sports & Outdoors like, Exercise & Fitness (2406112011), Clothing (2450749011), Footwear (2432165011) etc.
You can try out one of these codes:[wpzon keywords=”nike shoe” sindex=”HealthPersonalCare” snode=”2242990011″ listing=”10″]
[wpzon keywords=”nike” sindex=”HealthPersonalCare” snode=”2450749011″ listing=”10″]
Hope this helps:)
Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] Image SizesThat’s great…
The only problem was with the Wp Super Cache plugin. It is better to delete the cache from within its admin panel (Delete Cache and Delete Expired as well) in order to see the changes.Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] Image SizesWell, it is pretty hard to guess what might be the problem…
I think it would be easier if you would set up a user account (on your blog) for me in order to look over it. You can send the login details to my email address gm.lauras @ gmail.comForum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] Image SizesWell, it seems it a fixed width theme.
Find <div style=”float:left;width:25%;margin:0 10% 0 0;”> and change it to <div style=”float:left;width:150px;margin:0 20px 0 0;”>and find <div style=”float:left;margin:0px 0 90px 0;width:65%;”> and change it to <div style=”float:left;margin:0px 0 90px 0;width:370px;”>
Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] Image SizesFind
<strong><div style="float:left;width:25%;></strong> and change it to <strong><div style="float:left;width:25%;margin:0 10% 0 0;"></strong>
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]