Now that Fusion Core supports RTL, Acquia Prosper can be updated with RTL support.

Comments

farhadhf’s picture

Status: Active » Reviewed & tested by the community

This is my web site : digidesk.ir , I'm using Acquia Prosper theme with rtl enabled, and I don't have any major problems with that.
Thanks

P.S. Menu list style for link menus doesn't look right...

farhadhf’s picture

for changing right arrow to left arrow, in template.php make these changes :
implode(' → ', $breadcrumb) -----> implode(' ← ', $breadcrumb)

I can't find anyway to make menu-list style show the bullets on the right side of the block,
html{ direction:rtl; } or ul{ direction: rlt; text-align:right; } should do that , but neither make any difference :P

any ideas?

farhadhf’s picture

StatusFileSize
new73.33 KB

Hi
I fixed the menu-list style. Its being shown properly now,
btw , I attached a copy of the theme, most of parts are working nice right now , but the search box should be mirrored.

I wanted my footer message to be in English , so I changed its text direction to ltr, if you want to enter it in a rtl language , just comment the #footer-message part in local.css .

farhadhf’s picture

Is anyone working on rtl support for acquia prosper?

jeremycaldwell’s picture

Status: Reviewed & tested by the community » Postponed

Yes we still plan on adding RTL support to Acquia Prosper soon. Fusion now supports it quite nicely and I have it working correctly in the 3.x version of Acquia Marina so it should make it's way to Acquia Prosper soon.

yraffah’s picture

StatusFileSize
new9.62 KB

@farhadhf
Your menu-list style fix didn't work with me. Whenever I add the following lines, the arrows and bullets disappear, as per the attached image.

.prosper-gray-rounded-style ul li.collapsed {
  background: transparent url(images/menu-block-collapsed.png) no-repeat right 10px;
  text-indent: 20px;
}

.prosper-gray-rounded-style ul li.expanded {
  background: transparent url(images/menu-block-expanded.png) no-repeat right 10px;
  text-indent: 20px;
}

Update: My mistake, it was a path issue. I changed it from (images/menu-block-collapsed.png) to (../images/menu-collapsed.png)!

stephthegeek’s picture

Version: 6.x-1.0-beta3 » 6.x-1.x-dev
Status: Postponed » Active

We'll get this in for the 1.0

jeremycaldwell’s picture

Status: Active » Fixed

Changes have been made and are in the latest release of the theme.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.