After installing the latest updates of the Amazontools, the formatting of the Amazontools blocks broke at my installation; the product images are now no longer centered, but aligned to the left; the product title is no longer linked to anything, an below appears some style tags (e.g. Bändeclass="amazontools_review_link", class="amazontools_review_link") which most probably are not supposed to be seen by the user. This looks pretty ugly and qute broken.
Is there some way to configure this behaviour or at least to get rid of the style tags below the products?
Regards, -asb
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | AMAZONTOOLS_4-7_BLOCK_THEME_0.txt | 731 bytes | Prometheus6 |
| #1 | AMAZONTOOLS_4-7_BLOCK_THEME.txt | 951 bytes | Prometheus6 |
Comments
Comment #1
Prometheus6 commentedTypo in theme_amazon_block()...sorry about that.
I just committed the attached patch. Your images still aren't centered because in the previous commit I replaced the hard-coded center attribute with a class (<div style="text-align: center;"> became <div class="amazontools_block">)
Here's the block formatting function I just replaced if you prefer that.
Comment #2
asb commented> Typo in theme_amazon_block()...sorry about that.
Was this fixed in the version from 2006-10-26? I still get
class="amazontools_review_link" below the product images in the blocks "product recommendation" and "product review".
Regards, -asb
Comment #3
Prometheus6 commentedIdiot that I am, I was working on the HEAD branch. I just committed the proper fix.
Comment #4
Prometheus6 commented