[buddypress-trac] [BuddyPress Trac] #7606: RTL Support for Emails
buddypress-trac
noreply at wordpress.org
Fri Oct 6 09:31:48 UTC 2017
#7606: RTL Support for Emails
--------------------------+-----------------------------
Reporter: vapvarun | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version: 2.8.2
Severity: normal | Keywords: needs-patch
--------------------------+-----------------------------
For RTL sites, There is no option to move footer and header to the right
side. Also in email body when we put a period at the end of the persian
sentence the period come to the first of the line.
text-align: left is also hardcoded inside
/buddypress/bp-templates/bp-legacy/buddypress/assets/emails/single-bp-
email.php
Line 188
{{{
<td style="padding: 20px; width: 100%; font-size: <?php echo esc_attr(
$settings['footer_text_size'] . 'px' ); ?>; font-family: sans-serif; mso-
height-rule: exactly; line-height: <?php echo esc_attr( floor(
$settings['footer_text_size'] * 1.618 ) . 'px' ) ?>; text-align: left;
color: <?php echo esc_attr( $settings['footer_text_color'] ); ?>;"
class="footer_text_color footer_text_size">
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7606>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list