• Resolved sara.mansouri

    (@saramansouri)


    Hi, My website is in Persian and it looks great in this theme.
    there are just 2 small problems:

    1.I am using buddy press, when user wants to upload an avatar, as soon as he clicks on the picture to crop it, the whole website moves a lot to the right. this problem doesn’t happen with the default theme.

    2. One other problem is when I open website with my mobile phone, horizontal scrolling doesn’t lock, so it will move to right it your finger goes a bit to the right.

    Here is the part of the website:
    https://rangi.usask.ca/members/test/profile/change-avatar/
    username: test
    password: test
    the button on the right is Browse an the one one the left is upload!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Richie KS

    (@rkcorp)

    seem like it happen in default theme also. could you re-confirmed?
    i’m seeing the overflow to margin-left also even not in change avatar page. is it bp rtl issue?

    Thread Starter sara.mansouri

    (@saramansouri)

    No when I use Twenty twelve Theme these 2 problems doesn’t happen. I just double checked it.

    Thread Starter sara.mansouri

    (@saramansouri)

    Hi, Richie If I know what the problem is, I will try to solve it myself. could you please give me some info which Dive is related to these 2 problems?
    I think I need to add this attribute to related div:
    overflow-x: hidden

    Thread Starter sara.mansouri

    (@saramansouri)

    Hi, anyone who have the same problems for right to left languages could solve them this way:

    1. for solving the first problem I have removed this part of code from jquery.Jcrop.min.js which is located in this folder: wp-includes\js\jcrop
    var M=y().mousedown(s(“move”)).css({cursor:”move”,position:”absolute”,zIndex:360})
    As you can see this is not a part of theme but I don’t know why this problem doesn’t happen with the default theme.

    2. for solving the second problem, I have added following attribute to body{} in styles.css file related to mesocolumn theme:
    overflow-x: hidden;

    @richie do you think these changes would cause any potential problems?
    Thanks

    Theme Author Richie KS

    (@rkcorp)

    thx for the update sara.

    since it is a core edit in wp-includes, it might have some effect when you upload crop image in admin dashboard.

    looking into this issue for next update.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Right to left website movement’ is closed to new replies.