-
AuthorPosts
-
December 3, 2008 at 3:51 am #135887
Hi
i want modified JA Rutile to be right to left for “Arabic lang”
At the outset, I have three problems..
1- Mainnav + font tools still L to R
2- Footer not good in IE7
3- JA News Frontpage controler wrong positon in IE7
check here in IE7 and FF
http://www.electroon.com/joomla1.5.3/
————Hope to Explain how design can be converted from right to left step by step
It is very important for the Right to Left user’sRegard’s
AhmedAnonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 3, 2008 at 8:32 am #281087Dear alssafeer,
I have looked your website and I would like to anwser your question as follows:
+ For the first issue
<blockquote>Mainnav + font tools still right L to R</blockquote>
Please open templates/jarutile/ja_menus/ja_scriptdlmenu/ja.scriptdlmenu.css file, at about line 21, find script below:#jasdl-mainnav ul {
margin:0;
padding:0;
}and change to:
#jasdl-mainnav ul {
float:right;
margin:0;
padding:0;
}
+ For the second issue:
<blockquote>Footer not good in IE7</blockquote>
Please open templates/jarutile/css/template.css file, at about line 4207, find script:#ja-footer {
clear:both;
color:#999999;
padding:15px 20px;
position:relative;
text-align:center;
}and change to:
#ja-footer {template.css (line 4207)
clear:both;
color:#999999;
padding:15px 20px;
position:relative;
text-align:center;
width: 100%;
}
+ For the third issue:
<blockquote>Footer not good in IE7</blockquote>
Please open templates/jarutile/css/ja.news.fp.css file, at about line 59, find script below:div.ja-newscat {
color:#999999;
display:block;
margin:0;
padding:0 0 3px;
position:relative;
text-transform:uppercase;
}
and then change to:div.ja-newscat {
color:#999999;
display:block;
margin:0;
padding:0 0 3px;
position:relative;
text-transform:uppercase;
width: 100%;
}Hope it helps.
1 user says Thank You to JA Developer for this useful post
December 3, 2008 at 10:42 am #281126Thank you for reply
i chenged …
1- mainnav is rtl now… but a link at mainnav still LtR
i try to chenge
#jasdl-mainnav li {
float: left;
padding: 0 2px 0 0;
margin: 0;
background: url(../../images/mainnav-sep.gif) no-repeat right top;
position: relative;To
#jasdl-mainnav li {
float: right;
padding: 0 2px 0 0;
margin: 0;
background: url(../../images/mainnav-sep.gif) no-repeat right top;
position: relative;and work fine on FF but in IE7 its very Distorted
2 Footer not Fexed in IE7 :((
3 JA News Frontpage controler Still wrong positon in IE7 :((
Thank you alot
December 3, 2008 at 10:58 am #281127sorry my frind footer its ok
for now Font tools and JA News Frontpage controler positon how to be right side
Thank You
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 4, 2008 at 7:08 am #281229Dear alssafeer,
+ Open file templates/jarutile/ja_menus/ja_scriptdlmenu/ja.scriptdlmenu.css, at about line 17, find following script:
#jasdl-mainnav {
position:relative;
}and change to:
#jasdl-mainnav {
float:right;
position:relative;
}+ Open template.css file, at about line 4355, find following script:
#ja-usertools {
position:absolute;
right:10px;
top:8px;
}
and change to:#ja-usertools {
margin-top: 6px;
float: left;
}Hope it helps.
1 user says Thank You to JA Developer for this useful post
December 4, 2008 at 9:30 am #281252thank you dear
i chenget …
font tools is ok “thank you”
link in mainnav still start from left ” Home – Link1 – Link2..”
also mainnav is postion Distorted in IE7
ja news fp controler still at right
http://www.electroon.com/joomla1.5.3/index.php
please check now with IE7 and FF
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 8, 2008 at 3:23 am #281703Dear alssafeer,
Please open file templates/jarutile/ja_menus/ja_moomenu/ja.moomenu.css, at about line 21, find #ja-cssmenu class and change to:
#ja-cssmenu {
float:right;
margin:0;
padding:0;
}+ At about line 31, find #ja-cssmenu li class and change to:
#ja-cssmenu li {
background:transparent url(../../images/mainnav-sep.gif) no-repeat scroll right top;
cursor:pointer;
display:block;
float:right;
margin:0;
padding:0 2px 0 0;
}Hope it helps.
1 user says Thank You to JA Developer for this useful post
50000 Friend50000
- Join date:
- February 2006
- Posts:
- 12
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
March 27, 2009 at 8:00 am #298384Thank you very very very much MR. JA and i have 2 problems:
1) the drop menu of mainnav menu spicially the firest one its come right too much and its very wide how can i make it small little bit.
2) the heading of the right and left menu its come very close tothe margins how can i make small space between the margin and the heading?
yours Ahmed from kuwait 🙂
-
AuthorPosts
This topic contains 10 replies, has 3 voices, and was last updated by 50000 15 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum