Logo and contact form for Multilingual Site

We have a multilingual site (English and Arabic). I have a different logo image file that should appear on RTL that has the text in Arabic. How can we show a different logo on the Arabic (RTL)? Currently everything is controlled from Theme Options and I do not see a place to choose the appropriate logo for each language.

Also, on another note, when I added a contact form on the Arabic (RTL) footer, the text placeholder for the name shows correctly on the right hand side but the field for the email, the text placeholder is on the left. How can I correct this?

Please note I cannot share the site URL on this public discussion forum.


Comments

  • Hey,

    Please send us the WordPress dashboard and FTP access privately through the contact form, which is on the right side at https://themeforest.net/user/muffingroup#contact and we will check that out.

    Notice!

    Please attach a link to this forum discussion.

    Sending incorrect or incomplete data will result in a longer response time.

    Therefore, please ensure that the data you send are complete and correct.

    Thanks

  • Just sent the admin access via themeforest private form. Just to recap the two issues:

    • logo for RTL to be different image than English site
    • contact form for email sign up on RTL with placeholder text not aligned to the right

    Thank you

  • 1) You use Polylang, which we do not support. However, I found the following option, and it works:

    2) Try the following CSS code:

    .rtl .wpcf7 input{
     direction: rtl;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • Thank you. That worked for both issue.

Sign In or Register to comment.