Hi @tzvook,
we investigated on this and found that with the latest woocommerce, the plugin’s flexslider overrides the theme one.
The woocommerce’s flexslider, if no rtl option is passed, and the html direction is rtl, forces that rtl option to true.
That’s fine.
The problem in your website, should be, due to the rtl.css you have in your child-theme which has this rule:
.flex-viewport {
direction: ltr;}
to make the huemean’s flexslider working fine on rtl websites.
That rule conflicts with the rtl flexslider’s option enabled.
Could you please re-enable woocommerce and check if removing that rule from your child-theme/rtl.css the hueman’s slider works?
Let us know ??
We’re about to update the hueman flexslider’s code to the latest version so that rtl users wouldn’t have display problems with the slider whether or not they have woocommerce enabled, but removing that custom css rule it’s required.