XF 1.4 Problem with amazon widgets in sidebar

Hristo Avramov

Active member
I have a problem with all amazon widgets in sidebar. They are small enough to fit inside but they always show in the footer, after the website. When I put amazon banner with the same size it fits perfectly and it stays in the sidebar. Maybe someone dealt already with this. Here is the code of amazon widgets if you are interested.

Code:
<SCRIPT charset="utf-8" type="text/javascript" src="http://ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fgameforu07-20%2F8009%2Fa723c713-bd60-41ea-b3a8-cd3f378f0d76&Operation=GetScriptTemplate"> </SCRIPT> <NOSCRIPT><A HREF="http://ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fgameforu07-20%2F8009%2Fa723c713-bd60-41ea-b3a8-cd3f378f0d76&Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT>
 
I used rotating ads for that matter too, it still doesn't fit, its not from widget framework. Even if I put the ad after breadcrumbs it still doesn't show, but if I type TEST I can see it in my site.
 
I will tell you why its not a problem of widget framework, try to put this code even in list notices. The widget just goes in the footer.
Code:
<SCRIPT charset="utf-8" type="text/javascript" src="http://ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fgameforu07-20%2F8009%2Ffba377b7-0ab7-435a-b6c6-2b0301727417&Operation=GetScriptTemplate"> </SCRIPT> <NOSCRIPT><A HREF="http://ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fgameforu07-20%2F8009%2Ffba377b7-0ab7-435a-b6c6-2b0301727417&Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT>
 
Top Bottom