Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • lighthost Friend
    #147755

    Hello,

    I found 3 RTL issues so far:

    1. 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).
    2. 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.
    3. 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.

    lighthost Friend
    #329921

    Hi,

    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.

    lighthost Friend
    #330025

    Hi,

    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 Friend
    #330065

    1.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

    lighthost Friend
    #330285

    Hi 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.


    1. KOISRA
    Saguaros Moderator
    #330540

    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; }

    lighthost Friend
    #331132

    Thank 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.

    lighthost Friend
    #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 Moderator
    #331632

    try 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

Viewing 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