RTL forms

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support Forums Support (Legacy) RTL forms

This topic is: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2543

    Jonathan Harrison
    Participant

    I am using WordPress Hebrew with the Buzz theme.
    I want to create a Hebrew contact form.

    Here is my wp-content/themes/buzz-child/assets/css/rtl.css file:
    __________________
    @import “../../../buzz/assets/css/rtl.min.css”;

    /* Your CSS code goes here
    ————————————– */

    .pojoformtext-rtl
    {
    direction: rtl;
    }
    __________________

    and here is the start of my form settings:
    __________________
    Field Type:
    Field Label (Required):
    שם
    Settings
    Placeholder:
    שמך
    Required:
    Width:
    Shortcode ID:
    [form-field-2]
    CSS Classes:
    pojoformtext-rtl
    __________________

    I have used pojoformtext-rtl as the class for all fields, but my form is still left to right.

    What do I need to do so that the fields, labels and text are all RTL?

    #2548

    Boaz
    Keymaster

    Hi,

    First of all, are you using a Hebrew Dashboard?
    If so, all of your website should be RTL, including the forms.

    There is no reason to add this classes and CSS.

    #2553

    Jonathan Harrison
    Participant

    Thanks Boaz.

    #2554

    Boaz
    Keymaster

    You are welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Support (Legacy)’ is closed to new topics and replies.