Lora77
Forum Replies Created
-
Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] Use Enhanced Text Widget for SidebarsYes, everytime you change a theme you will loose your previously used widegets. That’s why you will have to reenter it again.
But, i see you have successfully find a way to solve this. Thanks for sharing that ??Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] More Amazon parametersHi,
Yes, i will try to make an update as soon as i have some time. ??
Do you have anything else in mind for the next one?
ThanksForum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] I can't get the plugin to workSorry for the late reply.
If you want to show deals through this plugin, then it is impossible, because Amazon doesn’t allow this feature at this moment.
If you want to use Wpzon in your sidebar then here is a short how-to: https://wpnicheground.blogspot.com/2013/01/wpzon-settings.htmlForum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] ErroeIt looks like the search index (sindex) is not correct.
Try this instead:
[wpzon keywords=”Tissot” sindex=”Watches” sort=”reviewrank” listing=”8″]For a list of correct search index values go to (choose your county first) https://docs.aws.amazon.com/AWSECommerceService/latest/DG/localevalues.html
Hope it helped ??
Your shortcode: [wpzon keywords=”ipad case” sindex=”electronics” country=”com”] is not correct because the sindex value always starts with a capital letter.
PLease delete and reinstall the plugin, use your Aws info and the modified shortcode : [wpzon keywords=”ipad case” sindex=”Electronics” country=”com”].
Let me know if is working.:)Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] 2 column display unwanted charactersI will try to make an update this week.
Can you tell me what other features should i add? ThanksForum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] Add button image below each listing?Thank you for your feedback:)
I’m going to work on this, this weekend…Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] page open on new windowHi,
Sorry for that, it was a mistake on my part ??Please find the following line of code (2 times)
<img src="'.$img.'" style="margin:0;padding:0;float:left;border:none;" />
and replace it with:
<a href="'.$link.'" rel="nofollow" target="_blank"><img src="'.$img.'" style="margin:0;padding:0;float:left;border:none;" /></a>
Then look for the line (4 times)
<img src="'.$img.'" style="margin:0;padding:0 0 20px 30px;border:none;" />
and replace it with:
<a href="'.$link.'" rel="nofollow" target="_blank"><img src="'.$img.'" style="margin:0;padding:0 0 20px 30px;border:none;" /></a>
Thanks, God bless!
In 2-3 weeks, hopefully i’m going to make an update and add the shortcode to the WordPress editor.Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] page open on new windowGo to Plugins->Editor and from the right drop-down menu choose WpZon.
Then find the following lines of code:$content .= '<div style="width:100%"> <div style="float:left;width:15%;"> <img src="'.$img.'" style="margin:0;padding:0;float:left;border:none;" /></div> <div style="float:left;margin:0px 50px 90px 0;width:75%;"><a href="'.$link.'" rel="nofollow" >'.$titlel.'</a><span style="color: #'.$pricecol.';font-size:14px;text-decoration:none;font-weight:600;"> '.$sprice.' </span><strike style="color:#444;"><span style="font-size:13px;text-decoration:none;font-weight:500;">'.$lprice.'</span></strike>'.$desc.'<div style="font-size:12px;clear:both;">'.$avab.'</div><a href="'.$link.'" rel="nofollow">'.$seed.'</a></div></div>'; } else { $content .= '<div style="width:100%"> <div style="float:left;width:15%;"> <img src="'.$img.'" style="margin:0;padding:0;float:left;border:none;" /></div> <div style="float:left;margin:0px 50px 90px 0;width:75%;"><a href="'.$link.'" rel="nofollow">'.$titlel.'</a><span style="color: #'.$pricecol.';font-size:14px;text-decoration:none;font-weight:600;"> '.$sprice.' </span> <strike style="color:#444;"><span style="font-size:13px;text-decoration:none;font-weight:500;">'.$lprice.'</span></strike><div style="font-size:12px;clear:both;">'.$avab.'</div><a href="'.$link.'" rel="nofollow">'.$seed.'</a></div></div>';}} elseif ($col == "2") { if ($descr == "1") { if(($i % 2)==0){ $content .= '<div style="margin-bottom:140px;float:left;width:48%;margin-right:4%;"> <div style="width:250px;height:97px;" > <img src="'.$img.'" style="margin:0;padding:0 0 20px 30px;border:none;" /></div> <a href="'.$link.'" rel="nofollow">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both"><span style="color: #'.$pricecol.';font-size:15px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:13px;">'.$lprice.'</span></strike>'.$desc.'<div style="font-size:12px;clear:both;">'.$avab.'</div></div></div>'; } else { $content .= '<div style="margin-bottom:140px;float:left;width:48%;margin-right:0%;"> <div style="width:250px;height:97px;" > <img src="'.$img.'" style="margin:0;padding:0 0 20px 30px;border:none;" /></div> <a href="'.$link.'" rel="nofollow">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both"><span style="color: #'.$pricecol.';font-size:15px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:13px;">'.$lprice.'</span></strike>'.$desc.'<div style="font-size:12px;clear:both;">'.$avab.'</div></div></div>'; }} else { if(($i % 2)==0){ $content .= '<div style="margin-bottom:140px;float:left;width:48%;margin-right:4%;"> <div style="width:250px;height:97px;" > <img src="'.$img.'" style="margin:0;padding:0 0 20px 30px;border:none;" /></div> <a href="'.$link.'" rel="nofollow">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both"><span style="color: #'.$pricecol.';font-size:15px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:13px;">'.$lprice.'</span></strike><div style="font-size:12px;clear:both;">'.$avab.'</div></div></div>'; } else { $content .= '<div style="margin-bottom:140px;float:left;width:48%;margin-right:0%;"> <div style="width:250px;height:97px;" > <img src="'.$img.'" style="margin:0;padding:0 0 20px 30px;border:none;" /></div> <a href="'.$link.'" rel="nofollow">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both"><span style="color: #'.$pricecol.';font-size:15px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:13px;">'.$lprice.'</span></strike><div style="font-size:12px;clear:both;">'.$avab.'</div></div></div>'; }} $i++; if(($i % 2)==0){$content .= '<div style="clear:both"></div>';} } elseif ($col == "3") { if ($descr == "1") { if (($i % 3)==0) { $content .= '<div style="margin-bottom:130px;float:left;width:29%;margin-right:6%;"> <div style="width:200px;height:97px;" > <a href="'.$link.'" rel="nofollow"><img src="'.$img.'" style="margin:0;padding:0px 0 0 30px;border:none;" /></a></div> <a href="'.$link.'" rel="nofollow">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both;"><span style="color: #'.$pricecol.';font-size:14px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:12px;font-weight:500;;">'.$lprice.'</span></strike>'.$desc.'<div style="font-size:12px;clear:both;color:#777;">'.$avab.'</div></div></div>'; } elseif (($i % 3)==1) { $content .= '<div style="margin-bottom:130px;float:left;width:29%;margin-right:6%;"> <div style="width:200px;height:97px;" > <a href="'.$link.'" rel="nofollow"><img src="'.$img.'" style="margin:0;padding:0px 0 0 30px;border:none;" /></a></div> <a href="'.$link.'" rel="nofollow">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both;"><span style="color: #'.$pricecol.';font-size:14px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:12px;font-weight:500;;">'.$lprice.'</span></strike>'.$desc.'<div style="font-size:12px;clear:both;color:#777;">'.$avab.'</div></div></div>'; } else{ $content .= '<div style="margin-bottom:130px;float:left;width:29%;margin-right:0%;"> <div style="width:200px;height:97px;" > <a href="'.$link.'" rel="nofollow"><img src="'.$img.'" style="margin:0;padding:0px 0 0 30px;border:none;" /></a></div> <a href="'.$link.'" rel="nofollow">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both;"><span style="color: #'.$pricecol.';font-size:14px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:12px;font-weight:500;;">'.$lprice.'</span></strike>'.$desc.'<div style="font-size:12px;clear:both;color:#777;">'.$avab.'</div></div></div>'; } } else { if (($i % 3)==0) { $content .= '<div style="margin-bottom:130px;float:left;width:29%;margin-right:6%;"> <div style="width:200px;height:97px;" > <a href="'.$link.'" rel="nofollow"><img src="'.$img.'" style="margin:0;padding:0px 0 0 30px;border:none;" /></a></div> <a href="'.$link.'" rel="nofollow">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both;"><span style="color: #'.$pricecol.';font-size:14px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:12px;font-weight:500;;">'.$lprice.'</span></strike><div style="font-size:12px;clear:both;color:#777;">'.$avab.'</div></div></div>'; } elseif (($i % 3)==1) { $content .= '<div style="margin-bottom:130px;float:left;width:29%;margin-right:6%;"> <div style="width:200px;height:97px;" > <a href="'.$link.'" rel="nofollow"><img src="'.$img.'" style="margin:0;padding:0px 0 0 30px;border:none;" /></a></div> <a href="'.$link.'" rel="nofollow">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both;"><span style="color: #'.$pricecol.';font-size:14px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:12px;font-weight:500;;">'.$lprice.'</span></strike><div style="font-size:12px;clear:both;color:#777;">'.$avab.'</div></div></div>'; } else{ $content .= '<div style="margin-bottom:130px;float:left;width:29%;margin-right:0%;"> <div style="width:200px;height:97px;" > <a href="'.$link.'" rel="nofollow"><img src="'.$img.'" style="margin:0;padding:0px 0 0 30px;border:none;" /></a></div> <a href="'.$link.'" rel="nofollow">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both;"><span style="color: #'.$pricecol.';font-size:14px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:12px;font-weight:500;;">'.$lprice.'</span></strike><div style="font-size:12px;clear:both;color:#777;">'.$avab.'</div></div></div>'; } } $i++; if(($i % 3) == 0 ){$content .= '<div style="clear:both"></div>';} }
and replace it with this.
$content .= '<div style="width:100%"> <div style="float:left;width:15%;"> <img src="'.$img.'" style="margin:0;padding:0;float:left;border:none;" /></div> <div style="float:left;margin:0px 50px 90px 0;width:75%;"><a href="'.$link.'" rel="nofollow" target="_blank">'.$titlel.'</a><span style="color: #'.$pricecol.';font-size:14px;text-decoration:none;font-weight:600;"> '.$sprice.' </span><strike style="color:#444;"><span style="font-size:13px;text-decoration:none;font-weight:500;">'.$lprice.'</span></strike>'.$desc.'<div style="font-size:12px;clear:both;">'.$avab.'</div><a href="'.$link.'" rel="nofollow" target="_blank">'.$seed.'</a></div></div>'; } else { $content .= '<div style="width:100%"> <div style="float:left;width:15%;"> <img src="'.$img.'" style="margin:0;padding:0;float:left;border:none;" /></div> <div style="float:left;margin:0px 50px 90px 0;width:75%;"><a href="'.$link.'" rel="nofollow" target="_blank">'.$titlel.'</a><span style="color: #'.$pricecol.';font-size:14px;text-decoration:none;font-weight:600;"> '.$sprice.' </span> <strike style="color:#444;"><span style="font-size:13px;text-decoration:none;font-weight:500;">'.$lprice.'</span></strike><div style="font-size:12px;clear:both;">'.$avab.'</div><a href="'.$link.'" rel="nofollow" target="_blank">'.$seed.'</a></div></div>';}} elseif ($col == "2") { if ($descr == "1") { if(($i % 2)==0){ $content .= '<div style="margin-bottom:140px;float:left;width:48%;margin-right:4%;"> <div style="width:250px;height:97px;" > <img src="'.$img.'" style="margin:0;padding:0 0 20px 30px;border:none;" /></div> <a href="'.$link.'" rel="nofollow" target="_blank">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both"><span style="color: #'.$pricecol.';font-size:15px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:13px;">'.$lprice.'</span></strike>'.$desc.'<div style="font-size:12px;clear:both;">'.$avab.'</div></div></div>'; } else { $content .= '<div style="margin-bottom:140px;float:left;width:48%;margin-right:0%;"> <div style="width:250px;height:97px;" > <img src="'.$img.'" style="margin:0;padding:0 0 20px 30px;border:none;" /></div> <a href="'.$link.'" rel="nofollow" target="_blank">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both"><span style="color: #'.$pricecol.';font-size:15px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:13px;">'.$lprice.'</span></strike>'.$desc.'<div style="font-size:12px;clear:both;">'.$avab.'</div></div></div>'; }} else { if(($i % 2)==0){ $content .= '<div style="margin-bottom:140px;float:left;width:48%;margin-right:4%;"> <div style="width:250px;height:97px;" > <img src="'.$img.'" style="margin:0;padding:0 0 20px 30px;border:none;" /></div> <a href="'.$link.'" rel="nofollow" target="_blank">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both"><span style="color: #'.$pricecol.';font-size:15px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:13px;">'.$lprice.'</span></strike><div style="font-size:12px;clear:both;">'.$avab.'</div></div></div>'; } else { $content .= '<div style="margin-bottom:140px;float:left;width:48%;margin-right:0%;"> <div style="width:250px;height:97px;" > <img src="'.$img.'" style="margin:0;padding:0 0 20px 30px;border:none;" /></div> <a href="'.$link.'" rel="nofollow" target="_blank">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both"><span style="color: #'.$pricecol.';font-size:15px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:13px;">'.$lprice.'</span></strike><div style="font-size:12px;clear:both;">'.$avab.'</div></div></div>'; }} $i++; if(($i % 2)==0){$content .= '<div style="clear:both"></div>';} } elseif ($col == "3") { if ($descr == "1") { if (($i % 3)==0) { $content .= '<div style="margin-bottom:130px;float:left;width:29%;margin-right:6%;"> <div style="width:200px;height:97px;" > <a href="'.$link.'" rel="nofollow" target="_blank"><img src="'.$img.'" style="margin:0;padding:0px 0 0 30px;border:none;" target="_blank" /></a></div> <a href="'.$link.'" rel="nofollow" target="_blank">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both;"><span style="color: #'.$pricecol.';font-size:14px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:12px;font-weight:500;;">'.$lprice.'</span></strike>'.$desc.'<div style="font-size:12px;clear:both;color:#777;">'.$avab.'</div></div></div>'; } elseif (($i % 3)==1) { $content .= '<div style="margin-bottom:130px;float:left;width:29%;margin-right:6%;"> <div style="width:200px;height:97px;" > <a href="'.$link.'" rel="nofollow" target="_blank"><img src="'.$img.'" style="margin:0;padding:0px 0 0 30px;border:none;" /></a></div> <a href="'.$link.'" rel="nofollow" target="_blank">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both;"><span style="color: #'.$pricecol.';font-size:14px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:12px;font-weight:500;;">'.$lprice.'</span></strike>'.$desc.'<div style="font-size:12px;clear:both;color:#777;">'.$avab.'</div></div></div>'; } else{ $content .= '<div style="margin-bottom:130px;float:left;width:29%;margin-right:0%;"> <div style="width:200px;height:97px;" > <a href="'.$link.'" rel="nofollow" target="_blank"><img src="'.$img.'" style="margin:0;padding:0px 0 0 30px;border:none;" /></a></div> <a href="'.$link.'" rel="nofollow" target="_blank">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both;"><span style="color: #'.$pricecol.';font-size:14px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:12px;font-weight:500;;">'.$lprice.'</span></strike>'.$desc.'<div style="font-size:12px;clear:both;color:#777;">'.$avab.'</div></div></div>'; } } else { if (($i % 3)==0) { $content .= '<div style="margin-bottom:130px;float:left;width:29%;margin-right:6%;"> <div style="width:200px;height:97px;" > <a href="'.$link.'" rel="nofollow" target="_blank"><img src="'.$img.'" style="margin:0;padding:0px 0 0 30px;border:none;" /></a></div> <a href="'.$link.'" rel="nofollow" target="_blank">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both;"><span style="color: #'.$pricecol.';font-size:14px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:12px;font-weight:500;;">'.$lprice.'</span></strike><div style="font-size:12px;clear:both;color:#777;">'.$avab.'</div></div></div>'; } elseif (($i % 3)==1) { $content .= '<div style="margin-bottom:130px;float:left;width:29%;margin-right:6%;"> <div style="width:200px;height:97px;" > <a href="'.$link.'" rel="nofollow" target="_blank"><img src="'.$img.'" style="margin:0;padding:0px 0 0 30px;border:none;" /></a></div> <a href="'.$link.'" rel="nofollow" target="_blank">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both;"><span style="color: #'.$pricecol.';font-size:14px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:12px;font-weight:500;;">'.$lprice.'</span></strike><div style="font-size:12px;clear:both;color:#777;">'.$avab.'</div></div></div>'; } else{ $content .= '<div style="margin-bottom:130px;float:left;width:29%;margin-right:0%;"> <div style="width:200px;height:97px;" > <a href="'.$link.'" rel="nofollow" target="_blank"><img src="'.$img.'" style="margin:0;padding:0px 0 0 30px;border:none;" /></a></div> <a href="'.$link.'" rel="nofollow" target="_blank">'.$title.'</a> <div style="float:left;margin:3px 0 0px 0;clear:both;"><span style="color: #'.$pricecol.';font-size:14px;text-decoration:none;font-weight:600;"> '.$sprice.'</span> <strike style="color:#444;"><span style="font-size:12px;font-weight:500;;">'.$lprice.'</span></strike><div style="font-size:12px;clear:both;color:#777;">'.$avab.'</div></div></div>'; } } $i++; if(($i % 3) == 0 ){$content .= '<div style="clear:both"></div>';} }
Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] Error simplexml_load_stringPlease use this shortcode instead.
[wpzon keywords=”iphone 6 case” sindex=”Electronics” snode=”2811119011″ sort=”salesrank” listing=”10″ country=”com” descr=”1″ col=”2″]
The value for sindex wasn’t correct. You can find them here by country.
As for the snode option go here and choose the main category. In our example Electronics, then Cell Phones & Accessories and copy the code.
Hope this helps. ??Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] Search IndexHi,
There is a list here https://docs.aws.amazon.com/AWSECommerceService/latest/DG/APPNDX_SearchIndexValues.html
Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] Tracking IDYes, you have to
Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] Sometimes AMZ items wont show?It should work with W3 Total Cache (here is a quick guide )
How many shortcodes are you using per page?
Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] I can't get the plugin to workPlease try it out with these Keys and shortcode first.
Aws Access key: AKIAJEKAXDXZLVKK42UQ
Aws Secret Access key: 81F//Unhef5ZwtkmBvjmV4wiG40BpZ3LlWFqfXnsshortcode: [wpzon keywords=”pressure cooker” sindex=”Kitchen” listing=”4″ country=”com” descr=”0″ col=”1″]
If it’s working then generate a new pair of keys (AWS Security Credentials ). https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html
Forum: Plugins
In reply to: [WpZon - Amazon Affiliate Plugin] child theme to keep modified codeYes it will be possible in the next update.