thanks for the great work for amadou ... but after installing it and trying it out it showed all the side bar blocks in only one column ( the right column ) even when i tried to make all column in the left one it kept on showing on the right column
this appeared using internet explorer .. the blocks work fine with firefox
hope to help

CommentFileSizeAuthor
#2 untitled_3.JPG40.17 KBfouadoff

Comments

jwolf’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

I don't understand.
Please provide some more details; perhaps a screenshot and/or a link to your site where the problem occurs?

fouadoff’s picture

StatusFileSize
new40.17 KB

sorry if i didn't explain the problem i faced clearly

when i organized the blocks in the side bar columns ( right and left ) it shows correctly in firefox
but when i use internet explorer , all the blocks are gathered in one colums of the sidebar ( the righ column in the sidebar

i attached a cropped screen shot for the blocks as they appeared in both internet explorer and firefox

jwolf’s picture

There is a separate stylesheet, that came with the theme, for IE that prevents this from happening.

Please make sure that you:
1. have the "ie-fixes" folder that came with the theme (in the theme's directory), and with the folder is the ie6.css file
2. did not rename any of the theme's folders, including the amadou folder.

fouadoff’s picture

thanks jwolf for following up my issue

actually i even installed amadou again to see if anything was missing but still the same problem

even the demo site for the theme http://amadou.sp0ke.net/ has the same problem using IE

i tried it on different PCs using different versions .. all the same problem
i don't know about ur side but there's no right column at all there .. only the background pic with nothing on it

regards and thanks

fouadoff’s picture

sorry i forgot to tell u , that even at the demo site there's another problem

the user avatar there showed up squeezed .. not all avatars but it's randomized ..

jwolf’s picture

What version of IE are you using?

fouadoff’s picture

it's IE6
it's the version which the majority of arabic users use here and that's why i use it to test the theme
i really find this theme wonderful and want to use it but only the IE6 problem :-s

jwolf’s picture

That's odd. When I view the theme with IE6 I don't have the same problem.
I had specifically created a separate stylesheet for IE6 and that should have solved the IE6 weirdness.

Any chance your Drupal install is not loading the IE6 stylesheet?
When you view the page source, do you see in the head section:

    <!--[if IE 6]>
      <style type="text/css" media="all">@import "/sites/all/themes/amadou/ie-fixes/ie6.css";</style>
    <![endif]-->
    <!--[if lt IE 7.]>
      <script defer type="text/javascript" src="/sites/all/themes/amadou/ie-fixes/pngfix.js"></script>
    <![endif]-->

The above should be after <script type="text/javascript">var thickbox_derivative = "original";</script>

fouadoff’s picture

sorry for being late replying ..

i toke a look at the page source and i found the mentioned code

      <!--[if IE 6]>
      <style type="text/css" media="all">@import "/drupal/themes/amadou/ie-fixes/ie6.css";</style>
    <![endif]-->
    <!--[if lt IE 7.]>
      <script defer type="text/javascript" src="/drupal/themes/amadou/ie-fixes/pngfix.js"></script>
    <![endif]-->

but i couldn't see the line which u said it should be above the code : <script type="text/javascript">var thickbox_derivative = "original";</script>

even when i take a look at the demo site's source code http://amadou.sp0ke.net/ , i still didn't see this code

i tried a fresh install of drupal and fresh downloaded copy of amadou to be sure but still the same problem

thanks

jwolf’s picture

Please provide a link to your site so that I can see if I can identify the problem.

Please disregard the code, <script type="text/javascript">var thickbox_derivative = "original";</script> , that I mentioned earlier; it does not apply.

jwolf’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)