Skip Navigation

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

This topic contains 1 reply, has 2 voices.

Last updated by Mohamed Sayed 1 year, 10 months ago.

Assisted by: Mohamed Sayed.

Author Posts
August 8, 2023 at 5:08 pm #14171607

chrisB-62

I have a UABB Advance Post module for Beaver Builder on the homepage of hidden link. It is pulling custom fields from a custom post containing testimonials. These are rotating with a carousel effect.
For some reason, when I switch into Arabic, the text disappears. I suspect that it could be something to do with the swapping of direction of layout, maybe if the javascript is moving it offscreen and not putting it back in the right position.
I realise that this could be an issue with the UABB code, but it's frustrating because that module does exactly what I want. If I need to speak to the UABB support, please let me know what I should ask them. Thank you!
Also, if you need access to the WP dashboard, let me know and I can provide that.

August 9, 2023 at 1:07 pm #14175835

Mohamed Sayed

Hi there,
Thanks for contacting WPML support.

The issue might be related to the RTL CSS, but I'm not sure if this is added by the theme or the plugin you use to create this module.

I tested changing the direction for this element in the Arabic language, and the issue was resolved. Please check here: hidden link

You can try the following CSS:

.uabb-blog-posts.slick-slider:lang(ar) {
    direction: ltr;
}

After adding the CSS, please clear the site cache and then check if the issue is resolved.

I also suggest contacting the plugin authors and sharing the issue with them.

Kind regards,
Mohamed