This topic is locked

Create Right to Left Apllication.

10/9/2009 12:17:38 PM
ASPRunnerPro General questions
Y
yairilan author

Hi,

I'm trying to create RTL apllication in Hebrew with 6.1 version.

I've changed the CSS of all the Styles with adding "direction: rtl;" to Body text.

In General it works good with all the layouts, except from the menus.

The real problem is with those layouts which has a side menu, like Amsterdam. In those, the menu stays on the left side, and is a bit broken.

That's why I've chosen Madrid layout, and it's perfect except of the upper menu - it looks good in the visual editor, but on the web it's still in the Left side.
I need your help please, with explnations of how to change all the Layouts for RTL:

1.How can I fix the menu problem in Madrid Layout?

2. How can I change all the layouts for perfect RTL?
With 5.2 version, I did it well with Frontpage, but now it doesn't work.

If someone has done it, I'll be glad if He/She can shere it.
Here is a link with a few Print Screens:

https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=12888&image=1&table=forumtopics
Thanks vry much

Yair.

Y
yairilan author 10/14/2009

Help?? Someone?

J
Jane 10/14/2009

Hi,
thank you for pointing me to this issue. We'll investigate and fix it.
To fix Madrid layout open ASPRunnerPro6.1/templates/layouts/Madrid/lheader.htm file, find these lines:

#menu_block{$id} div {float:left;}

...

#search_records_top{$id} {clear:left}



and replace it with this one:

#menu_block{$id} div {float:right;}

...

#search_records_top{$id} {clear:right}



Then rebuild your project.

Y
yairilan author 10/14/2009



Hi,
thank you for pointing me to this issue. We'll investigate and fix it.
To fix Madrid layout open ASPRunnerPro6.1/templates/layouts/Madrid/lheader.htm file, find these lines:

#menu_block{$id} div {float:left;}

...

#search_records_top{$id} {clear:left}



and replace it with this one:

#menu_block{$id} div {float:right;}

...

#search_records_top{$id} {clear:right}



Then rebuild your project.


Thank you very much!!

I hope it's not too much to ask, but if I may be just for a second the representation of all the RTL languages ASP RUNNER users, and ask:

Can you create a RTL versions for all the standart templates that you have in it, and let us download it as Folders?

I/We will be very greatfull,

Thanks very much

Yair

Y
yairilan author 10/23/2009

Hi Jane,

I did what you wrote me to to. BUT - there are still a few things that I need your help with changing them to RTL:

  1. In the main menu page - when I use Groups", the drop down list is still on the right instead on the left of themain link.
  2. The same is happening with the top menu, in the regular pages.
  3. i would be happy to solv the same problem with the AJAX preview in List page of sub table...

    Attached picture: https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=44875&image=1&table=forumreplies

    Thanks

    Yair

Y
yairilan author 10/27/2009



Hi Jane,

I did what you wrote me to to. BUT - there are still a few things that I need your help with changing them to RTL:

  1. In the main menu page - when I use Groups", the drop down list is still on the right instead on the left of themain link.
  2. The same is happening with the top menu, in the regular pages.
  3. i would be happy to solv the same problem with the AJAX preview in List page of sub table...

    Attached picture: https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=44952&image=1&table=forumreplies

    Thanks

    Yair


Help?? Someone?

Sergey Kornilov admin 10/27/2009

If you have any urgent requests contact support directly at http://support.xlinesoft.com.

J
Jane 10/28/2009

Yair,
unfortunately there is no quick fix for Ajax menu. Сoordinates for Ajax menu are not static and calculated in the jsfunctions.js file.

Y
yairilan author 10/28/2009

TX,

But do you have solution for the other 2:


  1. In the main menu page - when I use Groups", the drop down list is still on the right instead on the left of themain link.
  2. The same is happening with the top menu, in the regular pages.

    Attached picture:
    J
    Jane 10/29/2009

    Yair,
    All these popup are created using JavaScript.