-
AuthorPosts
-
zizozoro Friend
zizozoro
- Join date:
- April 2011
- Posts:
- 121
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 32
- Thanked:
- 9 times in 1 posts
September 18, 2011 at 4:55 am #168674hello every body
link to the site
http://www.alesraa-group.com/contracting/arabic/i have tried to modify the theme to let it work from right to left
i have addeddirection:rtl;
to template.css at body
now itbody {
color: #333;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
direction:rtl;
}i am almost done
but i need to make a little modification
see the pic please
i need to this modification with keeping direction:rtl; as it in template.css
thanks in advance 🙂
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 18, 2011 at 5:29 am #413346Hi,
You replace this code from /templates/ja_business/css/template.css in the line #1373
#ja-topheader ul.menu {
display: block;
position: absolute;
top: 0;
margin-top: 10px;
}
with
#ja-topheader ul.menu {
display: block;
position: relative;
top: 0;
margin-top: 10px;
float: left;
}
– You find this code from /templates/ja_business/css/template.css in the line #27
a {
color: #DD6D14;
text-decoration: none;
float: left; < add this code
}
– SLIDESHOW : I don’t understand what you mean clearly. Could you explain more details?1 user says Thank You to khoand for this useful post
zizozoro Friendzizozoro
- Join date:
- April 2011
- Posts:
- 121
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 32
- Thanked:
- 9 times in 1 posts
September 18, 2011 at 5:33 am #413347i have resolved the first issue
i have added
left: 0px;
to template.css at
/* Top navigation —*/
#ja-topheader ul.menu {
display: block;
position: absolute;
top: 0;
margin-top: 10px;
left: 0px;
}zizozoro Friendzizozoro
- Join date:
- April 2011
- Posts:
- 121
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 32
- Thanked:
- 9 times in 1 posts
September 18, 2011 at 5:39 am #413348Great Work Mr.khoand
every thing is ok right nowabout SLIDESHOW i need it to work normally again as it is before
check the link here please
http://www.alesraa-group.com/contracting/arabic/index.phpkhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 18, 2011 at 5:42 am #413349[QUOTE=zizozoro;268542
about SLIDESHOW i need it to work normally again as it is before
check the link here please
http://www.alesraa-group.com/contracting/arabic/index.php</blockquote>
I don’t understand what you mean clearly. Could you explain more details?Could you give me a snapshot with your annotation?zizozoro Friendzizozoro
- Join date:
- April 2011
- Posts:
- 121
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 32
- Thanked:
- 9 times in 1 posts
September 18, 2011 at 5:49 am #413350hello again
show this please
correct
thanks in advance 🙂
-
zizozoro Friend
zizozoro
- Join date:
- April 2011
- Posts:
- 121
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 32
- Thanked:
- 9 times in 1 posts
September 18, 2011 at 5:21 pm #413437any help ….. ?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 18, 2011 at 5:58 pm #413448Wait a minute. I will solve it soon.
zizozoro Friendzizozoro
- Join date:
- April 2011
- Posts:
- 121
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 32
- Thanked:
- 9 times in 1 posts
September 18, 2011 at 6:08 pm #413452thanks mr.khoand
i have found a site using same template [JA Business]
http://www.vivacomputers.nl/
and it work normally from RTL and LTR !!
and i have seen in another topic that JA Business doesn’t support RTL !!khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 18, 2011 at 6:27 pm #413458You replace this code from http://www.alesraa-group.com/contracting/arabic/templates/ja_business/css/mod_jaslideshow.css
.ja-slide-desc {
position: relative;
z-index: 10;
color: #877460;
height: 170px;
width: 460px;
margin-left: 480px;
}
with
.ja-slide-desc {
position: relative;
z-index: 10;
color: #877460;
height: 170px;
width: 460px;
margin-right: 480px;
}
Add code into http://www.alesraa-group.com/contracting/arabic/templates/ja_business/css/mod_jaslideshow.css
.ja-slide-desc p{
float:left;
}1 user says Thank You to khoand for this useful post
zizozoro Friendzizozoro
- Join date:
- April 2011
- Posts:
- 121
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 32
- Thanked:
- 9 times in 1 posts
September 18, 2011 at 7:03 pm #413468i am appreciate your effort
it work now normallyThanks to you
Now latest one
the menu .. need it to start from right to left
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 18, 2011 at 7:11 pm #413471You replace this code from http://www.alesraa-group.com/contracting/arabic/templates/ja_business/css/menu/css.css
#ja-cssmenu li {
padding: 0 5px;
font-family: 'TitilliumText22LLight';
}
with
#ja-cssmenu li {
padding: 0 5px;
font-family: 'TitilliumText22LLight';
float: right;
}1 user says Thank You to khoand for this useful post
zizozoro Friendzizozoro
- Join date:
- April 2011
- Posts:
- 121
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 32
- Thanked:
- 9 times in 1 posts
September 18, 2011 at 7:20 pm #413474Great work commander 🙂
but drop down list have an error
i think this error appeared before we added last code
you can check it here
http://www.alesraa-group.com/contracting/arabic/
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 18, 2011 at 7:38 pm #413476You find this code from http://www.alesraa-group.com/contracting/arabic/templates/ja_business/css/menu/css.css
#ja-cssmenu li a {
color: #A38D80;
font-size: 15px;
margin-top: 10px;
padding: 10px 10px 10px;
float: none; < add this line
}1 user says Thank You to khoand for this useful post
zizozoro Friendzizozoro
- Join date:
- April 2011
- Posts:
- 121
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 32
- Thanked:
- 9 times in 1 posts
September 18, 2011 at 7:52 pm #413479Oh Mr.khoand .. i think you have made a magic .:laugh:
Excellent workmmm .. but i still have small probelm
see this
AuthorPostsThis topic contains 20 replies, has 2 voices, and was last updated by khoand 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum