• Resolved kedemdpc

    (@kedemdpc)


    Slides don’t show on RTL languages.

    This is the fix for those interested:

    /wp-content/plugins/carousel-block/dist/assets/js/script.js

    jQuery(function($) {
      $('.wp-block-cb-carousel').slick({rtl:document.dir === 'rtl'});
    });

    I suggest that the author of the plugin will add this fix to the code.

    cheers.

    • This topic was modified 3 years, 1 month ago by kedemdpc.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘RTL Support is broken’ is closed to new replies.