Comments yossifk started the conversationNovember 5, 2019 at 10:09amHi,Were still working on translating our LTR English website to RTL Hebrew.1) How can we set the post sidebar to remain on the right for all English posts but appear on the left globally for all Hebrew Posts?2) How can I move the more posts box that appears on bottom left when you scroll down in LTR see https://breslov.org/standing-up-to-the-test-of-faith/ to show on right in RTL?3) Also need translate the "SEE ALL" text that appears in the post box Thanks! 2,700PenciDesign repliedNovember 5, 2019 at 12:28pmHi,1/ Please update the theme to latest version first ( version 7.0.6 ) - check this guide.And please try add more this code to Customize > Custom CSS to do that: body.rtl .penci-single-style-10 .penci-single-s10-content, body.rtl .container.penci_sidebar #main{ float: right; padding-left: 50px; padding-right: 0; }2/ Please try add more this code to Customize > Custom CSS to do that: body.rtl .penci-rlt-popup{ left: auto; right: 0; }3/ Please use pencilang shortcode like we said on documentation here via Customize > Quick Text Translation.With your case, you can use shortcode like this: [pencilang en_US='See All' he_IL='ראה הכל' /] Best Regards,PenciDesign Sign in to reply ...
Hi,
Were still working on translating our LTR English website to RTL Hebrew.
1) How can we set the post sidebar to remain on the right for all English posts but appear on the left globally for all Hebrew Posts?
2) How can I move the more posts box that appears on bottom left when you scroll down in LTR see https://breslov.org/standing-up-to-the-test-of-faith/ to show on right in RTL?
3) Also need translate the "SEE ALL" text that appears in the post box
Thanks!
Hi,
1/ Please update the theme to latest version first ( version 7.0.6 ) - check this guide.
And please try add more this code to Customize > Custom CSS to do that:
2/ Please try add more this code to Customize > Custom CSS to do that:
3/ Please use pencilang shortcode like we said on documentation here via Customize > Quick Text Translation.
With your case, you can use shortcode like this:
Best Regards,
PenciDesign