*

Manhal S.

  • **
  • 10 posts
when switching to arabic sigma theme listing forms fields ...!
« on: October 27, 2021, 05:49:22 AM »
Hello again ,

When switching to Arabic language all listing forms fields that are filled in , are reversed from bottom to top, except for fields of general information lisiting .
https://jeddahgenie.com/item/new

Listing Location form will start with the adress  field :

1-Address
2-City Area
3-city
4-region
5-country
the big problem when u have 2 diffrent country , u have to go down to select the country the go up so u can select the city or region !

Seller's information lisitng  , same thing ...
it will start like this :

Other contact
Show phone on the listing page ?
Phone
Show e-mail on the listing page ?
E-mail
and last thing  filling the name

---------

i dont know if its just my sigma or all sigma like that ?
the problem will be fixed after i fully translate the theme !




« Last Edit: October 27, 2021, 05:55:04 AM by Manhal S. »

Marked as best answer by frosticek on October 28, 2021, 12:37:40 PM
*

MB Themes

Re: when switching to arabic sigma theme listing forms fields ...!
« Reply #1 on: October 27, 2021, 07:25:35 AM »
@Manhal
Thanks for feedback, add these lines to rtl.css:
Code: [Select]
.item-post .form-horizontal .controls.checkbox {margin-left:0;margin-right:30%;}
.item.item-post form > fieldset> div {direction: ltr;}

Some other mods are required on mobile devices, will come in new release.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Manhal S.

  • **
  • 10 posts
Re: when switching to arabic sigma theme listing forms fields ...!
« Reply #2 on: October 28, 2021, 11:24:49 AM »
most welcome ,
just to make sure  ll add those code through :
Theme Customization - your css  ?

*

MB Themes

Re: when switching to arabic sigma theme listing forms fields ...!
« Reply #3 on: October 28, 2021, 11:26:57 AM »
...add these lines to rtl.css:


That means css/rtl.css in theme folder
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Manhal S.

  • **
  • 10 posts
Re: when switching to arabic sigma theme listing forms fields ...!
« Reply #4 on: October 28, 2021, 12:20:38 PM »
dont lough lol
i will just add the 2 lines of code at the end of the  rtl/css file

@media screen and (max-width: 490px) {
  .form-horizontal .actions, .item.item-post h1, .item.item-post h2, .item-post .pblbt, .form-horizontal .controls.recpt, .item-post .form-horizontal .control-group.img, body.user .form-horizontal .control-group.bts {padding-right:0;}
  .item.item-post .form-horizontal label, .form-horizontal label {text-align:right;}
}.item-post .form-horizontal .controls.checkbox {margin-left:0;margin-right:30%;}
.item.item-post form > fieldset> div {direction: ltr;}