• I am trying to translate Executive Pro theme into the Arabic language, but Genesis Responsive Slider does not work for me when I change WordPress to Arabic, I only see a blank in the place of the images.

Viewing 1 replies (of 1 total)
  • Plugin Support Nick C

    (@modernnerd)

    Hi, @sa3idho.

    You’re right that RTL support isn’t currently built in, I’m sorry to say. For now, you could add this CSS to your theme’s style.css file, which will help the images to display:

    .rtl #genesis-responsive-slider .flexslider {
        direction: ltr;
    }
    
    .rtl .genesis_responsive_slider .slide-excerpt,
    .rtl .genesis_responsive_slider .slide-excerpt-border  {
        direction: rtl;
    }

    This may require further adjustment depending on your current slider settings, but I hope it’s helpful as a starting point.

Viewing 1 replies (of 1 total)
  • The topic ‘Does not work in RTL languages?’ is closed to new replies.