Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2205308
Translations
Closed

Comments

  • yossifk started the conversation

    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!

  •  2,699
    PenciDesign replied

    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:

    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