Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • Aratype Friend
    #189284

    After installation of RtL version, I am analyzing the most annoying aspect, the vertical scroll in the popup article view.

    The vertical scroll is in the left side of the screen and this absolutely an issue.

    How could I put it in the right side? If it is possible to inject “direction: ltr” in the popup article it will be fine…

    What is the simplest way to do it?

    Thanking you in advance

    Ara

    My site: http://www.makanez.net

    phong nam Friend
    #500484
    Aratype Friend
    #500524

    Many thanks! Actually it worked perfectly for that question…

    However, the requested feature here is different and I hope to find a solid solution for it.

    phong nam Friend
    #500535

    Hi Ara,

    On your second issue, you can open templatesja_smashboardlessrtlstyles.less, then put below codes into:

    .popup-trackerV {
    right: 0 !important;
    }

    Compile Less to Css file, the scroll bar will appear on the right side of popup-view article.

    Aratype Friend
    #500572

    Thanks Leo, but unfortunately it does not work…

    Please notice the page closing (x sign inside the circle) should be in the right side also (as in the LtR version)

    phong nam Friend
    #500575

    Hi aratype,

    Can you open templates/ja_smashboard/css/rtl/template.css, replace lines:

    .popup-trackerV {
    left: 0 !important;
    }

    with

    .popup-trackerV {
    right: 3px !important;
    }

    Aratype Friend
    #500587

    Thanks, it works for a while. however, when I compiled LESS it comes back to the left side.

    Could we have a permanent solution not influenced by LESS compilation?

    In the other hand, the page closing (x sign inside the circle) was not affected and it stays on the left…

    phong nam Friend
    #500592

    Hi aratype,

    You can put these code into the end of templatesja_smashboardlessrtlstyles.less file

    .popup-trackerV {
    right: 0px;
    }

    Then Compile Less to Css.

    Aratype Friend
    #500604

    Thank you, it is fine for the vertical scroll.

    However, the page closing (x sign inside the circle) was not affected and it stays on the left…

    phong nam Friend
    #500687

    Hi Ara,

    Sorry, I didn’t notice your second question. You just need to put below codes:

    .popupview a#popup-close {
    right: -12px;
    }

    to the end of templatesja_smashboardlessrtlstyles.less file.

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

This topic contains 10 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