Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter fenz

    (@fenz)

    Hello, can you help me to resolve the header in Right to left alignment please..

    Plugin Author Nks

    (@nik00726)

    Hello

    Just go to /wp-content/plugins/vertical-news-scroller/css/newsscrollcss.css and in css .newsscroller_title

    add new rule float:right or left which you would lik

    so your css rule like this

    .newsscroller_title {
        float: right;
        font-size: 17px;
        font-weight: bold;
        text-decoration: underline;
    }

    If you found this plugin helpful please rate it..

    Thanks

    Thread Starter fenz

    (@fenz)

    Thank you for the solution, But still the Heading of the news scroll box and the news scroll content is LTR, Only changed the News Title, can you provide me a solution please..

    Plugin Author Nks

    (@nik00726)

    Hello Could you post your website url here? SO that I can check it.

    Thanks

    Thread Starter fenz

    (@fenz)

    please see the website : https://test.amak.com.sa/ar/

    Plugin Author Nks

    (@nik00726)

    Hello

    I have just check your site.It needs just css change.

    Just go to /wp-content/plugins/vertical-news-scroller/css/newsscrollcss.css and in css .newsscroller_title

    add new rule float:left;

    so your css rule like this

    .newsscroller_title {
        float: left;
        font-size: 17px;
        font-weight: bold;
        text-decoration: underline;
    }

    If you found this plugin helpful please rate it..

    Thanks

    Thread Starter fenz

    (@fenz)

    Dear Niki,

    If I changed to flot: left, it looks like normal LTR, our requirement for arabic site is RTL, the whole content including heading and Tile all should write in RTL alignment, Hope you can help us in this regard.

    Plugin Author Nks

    (@nik00726)

    You makes me confuse.All right I think this is what you need.

    .scrollercontent {
        float: right;
        text-align: justify;
    }
    .newsscroller_title {
        float: right;
        font-size: 17px;
        font-weight: bold;
        text-decoration: underline;
    }

    If you found this plugin helpful please rate it..

    Thanks

    Thread Starter fenz

    (@fenz)

    Thanks Nik, Now its okay, but still the heading “Recent News” “??? ??????? ” not from Right to Left, hope you can solve this for me, thanks in advance.. please send your mail id then i can send the snap shot.

    Plugin Author Nks

    (@nik00726)

    Hello Use Following css.

    .verticalScroll .widget-title {
        float: right;
    }

    If you found this plugin helpful please rate it..

    My email- [email protected]
    Thanks

    Thread Starter fenz

    (@fenz)

    Thanks Niki Its helped.

    Thread Starter fenz

    (@fenz)

    Hi Niki, I have checked in chrome and safari, the widget title slightly shifted, can you check please https://test.amak.com.sa/ar/

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Widget not support RTL for Arabic’ is closed to new replies.