• Resolved farahkh

    (@farahkh)


    I used your widgets on my english site and it is working perfectly, but when I am trying to put a slider on a rtl arabic page the slides will not show, how can I debug the issue?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter farahkh

    (@farahkh)

    is there any update on my request,
    the page the issue in is at this link not the link before
    https://edufikra.com/

    Plugin Contributor smokehunt

    (@smokehunt)

    I can see the issue of arrows in Arabic version so just updated the file in the Plugin.
    Please download & Install again the plugin from WordPress. Your settings won’t be changed.

    Thread Starter farahkh

    (@farahkh)

    hi thanks for this fix, actually this is not my only issue, the original issue was that the slides not showing in the RTL layout, so I fixed it by adding this code to the widget and the row that it is contained in:

    .influencer-row{
    direction:ltr;
    }
    body.rtl .influencer-slider .slick-track, influencer-slider{

    direction: ltr;

    }
    body.rtl .influencer-slider .slick-slide{

    direction: ltr;
    float:left;

    }

    this code let me display the slides again in rtl

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘slider in rtl layout’ is closed to new replies.