#1035 closed defect (bug) (fixed)
RTL issues in local theme directory
Reported by: | ramiy | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Theme Directory | Keywords: | |
Cc: |
Description (last modified by )
Hi,
Compare those links to see the issues:
https://he.wordpress.org/
https://he.wordpress.org/themes/
- There are no RTL styles for the themes directory
Change History (13)
#3
@
9 years ago
r1594 adds a RTL stylesheet using grunt-rtlcss, which fixes most of the layout issues.
A few small things remain at first glance, such as the icons (dashicons) which need to be flipped to their RTL counterparts using specific .rtl
overrides.
#5
@
9 years ago
Can you check the Singular view: https://he.wordpress.org/themes/twentythirteen/
It looks like the arrows there need to be flipped around (in the Theme Website, and return to search results section)
If you perform a search, and then enter a view, do the Next/Back links work as you'd expect them to in RTL?
#7
@
9 years ago
Seems like the footer is aligned to left.
In the main page (https://he.wordpress.org/) it looks good
but in the themes directory (https://he.wordpress.org/themes/) it's not
because the theme directory is fullwidth.
I think you need to align the footer text to the center like in https://wordpress.org/
This ticket was mentioned in Slack in #polyglots by dd32. View the logs.
9 years ago
#10
@
9 years ago
- Description modified (diff)
- Summary changed from RTL issues in local theme/plugin directories to RTL issues in local theme directory
#11
@
9 years ago
- Owner set to dd32
- Resolution set to fixed
- Status changed from new to closed
In 1634:
#12
@
9 years ago
Also, what's with the two current/parent nav items (indicated by the upward-facing triangle) in the header nav on this page: https://he.wordpress.org/themes/
It looks like the News (חדשות) page is for some reason resolving as the parent of the themes (תבניות) page. Not sure what's going on there, but it doesn't match the English version of the site.
#13
@
9 years ago
Also, what's with the two current/parent nav items (indicated by the upward-facing triangle) in the header nav on this page: https://he.wordpress.org/themes/
Known issue from the Global header, I've been afk and wasn't able to fix it before I left. Should be fixed in the next couple of days.
The footer was a known issue, trac'd it here: #1036
Hadn't tested it on a RTL site until pushing the change out, so we'll need to put together a RTL stylesheet for these themes.