PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Gravity Forms v1.6 bug in Hebrew

  1. yoramzara
    Member

    I have a site on Hebrew wordpress 3.2.1. I am using gravity forms for a year and it works fine. After upgrading to Gravity Forms v1.6 the gravity forms dashboard looks bad and broken. It flips my whole admin panel. See: http://www.diigo.com/item/image/1d5jq/kb15
    The front end forms work fine. Any suggestions?

    Posted 12 years ago on Monday November 7, 2011 | Permalink
  2. I'll take a look at this and see what I can find out. I'll post back here when I do.

    Posted 12 years ago on Wednesday November 9, 2011 | Permalink
  3. Try this for me.. edit your admin.css file and remove the first rule

    [css]
    * {
    	direction: ltr
    }

    that was something new in 1.6. Let me know what happens when you do that and I'll take a look from there. I didn't run into that issue in my initial tests but I'll do some more testing based on what we find out here.

    Thanks.

    Posted 12 years ago on Thursday November 10, 2011 | Permalink
  4. Hi

    I had the same problem I removed the line in admin.css and it works.

    If you wan't to partially fix the direction problem for RTL languages in the admin area add this:
    div#wpbody { direction: ltr; }

    Posted 11 years ago on Wednesday October 24, 2012 | Permalink