Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1317253
    Eidderf
    Participant

    Hi,

    I’m having a breadcrumb issue in the arabic version of my website. The English version looks fine. However, the arabic version looks something like this:

    POST_TITLE PARENT< < HOME ICON

    The correct order should be like this:

    POST_TITLE < PARENT < HOME ICON

    I have a printscreen of this issue in the next private post.

    #1317255
    Eidderf
    Participant
    This reply has been marked as private.
    #1317848
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Child Theme’s style.css file:

    .rtl .x-breadcrumbs {
        display: block;
        width: 50% !important;
    }
    
    .rtl .x-breadcrumbs .delimiter:first-child,
    .rtl .x-breadcrumbs a:first-child + .delimiter {
        display: none;
    }
    
    .rtl .x-breadcrumbs span.current {
        float: left;
    }
    
    .rtl .x-breadcrumbs span.current:before {
        content: '';
        margin: 0 0.45em;
        color: #272727;
        display: inline-block;
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    Let us know how this goes!

    #1320854
    Eidderf
    Participant
    This reply has been marked as private.
    #1320942
    Christian
    Moderator
    This reply has been marked as private.
    #1320952
    Eidderf
    Participant
    This reply has been marked as private.
    #1320958
    Christopher
    Moderator

    Hi there,

    Please find and remove following blocks of code :

    body.rtl .x-breadcrumbs span.current {
         float: left; 
    }
    .rtl .x-breadcrumbs span.current {
         float: left; 
    }

    Hope it helps.

    #1321031
    Eidderf
    Participant

    It worked! Thank you!

    #1321033
    Thai
    Moderator

    If you need anything else please let us know.

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