Wrong breadcrumbs direction on rtl pages

Hey,

In Pro Ver.4.3.3 I can’t see correct breadcrumbs direction for RTL pages.
It should be :
Corporate ← Management ← Team ← About ← Home
But it is :
Home → About → Team → Management → Corporate

I tried to modify it with css rules but failed.

Could you please check it?

Hello @omid020,

Thanks for writing in! To better assist you with your issue, kindly provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role
- Confirmation that we can access and make changes to your site

To know how to create a secure note, please check this out: How The Forum Works

Best Regards.

Hi @ruenel
I put secure note here.
Thank you in advance.

Hi @omid020,

Thanks for providing all your details! I just check the settings and there’s nothing with the breadcrumbs. I suspect that one of the plugins causing the issue. I suggest that you check this troubleshooting steps.

Hope that helps.

Thank you.

Hi @marc_a,

I checked plugins conflicts but it seems this issue is not related to plugins. Please kindly check it.

Thanks in advance.

Hi @omid020,

It seems that custom CSS code is the reason behind your issue, you need to remove the direction:initial from Theme Options > CSS to get rid of this. Please find the screenshot describing the issue and the cause.

Thanks

Hi,

I have used that Custom CSS to solve an issue which is related with Woocommerce Product Gallery Thumbnails on RTL pages.

Finally I used this css code to solve the breadcrumbs issue:

/* Breadcrumbs direction & delimiter space */
[dir="rtl"] .x-crumbs-list {
  direction: rtl !important;
} 

[dir="rtl"] .x-crumbs-delimiter {
  margin-right: 10px;
}

Sincerely
Omid

Hey Omid,

We are glad you’ve figured out a way to resolve your issue.
Thank you very much for letting us know.

Cheers.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.