Title: RTL support
Last modified: August 13, 2017

---

# RTL support

 *  Resolved [el3ctrician](https://wordpress.org/support/users/el3ctrician/)
 * (@el3ctrician)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/rtl-support-84/)
 * Hello,
    in the RTL layout of the page slider is not shown correctly .. any ideas?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Frtl-support-84%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [el3ctrician](https://wordpress.org/support/users/el3ctrician/)
 * (@el3ctrician)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/rtl-support-84/#post-9406022)
 * Hello,
    if anyone is intreseted to add RTL support … follow this steps please:
   1.go to the wp-content/plugins/responsive-posts-carousel/assets/custom.js 2. 
   add this lines at the begining
 *     ```
       var elem = document.getElementsByTagName('body');
       if (window.getComputedStyle) { // all browsers
               cs = window.getComputedStyle(elem[0], null).getPropertyValue('direction');
       } 
       else {
               cs = elem.currentStyle.direction; // IE5-8
           }
       var rtlStatus = false;
       if (cs == "rtl") 
       {
       rtlStatus = true;
       }
       ```
   
 * 3. in the same file after this line
    `rows: $(this).data('rows'),` add `rtl:rtlStatus,`
 *  Plugin Author [rameez_iqbal](https://wordpress.org/support/users/rameez_iqbal/)
 * (@rameez_iqbal)
 * [9 years ago](https://wordpress.org/support/topic/rtl-support-84/#post-9406115)
 * Hi, Thanks for sharing.
 * We will add an option in settings to set the carousel in RTL mode in next version
   soon.
 * Regards

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘RTL support’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/responsive-posts-carousel_94979c.
   svg)
 * [Responsive Posts Carousel](https://wordpress.org/plugins/responsive-posts-carousel/)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-posts-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-posts-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-posts-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-posts-carousel/reviews/)

## Tags

 * [RTL](https://wordpress.org/support/topic-tag/rtl/)

 * 2 replies
 * 2 participants
 * Last reply from: [rameez_iqbal](https://wordpress.org/support/users/rameez_iqbal/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/rtl-support-84/#post-9406115)
 * Status: resolved