Ticket #9 (closed defect: fixed)
RTL problems on inner pages
| Reported by: | ofer | Owned by: | ofer |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.5 - Beta wordpress plugin |
| Component: | WordPress Plugin | Version: | |
| Keywords: | rtl, language, css, stylesheet | Cc: |
Description
Can be seen @
http://www.islands.co.il/he/2009/02/skype-spammers/
works if dir=rtl is applied to the widecolumn class
Change History
comment:2 Changed 2 years ago by datapharmer
- Keywords rtl, language, css, stylesheet added
This is a stylesheet issue (since the stylesheet was designed for ltr and not rtl display) and not inherently a problem with the plugin. In style.css change .widecolumn to be as follows and it should correct your problem:
.widecolumn {
margin:5px 0 0 150px;
padding:20px;
width:auto;
Any ideas on how this can be corrected in the plugin? I think there are just too many possibilities out there to attempt to mitigate styling problems caused by rtl...
comment:3 Changed 2 years ago by ofer
- Owner changed from Amir to ofer
- Status changed from new to accepted
I am thinking about using the jQuery.rule plugin in order to change right to left on floats, this will solve many of the issues at hand here, although I'd have to agree many other changes have to be taken into consideration. Hope I can come up with something working soon for this one.
comment:4 Changed 19 months ago by ofer
- Status changed from accepted to closed
- Resolution set to fixed
After an attempt to automatically do it, this is not trivial at all
[470] adds support for themes that properly support rtl
And people can also use css janus
http://cssjanus.commoner.com/
Closing
