Welcome Visitor, Please Login or Register Now Thursday, March 28, 2024 08:44 AM 
Forums Index > Mewsoft Products > Auctionawy > Text direction and Email notification
New Topic   New Reply
Search for:
Author Message
mohammed mohammed's personal page
Registered Member
Posts: 42 Display member's posts
Joined: 01-08-12 01:49 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Text direction and Email notification Edit Delete Reply with quote Quote
First Post Posted on: 07-17-15 06:11 AM next post first post
Hello, I want to translate my website and would like to know if it is possible to change the texts direction in my website and making it starting from right rather than from left. For example: Text Text Also, I coudn't find the notifications emails such as the "Registration confirmation" email and the adding new Item email and so on. I need to translate these emails as well. Please help Regards Mohammed
mewsoft mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 03-28-24 08:44 AM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: Text direction and Email notification Edit Delete Reply with quote Quote
Reply #: 1 Posted on: 07-17-15 09:22 AM next post previous post


Yes you can tanslate to any language you want. You also can make the text or page direction right to left RTL instead of left to right LTR.

These using the html and css tags dir , there is a topic in our FAQ forum gives you some hints for that:

Arabic Translation and Display - Right to Left Display Open in new window

http://www.mewsoft.com/forums/arabic-translation-and-display-right-to-left-display&action=ViewTopic&Topic=3349&Forum=13&Page=1&Period=0a&Lang=English


check the Head and Header widgets for this also.

Thanks



Mewsoft Support
www.mewsoft.com

mohammed mohammed's personal page
Registered Member
Posts: 42 Display member's posts
Joined: 01-08-12 01:49 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Re: Text direction and Email notification Edit Delete Reply with quote Quote
Reply #: 2 Posted on: 07-17-15 01:04 PM next post previous post
Thank you for your reply Just I coudn't find the Class editor in the admin area Please advise
mewsoft mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 03-28-24 08:44 AM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: Text direction and Email notification Edit Delete Reply with quote Quote
Reply #: 3 Posted on: 07-17-15 01:30 PM next post previous post

See Widgets Manager in your admin

thanks



Mewsoft Support
www.mewsoft.com

mohammed mohammed's personal page
Registered Member
Posts: 42 Display member's posts
Joined: 01-08-12 01:49 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Re: Text direction and Email notification Edit Delete Reply with quote Quote
Reply #: 4 Posted on: 07-18-15 12:18 AM next post previous post
I have found the Header but I can't find the text < !--CLASS::Meta_Title--> This all I found. see the attachment
mewsoft mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 03-28-24 08:44 AM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: Text direction and Email notification Edit Delete Reply with quote Quote
Reply #: 5 Posted on: 07-18-15 07:09 AM next post previous post

It is the "Head" widget not the Header. The Head widget where you can insert the tags for the direction as the topic says.

also you will find in the head widget this line:

< body {language_direction } >

you can modify it to

< body dir="rtl" >

you can also set the value for language_direction in the language file "General" in the langauge manager for the langauge you want to be rtl

Thanks


Mewsoft Support
www.mewsoft.com

mohammed mohammed's personal page
Registered Member
Posts: 42 Display member's posts
Joined: 01-08-12 01:49 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Re: Text direction and Email notification Edit Delete Reply with quote Quote
Reply #: 6 Posted on: 07-20-15 07:47 AM next post previous post
Thank you for your help Dr Ahmed I have channged all what you tell in this topic and in the FAQ topic but some problems uppears in the website. For example, the website doesn't dsiplay the arabic texts correctly. Also there are other problems. You can see more details in the attached image. Regards Mohammed
mewsoft mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 03-28-24 08:44 AM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: Text direction and Email notification Edit Delete Reply with quote Quote
Reply #: 7 Posted on: 07-20-15 08:23 AM next post previous post

You need to remove the head line:

< meta http-equiv="Content-Type" content="text/html; charset=windows-1256" >

You need also to keep the first head line in the head widget:

< !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" >

thanks


Mewsoft Support
www.mewsoft.com

mohammed mohammed's personal page
Registered Member
Posts: 42 Display member's posts
Joined: 01-08-12 01:49 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Re: Text direction and Email notification Edit Delete Reply with quote Quote
Reply #: 8 Posted on: 07-20-15 09:24 AM next post previous post
This gives better behavior but still there is another issue. Please see the image for details.
mewsoft mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 03-28-24 08:44 AM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: Text direction and Email notification Edit Delete Reply with quote Quote
Reply #: 9 Posted on: 07-20-15 10:56 AM last post previous post

Please try to google for rtl styling for example google for css direction right-to-left

http://www.google.com.eg/search?q=css+direction+right-to-left

To get good idea on how you need to style everything from LTR to RTL.


There are many css files that controls layout, you can customize those to your needs and your

text direction. We use jQuery JS framework and plugins http://jquery.com/. You will find the main css file in the templates manager

called style.css there you can overwrite any css code which can overwrite the jquery theme,

if you want you can overwrite or customize the css for the jquery theme itself you will find in

your installation folder the folder:

js/*.css

js/theme/theme_name/*.css

you can customize those to anything you want,

but the best and easiest is to overwrite any css class or code in the main theme file calle:

style.css

in your templates manager.

you need to use the css tags for direction rtl to overwrite the default ltr.

For all select menus we use the jQuery MultiSelect jquery.multiselect.js and its css is :

js/jquery.multiselect.css

that you can customize as you like or even you can disable it if you do not want its look.

this plugin website is http://www.erichynds.com/jquery/jquery-ui-multiselect-widget/





Mewsoft Support
www.mewsoft.com

Page 1 of 1
Go to page:

New Topic   New Reply Mark Unread
Jump to:  
Delete   Move     Lock   +Favorits   +Notify   Print