Needs work
Project:
Four Seasons
Version:
6.x-1.18
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
16 Mar 2008 at 22:15 UTC
Updated:
14 Jul 2008 at 11:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
derjochenmeyer commentedcool, thanks for posting... here is another issue about rtl support ..
http://drupal.org/node/225253
Comment #2
optalgin commentedSome updates:
Known Issues:
I also have issues with IE6, right sidebar is printed at bottom of content
but this looks like a problem that has nothing to do with the RTL changes
Comment #3
derjochenmeyer commentedfor the ie issue just decrease the width of the column by 1 or 2 percent .. in ie-fix.css
Comment #4
optalgin commentedThanks for the IE6 tip, I just read that in other page few seconds ago :-)
but now I face another thing I'm not sure how to implement
in page.tpl.php there is this code
I wish to change that file for RTL but I'm not sure how to set a condition
Do you think something like that might work??
Anyway I'll test IE6 hacks soon, I need to find a computer with this browser installed
Thanks for your help
Comment #5
optalgin commentedI'm attaching my latest changes of RTL support for this theme
I also added a block region called "above content"
Most of the issues from my above post are still open (TBD)
Comment #6
lameei commentedThanks for your efforts. have tested this on IE6?
Comment #7
lameei commentedI did a test for IE6 there is major problems. you can use Multiple_IE to install different versions of IE on the same computer. here is thee link: http://tredosoft.com/Multiple_IE
Comment #8
optalgin commentedthanks for your comments
Please note that this version is incomplete, I have converted only what I needed
and haven't got the time (yet) to fix all problems
I have a running RTL site using this theme and I have no major problems with IE6,IE7,FF2,FF3
can you be more specific, please describe (or attach screen shot) the problems you encountered
Thanks for the link, this is really useful :-)
Comment #9
lameei commentedActually i have paste the contents on ie-fix-rtl into ie-fix so the problems have been solved. but there is one problem in ie7 and it is clear in attached picture. the circles and triangles are not positioned well. this happens in collapsed menus only in IE.
This is another software which you can use to test your site on different versions of ie: http://on10.net/blogs/sarahintampa/IETester-Helps-You-Test-Your-Site/
and here is a link which will take a snapshot of your site on different OS and browsers:
http://browsershots.org/
Comment #10
optalgin commentedThere is a problem with the 3rd level of the menu and above
I will try to fix this soon
You are also welcome to try and fix it in style-rtl.css
I think the problem is somewhere in this part
Comment #11
derjochenmeyer commentedthanks a lot for the work that you are doing on rtl ... i would be happy to include style-rtl.css in a future version of four seasons ...
Comment #12
optalgin commentedI am happy to work with this theme.. This is an amazing theme!..
I wish I had more time to dedicate for it :-)
Comment #13
lameei commentedI have added the following to fix-is CSS file the problem solved for 3rd level. for the other levels it shuold be the same.
.sidebar ul li ul li ul li ul li {
background-position: 11.8em 0.6em;
}