i need the style.rtl.css for js 4.2 please as u edited it for this user on this issue
www.jomsocial.com/forum/socialize-template/24301-rtl-problem
Hi.
Here it is.
But still you'll need to do those fixes in custom.css just like described in thread.
i uploaded the file u sent , still having some problems
cancel bottom supposed to be on left (screenshot1)
Hi.
You should open NEW thread as in current one you just asked for css file.
One thread = One issue (or in your case bunch of RTL issues).
Also don't bump your threads as we always start from OLDEST one.
1. Edit this file:
ROOT/components/com_community/templates/jomsocial/assets/css/style.rtl.css line 1586
.joms-postbox-tab .joms-postbox-action {
bottom: 2px;
padding: 0;
position: absolute;
right: 3px;
}
.joms-checkbox span {
color: #7f8c8d;
display: inline-block;
font-size: small;
margin-left: 22.6525px;
margin-top: 5.34752px;
}
.btn {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #f5f5f5;
background-image: linear-gradient(to bottom, #fff, #e6e6e6);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
border-image: none;
border-radius: 4px;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
color: #333;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
padding: 4px 12px;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
}
.tigrachat_icons {
box-sizing: initial !important;
}
number 4 : couldn't file this file ROOT/chat/swoosh.php?loader=loadstyle
or this codes :
.btn {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #f5f5f5;
background-image: linear-gradient(to bottom, #fff, #e6e6e6);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
border-image: none;
border-radius: 4px;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
color: #333;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
padding: 4px 12px;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
}
number 3 : at members name in arabic appears in two lines (useing chrome )
Hi.
Previous 4: I don't know which file displays that code. But I'm 100% sure it comes from Chat. Please contact with your chat developers and ask them where that code resides. Or unzip chat package and perform text search in files.
1. I use Chrome 39.0.2171.65 and it's fine:
prntscr.com/6nm4m4
2. ROOT/components/com_community/templates/jomsocial/assets/css/style.rtl.css line 3106:
.joms-focus__button--options--desktop {
display: none;
left: 14px;
position: absolute;
top: 14px;
}
.joms-focus__button--options--desktop {
display: none;
left: 44px !important;
position: absolute;
top: 14px;
}
.joms-focus__button--options--desktop {
display: none;
position: absolute;
right: 14px;
top: 14px;
}
.joms-focus__title h2, .joms-focus__title h3 {
color: white;
margin-bottom: 5.34752px;
margin-top: 0;
text-align: right;
}
.joms-focus__actions__wrapper {
text-align: left;
}
.joms-postbox-tab > div {
cursor: pointer;
display: inline-block;
padding: 8.65248px;
position: relative;
text-align: center;
vertical-align: middle;
}
sorry but still facing the same problems :
Hi.
1. It's because you didn't followed my instruction, there is still text-align: center:
prntscr.com/6o1ztt
Please, edit file as I said.
2. To make icons active edit ROOT//components/com_community/templates/jomsocial/assets/css/style.css line 1586
.joms-postbox-tab .joms-postbox-action {
bottom: 2px;
padding: 0;
position: absolute;
right: 3px;
}
.joms-focus__button--options--desktop > a {
left: auto;
padding: 6px 9px;
position: absolute;
right: 0;
text-align: center;
}
.joms-list__options > a {
padding: 8px;
position: absolute;
right: 0;
}
.joms-list__options {
position: absolute;
right: 0;
top: 0;
width: auto;
}