-
AuthorPosts
-
January 18, 2010 at 6:03 pm #147755
Hello,
I found 3 RTL issues so far:
- Contact form icons – all icons in that page should be right to the text (not left). also the image should be at left (not right like now).
- First Menu item – If you not use menu icon for the first menu item (for example Homepage), then there is a bug with the background on Active and Hover.
- Content meta icons – In any content item page the Created by & Date icons should be right to the text (not left like now).
The best way to understand how real RTL mode should be, you need to make it a like in mirror mode to the LTR (flip it 180 degrees).
Please let me know if you are going to fix those issues.
Thanks.
January 21, 2010 at 5:38 am #329921Hi,
I mange to fix the “Conent Meta Icons”, so here is the fix for the RTL:
Add this in the template_rtl.css file:
.createdate {
background:transparent url(../images/icon-date.gif) no-repeat scroll right center;
padding:3px 20px 3px 3px;
}And this at line 56 (inside .createby { } )in template_rtl.css:
background:transparent url(../images/icon-user.gif) no-repeat scroll right center;
padding:3px 20px 3px 3px;Joomlart Team any update regards the other RTL issues ?
Thanks.
January 22, 2010 at 8:12 am #330025Hi,
4 days…and no one from the Joomlart Team respnse yet.
It’s not fair to sell RTL template if you are not willing to fix those bugs or at least give your response.
I’m working only with RTL templates and I know them very well, so please check my comments and try to fix the Template (or your framework).
Thanks.
lamvt Friendlamvt
- Join date:
- December 2006
- Posts:
- 265
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 52 times in 46 posts
January 22, 2010 at 5:09 pm #3300651.need to hack joomla core for contac:
<div style="float: right;">
<img align="middle" alt="Contact" src="/ja_kyanite_ii/images/stories/powered_by.png"> </div>
2.dont know
3. fix it with:
.createby {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/icon-user.gif) no-repeat scroll right 2px;
padding:3px 20px 3px 3px;
}and
.createdate {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/icon-date.gif) no-repeat scroll right 2px;
padding:3px 20px 3px 3px;
}Thank good friend
1 user says Thank You to lamvt for this useful post
January 25, 2010 at 7:36 am #330285Hi thank you for your help.
Regarding issue #2, please check it on live websites:
http://www.koisra.co.kr/he.html
I also attached an image which show how the first menu item look when there is no image menu.Thanks.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 27, 2010 at 6:58 am #330540Hello guy!
Please open the file /templates/ja_kyanite_ii/css/template_rtl.css and try to find codes at line 485:
ul.level0 li.active.first { background-position: -678px -48px; }Replace:
ul.level0 li.active.first { background-position: -698px -48px; }1 user says Thank You to Saguaros for this useful post
February 1, 2010 at 6:57 am #331132Thank you tienhc.
Regarding the Contat page, there is already template overide on that page therefor there is no need to change Joomla core files.
Joomlart Team, you should remove from the overide contact page the fixed “float:right” and let the CSS take care of it.Thanks.
February 1, 2010 at 7:52 am #331149<em>@tienhc 162154 wrote:</em><blockquote>Hello guy!
Please open the file /templates/ja_kyanite_ii/css/template_rtl.css and try to find codes at line 485:
ul.level0 li.active.first { background-position: -678px -48px; }Replace:
ul.level0 li.active.first { background-position: -698px -48px; }</blockquote>This fix for the Active first item.
What is the modification for the Hover first item on RTL ?
Thank.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 5, 2010 at 7:13 am #331632try to find codes at line 479 in the template_rtl.css file:
ul.level0 li.over.first, ul.level0 li.haschild-over.first {
background-position: -274px -48px;
}Replace:
ul.level0 li.over.first, ul.level0 li.haschild-over.first {
background-position: -294px -48px;
}Good luck
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 3 voices, and was last updated by Saguaros 14 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
RTL Issues – Contact form icons & Main menu & Create meta Icons
Viewing 9 posts - 1 through 9 (of 9 total)