Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • waelali Friend
    #174430

    Hi

    There is problems of numbering and indexes directions in RTL Version.

    Please visit the following links and the attached images to get what I am talking about.

    1. http://www.xn--mgbfwa6f4b.com
    2. http://www.xn--mgbfwa6f4b.com/health.html

    Attached are 2 images.

    Hope to get solution soon.

    Thank you


    1. 2
    2. 3
    pixelzombie Friend
    #441392

    First, please disable css and .js compression and joining via your template manager. Also enable the Development Mode. Clear the cache!

    For the Pagination of the first screenshot please add this code block to your rtl template.css @ /templates/ja_teline_iv/themes/default-rtl/css/template.css. If this block allready exists, overwrite it like this:


    .ja-content-main .counter {
    float: none;
    text-align: left;
    }

    The string JPAGE_CURRENT_OF_TOTAL doesn’t exist in your Language file. Look for the arabic file in the /languages folder and add the string.

    For the order of the pages from your second screenshot I don’t have a solution yet. When I change my language (english) to rtl mode the pagination is still as in ltr mode and doesn’t change at all. What language pack are you using for arabic?

    Cheers

    Frank

    waelali Friend
    #441410

    <em>@pixelzombie 304565 wrote:</em><blockquote>First, please disable css and .js compression and joining via your template manager. Also enable the Development Mode. Clear the cache!

    For the Pagination of the first screenshot please add this code block to your rtl template.css @ /templates/ja_teline_iv/themes/default-rtl/css/template.css. If this block allready exists, overwrite it like this:


    .ja-content-main .counter {
    float: none;
    text-align: left;
    }

    The string JPAGE_CURRENT_OF_TOTAL doesn’t exist in your Language file. Look for the arabic file in the /languages folder and add the string.

    For the order of the pages from your second screenshot I don’t have a solution yet. When I change my language (english) to rtl mode the pagination is still as in ltr mode and doesn’t change at all. What language pack are you using for arabic?

    Cheers

    Frank</blockquote>

    Hi
    I have added the css block to template.css , which is not exist at all in this css file , so I added the css block you delivered to the end of the file , however I cannot see any thing fixed…

    Maybe I have to add it to template-rtl.css ??

    pixelzombie Friend
    #441543

    Hi!

    I don’t see any changes in the css. Add the block to your /templates/ja_teline_iv/css/template-rtl.css line 602 and make the statement important 😉


    .counter {
    float: none !important;
    padding-right: 2px;
    }

    Cheers

    Frank

    waelali Friend
    #441553

    <em>@pixelzombie 304738 wrote:</em><blockquote>Hi!

    I don’t see any changes in the css. Add the block to your /templates/ja_teline_iv/css/template-rtl.css line 602 and make the statement important 😉


    .counter {
    float: none !important;
    padding-right: 2px;
    }

    Cheers

    Frank</blockquote>

    I have added the block as you said , and I do not see anny changes regarding the indexes direction flow… However I guess they are ok as they are now – Maybe it was my mistake to report this as a bug, but still there is problem with the 2 signs at the beginning and the end « ….. »

    pixelzombie Friend
    #441561

    It’s not in there. Are you caching? Please disable the cache in the template manager.

    After reloading the site, it’s displayed correctly.

    <blockquote>but still there is problem with the 2 signs at the beginning and the end « ….. »</blockquote>
    <blockquote>For the order of the pages from your second screenshot I don’t have a solution yet. When I change my language (english) to rtl mode the pagination is still as in ltr mode and doesn’t change at all. What language pack are you using for arabic? </blockquote>


    1. counter_css
    waelali Friend
    #441563

    <em>@pixelzombie 304756 wrote:</em><blockquote>It’s not in there. Are you caching? Please disable the cache in the template manager.

    After reloading the site, it’s displayed correctly.</blockquote>

    I am in Development Mode , and cache is disabled, and block was added and file was saved. 🙁

    pixelzombie Friend
    #441568

    And it’s still looking bad at your browser?
    Here’s what I’ve got:

    Try to delete the browser cache as well.

    Cheers

    Frank


    1. pagination
    waelali Friend
    #441569

    <em>@pixelzombie 304763 wrote:</em><blockquote>And it’s still looking bad at your browser?
    Here’s what I’ve got:

    Try to delete the browser cache as well.

    Cheers

    Frank</blockquote>

    🙂 I guess we are talking about 2 different issues.
    The issue you are describing in the attached image is ok and fixed since many hours , however I am talking about the second issue, which is described in the second image. (I have attached 2 images at the beginning of the thread)

    waelali Friend
    #441571

    In the problem of the second image – every thing is ok except the direction of the symbols at the beginning of the numbers and the end of them.
    They should be converted like this « …………………………………. » , and not »…………………………………………..«

    Please visit: http://www.xn--mgbfwa6f4b.com/world.html

    pixelzombie Friend
    #441815

    This is coming from the css statement

    html {
    direction: rtl;
    }

    and it is the K2 component. Try to add somewhere (can’t see which file because join & compress of css is enabled.

    .pagination {
    direction: ltr !important
    }

    waelali Friend
    #441817

    <em>@pixelzombie 305074 wrote:</em><blockquote>This is coming from the css statement

    html {
    direction: rtl;
    }

    and it is the K2 component. Try to add somewhere (can’t see which file because join & compress of css is enabled.

    .pagination {
    direction: ltr !important
    }

    </blockquote>

    Sorry , do not understand you .

    What to add and where?

    pixelzombie Friend
    #441820

    Add


    .pagination {
    direction: ltr !important
    }

    to your template.css for instance.

    waelali Friend
    #441822

    <em>@pixelzombie 305079 wrote:</em><blockquote>Add


    .pagination {
    direction: ltr !important
    }

    to your template.css for instance.</blockquote>

    Maybe you mean to add it to template-rtl.css??
    I have added it to this file , but with no real good result.

    In http://www.xn--mgbfwa6f4b.com/entertainment.html – Looks ok

    But in http://www.xn--mgbfwa6f4b.com/world.html not good

    pixelzombie Friend
    #441823

    Yep, template-rtl.css is okay!
    Looks the same on both pages here. Try to clear the browser & joomla cache and reload the page.

Viewing 15 posts - 1 through 15 (of 21 total)

This topic contains 21 replies, has 2 voices, and was last updated by  waelali 12 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum