Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • Aratype Friend
    #189261

    Today I installed the RtL version and enabled it:

    In the LtR version: When I scroll the wheel of the mouse toward me I see articles going from right to left…

    In the RtL version:

    1. When I scroll the wheel of the mouse toward me I should see articles passing from left to right…

    2. I should see articles going under the vertical menu and not stopping before it…

    How can I remediate to these issues?

    Thanking you in advance.

    Ara

    Aratype Friend
    #500292

    My mistake!

    I think I did not compile Less to CSS before saving! Now navigation is as it should be:

    1. fine…

    However, for the point 2: I still not seeing articles going under the vertical menu, they disappear before it…

    Perhaps it is worthy to explore that…

    Aratype Friend
    #500321

    Images for point 2:

    LtR:

    RtL:

    phong nam Friend
    #500327

    Hi aratype,

    The issue can be caused by the background color of main menu on your RTL site. It should be transparent so that the beneath articles can be seen.

    Aratype Friend
    #500334

    Thank you, but I can not figure out where to put the option “transparent” for the vertical menu?

    phong nam Friend
    #500337

    Hi aratype,

    It can be found in /templates/ja_smashboard/css/rtl/template.css file at lines:

    .t3-mainnav .navbar-inner {
    min-height: 40px;
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

    Note: If possible, can you put your website’s url here?

    Aratype Friend
    #500338

    Hi Leo,

    It is already: background: transparent;

    my website: http://www.makanez.net

    phong nam Friend
    #500353

    Hi aratype,

    Can you make your website online now ? In addition, how can I see “the vertical menu are not stopping before the articles ” as you mentioned ? Since your snapshots are all clues I have now.

    Aratype Friend
    #500357

    Hi Leo,

    The site is online since 1 week, perhaps hosting had some issues put now I can sse it

    Thanks

    phong nam Friend
    #500362

    Hi aratype,

    The website is available now. As I asked before, how can I see the issue you mentioned ?

    Aratype Friend
    #500364

    Just scroll the articles to the right side, it is evident!

    phong nam Friend
    #500390

    Hi aratype,

    You need to open templatesja_smashboardlessstyle.less file, then replace:

    .ja-infinity-wraper {
    position: fixed;
    overflow: hidden;
    height: 42em;
    margin-left: 10em;
    left: 0;
    }

    with

    .ja-infinity-wraper {
    position: fixed;
    overflow: hidden;
    height: 42em;
    padding-left: 10em;
    left: 0;
    }

    Open templatesja_smashboardlessnavigation.less, at 12th line change to:

    z-index: 1040;

    Compile Less to Css file. Then the articles can be seen when the main menu is over.

    Aratype Friend
    #500506

    Thank you! That works perfectly!

    This should be added to the RtL template on the next version.

    phong nam Friend
    #500519

    Hi aratype,

    Yes. Sure, these codes will be updated to next update of JA Smashboard template.

Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 14 replies, has 2 voices, and was last updated by  phong nam 11 years, 3 months ago.

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