Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    Hi @mhoseingh,

    The form should show left to right when you have a left to right language selected in your WordPress settings.

    Is that not happening? If so do you have a link you can share?

    Kind Regards,

    Thread Starter mhoseingh

    (@mhoseingh)

    I want to show left to right even if rtl language selected.

    • This reply was modified 3 years, 5 months ago by mhoseingh.
    Plugin Author Payment Plugins

    (@mrclayton)

    @mhoseingh,

    You will need to programmatically remove the RLT dependency. Something like the following, in your theme’s footer should work:

    unset(wp_styles()->registered[ 'wc-stripe-styles']->extra['rtl']);

    Kind Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Force form to LTR’ is closed to new replies.