RTL Support is broken
-
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.
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.