Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1381550
    amihaidani
    Participant

    Hello,

    My breadcrumbs are not RTLed right.
    The home icon is ok, but after that – the links are LTR instead of RTL (the words appear right, but the order is not RTL).

    Any help?

    Thank you!

    #1381551
    amihaidani
    Participant
    This reply has been marked as private.
    #1381796
    Rahul
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    .rtl .x-breadcrumbs {
        direction: ltr;
    }
    
    .x-breadcrumbs i.x-icon-angle-left:before {
        content: "\f105" !important;
    }

    Hope it helps.

    #1382894
    amihaidani
    Participant

    Hello,

    That didn’t do the trick. it’s not the direction of writing that is incorrecte, it’s the order of links and hierarchy!
    It’s supposed to go from right to left. but it isn’t. please help.

    Thank you.

    #1382900
    amihaidani
    Participant

    the span “current” supposed to be on the farthest left, and it isn’t.

    #1383805
    Rad
    Moderator

    Hi there,

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .x-breadcrumbs {
    direction: ltr;
    }

    then this code to Admin > Appearance > Customizer > Custom > Javascript

    jQuery('.x-breadcrumbs').html( jQuery('.x-breadcrumbs > *').get().reverse() );

    Hope this helps.

    #1386140
    amihaidani
    Participant

    Yes, That helps.

    Thank you very much.

    #1386144
    Thai
    Moderator

    You’re most welcome 🙂

  • <script> jQuery(function($){ $("#no-reply-1381550 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>