i meant i made a very simple plugin with a WP_Widget derived class.
in the admin panel i can add my widget then and set the height of the div tag on home page.
I didnt know "Widget Logic" plugin , so i installed it and tested what you did and i get same result
the text widget appears on the left but the same one on the right doesnt.
2 thing i have to say though :
- first i edited quite a few line in the index.php file of Atahualpa theme.
- second i added a home.php to customize my homepage but the following code remain the same at beginning.
PHP Code:
list($bfa_ata, $cols, $left_col, $left_col2, $right_col, $right_col2, $bfa_ata['h_blogtitle'], $bfa_ata['h_posttitle']) = bfa_get_options();
get_header();
extract($bfa_ata);
i will test with nother blog on a vanilla atahualpa theme to see if the probleme is from me messing around php file.
Thanks,
[edit]
it's working with a vanilla atahualpa so i guess i'll look into the changes i made .
sorry