1. ahmed
  2. General
  3. Monday, March 28 2016, 10:41 AM
dear

kindly as you can observe in the below link when i would like to do new registration in arabic language the registration form is not displaying good : http://alsoukk.com/ar/index.php/acceuil/modifier-votre-compte?view=registration

please could you provide me any good solution?

thanks
admin Accepted Answer
Admin
Hi,
your template not support rlt languages, you not have any style for this. Contact your template provider to add this.
  1. more than a month ago
  2. General
  3. # 1
admin Accepted Answer
Admin
Hi,
I have see that now rtl is enabled, so you can try this simple code at the end of file /media/jui/css/bootstrap-rtl.css
div.jsn_search .input-prepend > input, div.jsn_search_module .input-prepend > input, #member-profile .input-prepend > input, #member-registration .input-prepend > input, #filters .input-prepend > input{
float:right;
}
  1. more than a month ago
  2. General
  3. # 2
ahmed Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 3
admin Accepted Answer
Admin
Hi,
now your template do not support rtl language (see screenshot). Labels should be on the right and input fields on the left. First at all you need to fix your template.
Attachments (1)
  1. more than a month ago
  2. General
  3. # 4
ahmed Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 5
admin Accepted Answer
Admin
Hi,
option "include bootstrap CSS" is a helper when your template not have bootstrap classes, but this is not your case. So, you need to disable this option.

try to add these (replace previous code):
img.img_avatar {
float: right !important;
margin: 0 0 0 20px !important;
}
div.jsn_search .input-prepend > input, div.jsn_search_module .input-prepend > input, #member-profile .input-prepend > input, #member-registration .input-prepend > input, #filters .input-prepend > input{
float:right !important;
}
  1. more than a month ago
  2. General
  3. # 6
ahmed Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 7
admin Accepted Answer
Admin
Hi,
you can translate all component like all Joomla components or only override this language string.

Translate component
- copy file /language/en-GB/en-GB.com_jsn.ini into /language/your-LANG/your-LANG.com_jsn.ini
- translate new file with a normal text editor

Translate only this string
- Go to Administration->Extensions->Languages->Overrides (left menu)
- Create arabic override for follow language string: COM_JSN_PROFILE_PASSWORD2_LABEL
  1. more than a month ago
  2. General
  3. # 8
ahmed Accepted Answer
dear

please can you tell me also where can i change the text color of my registration form.

thanks
  1. more than a month ago
  2. General
  3. # 9
admin Accepted Answer
Admin
This is managed by your template, anyway you can add something like this:
.registration{color: your-color  ;}
  1. more than a month ago
  2. General
  3. # 10
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.