Bulletproof: Problem with Amazon-Plugin
Bulletproof: Problem with Amazon-Plugin
Hi,
i just noticed that when i use the "Bulletproof" theme with S-S-B config and put the Amazon-Plugin in one of the sidebars, the post(s) / body gets out of place and drawn into the right sidebar at the end of the sidebar.
How to solve this issue?
Anybody else experiencing similar issues with other sidebar-plugs?
i just noticed that when i use the "Bulletproof" theme with S-S-B config and put the Amazon-Plugin in one of the sidebars, the post(s) / body gets out of place and drawn into the right sidebar at the end of the sidebar.
How to solve this issue?
Anybody else experiencing similar issues with other sidebar-plugs?
Re: Bulletproof: Problem with Amazon-Plugin
URL to the blog where we can see the problem live?iskru wrote:i just noticed that when i use the "Bulletproof" theme with S-S-B config and put the Amazon-Plugin in one of the sidebars, the post(s) / body gets out of place and drawn into the right sidebar at the end of the sidebar.
How to solve this issue?
YL
You can see it at http://www.iskru.com/.
If i place the plug in the left sidebar, then it even chews up the right sidebar completely ...
If i place the plug in the left sidebar, then it even chews up the right sidebar completely ...
Re: Bulletproof: Problem with Amazon-Plugin
I have never used the Amazon sidebar plugin myself, but I'm guessing it's similar to a sidebar HTML nugget, i.e. you have to insert the code for the links into a textarea box in the plugin configuration? Because the code in your blog looks as if the div containers in the amazon box have not been closed properly, therefore closing other container divs used in BP.iskru wrote:i just noticed that when i use the "Bulletproof" theme with S-S-B config and put the Amazon-Plugin in one of the sidebars, the post(s) / body gets out of place and drawn into the right sidebar at the end of the sidebar.
How to solve this issue?
Could you post the code you inserted into the amazon plugin?
YL
Hi
There is indeed a </div> missing from the code in the plugin.
If you open serendipity_plugin_amazon.php in your code editor and look at line no 144 it should be
HTH
Dave
There is indeed a </div> missing from the code in the plugin.
If you open serendipity_plugin_amazon.php in your code editor and look at line no 144
Code: Select all
echo "<div align='center'><a href='" . $article['url'] . "/" . $amazonid . "'>".$article['desc']."</a>";
Code: Select all
echo "<div align='center'><a href='" . $article['url'] . "/" . $amazonid . "'>".$article['desc']."</a></div>";Dave
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Change committed.
And think about Microsoft: I bet they also have some sort of quality control, but still they have to send out patches every week or so
Regards,
Garvin
And think about Microsoft: I bet they also have some sort of quality control, but still they have to send out patches every week or so
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/